Lines Matching defs:fc_frame_header
34 struct fc_frame_header { struct
35 __u8 fh_r_ctl; /* routing control */
36 __u8 fh_d_id[3]; /* Destination ID */
38 __u8 fh_cs_ctl; /* class of service control / pri */
39 __u8 fh_s_id[3]; /* Source ID */
41 __u8 fh_type; /* see enum fc_fh_type below */
42 __u8 fh_f_ctl[3]; /* frame control */
44 __u8 fh_seq_id; /* sequence ID */
45 __u8 fh_df_ctl; /* data field control */
46 __be16 fh_seq_cnt; /* sequence count */
48 __be16 fh_ox_id; /* originator exchange ID */
49 __be16 fh_rx_id; /* responder exchange ID */
50 __be32 fh_parm_offset; /* parameter or relative offset */