Home
last modified time | relevance | path

Searched refs:preamble_word1 (Results 1 – 5 of 5) sorted by relevance

/OK3568_Linux_fs/prebuilts/gcc/linux-x86/aarch64/gcc-arm-10.3-2021.07-x86_64-aarch64-none-linux-gnu/aarch64-none-linux-gnu/libc/usr/include/scsi/
H A Dscsi_bsg_fc.h201 uint32_t preamble_word1; /* GS_Type, GS_SubType, Options, Rsvd */ member
270 uint32_t preamble_word1; /* GS_Type, GS_SubType, Options, Rsvd */ member
/OK3568_Linux_fs/prebuilts/gcc/linux-x86/arm/gcc-arm-10.3-2021.07-x86_64-arm-none-linux-gnueabihf/arm-none-linux-gnueabihf/libc/usr/include/scsi/
H A Dscsi_bsg_fc.h201 uint32_t preamble_word1; /* GS_Type, GS_SubType, Options, Rsvd */ member
270 uint32_t preamble_word1; /* GS_Type, GS_SubType, Options, Rsvd */ member
/OK3568_Linux_fs/kernel/include/uapi/scsi/
H A Dscsi_bsg_fc.h188 __u32 preamble_word1; /* GS_Type, GS_SubType, Options, Rsvd */ member
257 __u32 preamble_word1; /* GS_Type, GS_SubType, Options, Rsvd */ member
/OK3568_Linux_fs/kernel/drivers/s390/scsi/
H A Dzfcp_fc.c982 u32 preamble_word1; in zfcp_fc_job_wka_port() local
989 preamble_word1 = bsg_request->rqst_data.r_ct.preamble_word1; in zfcp_fc_job_wka_port()
990 gs_type = (preamble_word1 & 0xff000000) >> 24; in zfcp_fc_job_wka_port()
/OK3568_Linux_fs/kernel/drivers/scsi/qla2xxx/
H A Dqla_bsg.c488 (bsg_request->rqst_data.h_ct.preamble_word1 & 0xFF000000) in qla2x00_process_ct()