Searched defs:fc_ct_hdr (Results 1 – 3 of 3) sorted by relevance
22 struct fc_ct_hdr { struct23 __u8 ct_rev;24 __u8 ct_in_id[3];25 __u8 ct_fs_type;26 __u8 ct_fs_subtype;27 __u8 ct_options;28 __u8 _ct_resvd1;29 __be16 ct_cmd;30 __be16 ct_mr_size;31 __u8 _ct_resvd2;[all …]
9 struct fc_ct_hdr { struct10 __u8 ct_rev;11 __u8 ct_in_id[3];12 __u8 ct_fs_type;13 __u8 ct_fs_subtype;14 __u8 ct_options;15 __u8 _ct_resvd1;16 __be16 ct_cmd;17 __be16 ct_mr_size;18 __u8 _ct_resvd2;[all …]
18 struct fc_ct_hdr { struct33 #define FC_CT_HDR_LEN 16 /* expected sizeof (struct fc_ct_hdr) */ argument