Home
last modified time | relevance | path

Searched defs:fc_ct_hdr (Results 1 – 3 of 3) sorted by relevance

/kernel/linux/patches/linux-5.10/prebuilts/usr/include/scsi/fc/
Dfc_gs.h22 struct fc_ct_hdr { struct
23 __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 …]
/kernel/linux/patches/linux-4.19/prebuilts/usr/include/scsi/fc/
Dfc_gs.h9 struct fc_ct_hdr { struct
10 __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 …]
/kernel/linux/linux-5.10/include/uapi/scsi/fc/
Dfc_gs.h18 struct fc_ct_hdr { struct
33 #define FC_CT_HDR_LEN 16 /* expected sizeof (struct fc_ct_hdr) */ argument