Home
last modified time | relevance | path

Searched defs:fc_frame_header (Results 1 – 5 of 5) sorted by relevance

/kernel/linux/linux-5.10/include/uapi/scsi/fc/
Dfc_fs.h21 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 */
[all …]
/kernel/linux/patches/linux-4.19/prebuilts/usr/include/scsi/fc/
Dfc_fs.h9 struct fc_frame_header { struct
10 __u8 fh_r_ctl;
11 __u8 fh_d_id[3];
12 __u8 fh_cs_ctl;
13 __u8 fh_s_id[3];
14 __u8 fh_type;
15 __u8 fh_f_ctl[3];
16 __u8 fh_seq_id;
17 __u8 fh_df_ctl;
18 __be16 fh_seq_cnt;
[all …]
/kernel/linux/patches/linux-6.6/prebuilts/usr/include/scsi/fc/
Dfc_fs.h22 struct fc_frame_header { struct
23 __u8 fh_r_ctl;
24 __u8 fh_d_id[3];
25 __u8 fh_cs_ctl;
26 __u8 fh_s_id[3];
27 __u8 fh_type;
28 __u8 fh_f_ctl[3];
29 __u8 fh_seq_id;
30 __u8 fh_df_ctl;
31 __be16 fh_seq_cnt;
[all …]
/kernel/linux/patches/linux-5.10/prebuilts/usr/include/scsi/fc/
Dfc_fs.h22 struct fc_frame_header { struct
23 __u8 fh_r_ctl;
24 __u8 fh_d_id[3];
25 __u8 fh_cs_ctl;
26 __u8 fh_s_id[3];
27 __u8 fh_type;
28 __u8 fh_f_ctl[3];
29 __u8 fh_seq_id;
30 __u8 fh_df_ctl;
31 __be16 fh_seq_cnt;
[all …]
/kernel/linux/linux-6.6/include/uapi/scsi/fc/
Dfc_fs.h21 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 */
[all …]