Searched defs:fc_frame_header (Results 1 – 1 of 1) sorted by relevance
33 struct fc_frame_header { struct34 __u8 fh_r_ctl; /* routing control */35 __u8 fh_d_id[3]; /* Destination ID */37 __u8 fh_cs_ctl; /* class of service control / pri */38 __u8 fh_s_id[3]; /* Source ID */40 __u8 fh_type; /* see enum fc_fh_type below */41 __u8 fh_f_ctl[3]; /* frame control */43 __u8 fh_seq_id; /* sequence ID */44 __u8 fh_df_ctl; /* data field control */45 __be16 fh_seq_cnt; /* sequence count */[all …]