Lines Matching defs:fc_frame_header
21 struct fc_frame_header { struct
22 __u8 fh_r_ctl; /* routing control */
23 __u8 fh_d_id[3]; /* Destination ID */
25 __u8 fh_cs_ctl; /* class of service control / pri */
26 __u8 fh_s_id[3]; /* Source ID */
28 __u8 fh_type; /* see enum fc_fh_type below */
29 __u8 fh_f_ctl[3]; /* frame control */
31 __u8 fh_seq_id; /* sequence ID */
32 __u8 fh_df_ctl; /* data field control */
33 __be16 fh_seq_cnt; /* sequence count */
35 __be16 fh_ox_id; /* originator exchange ID */
36 __be16 fh_rx_id; /* responder exchange ID */
37 __be32 fh_parm_offset; /* parameter or relative offset */