Home
last modified time | relevance | path

Searched refs:h_els (Results 1 – 8 of 8) 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.h287 struct fc_bsg_host_els h_els; 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.h287 struct fc_bsg_host_els h_els; member
/OK3568_Linux_fs/kernel/include/uapi/scsi/
H A Dscsi_bsg_fc.h274 struct fc_bsg_host_els h_els; member
/OK3568_Linux_fs/kernel/drivers/scsi/qla2xxx/
H A Dqla_bsg.c336 bsg_request->rqst_data.h_els.port_id[0]; in qla2x00_process_els()
338 bsg_request->rqst_data.h_els.port_id[1]; in qla2x00_process_els()
340 bsg_request->rqst_data.h_els.port_id[2]; in qla2x00_process_els()
396 bsg_request->rqst_data.h_els.command_code, fcport->loop_id, in qla2x00_process_els()
H A Dqla_iocb.c3071 bsg_request->rqst_data.h_els.command_code; in qla24xx_els_iocb()
/OK3568_Linux_fs/kernel/drivers/s390/scsi/
H A Dzfcp_fc.c1039 d_id = ntoh24(bsg_request->rqst_data.h_els.port_id); in zfcp_fc_exec_els_job()
/OK3568_Linux_fs/kernel/drivers/scsi/ibmvscsi/
H A Dibmvfc.c1888 port_id = (bsg_request->rqst_data.h_els.port_id[0] << 16) | in ibmvfc_bsg_request()
1889 (bsg_request->rqst_data.h_els.port_id[1] << 8) | in ibmvfc_bsg_request()
1890 bsg_request->rqst_data.h_els.port_id[2]; in ibmvfc_bsg_request()
/OK3568_Linux_fs/kernel/drivers/scsi/libfc/
H A Dfc_lport.c2112 did = ntoh24(bsg_request->rqst_data.h_els.port_id); in fc_lport_bsg_request()