Home
last modified time | relevance | path

Searched refs:h_els (Results 1 – 7 of 7) sorted by relevance

/linux/include/uapi/scsi/
H A Dscsi_bsg_fc.h274 struct fc_bsg_host_els h_els; member
/linux/drivers/scsi/qla2xxx/
H A Dqla_bsg.c304 els_cmd = bsg_request->rqst_data.h_els.command_code; in qla2x00_process_els()
363 bsg_request->rqst_data.h_els.port_id[0]; in qla2x00_process_els()
365 bsg_request->rqst_data.h_els.port_id[1]; in qla2x00_process_els()
367 bsg_request->rqst_data.h_els.port_id[2]; in qla2x00_process_els()
423 bsg_request->rqst_data.h_els.command_code, fcport->loop_id, in qla2x00_process_els()
H A Dqla_edif.c3533 a->els_opcode = request->rqst_data.h_els.command_code; in qla_parse_auth_els_ctl()
3554 d_id.b.al_pa = bsg_request->rqst_data.h_els.port_id[2]; in qla_edif_process_els()
3555 d_id.b.area = bsg_request->rqst_data.h_els.port_id[1]; in qla_edif_process_els()
3556 d_id.b.domain = bsg_request->rqst_data.h_els.port_id[0]; in qla_edif_process_els()
H A Dqla_iocb.c3198 bsg_request->rqst_data.h_els.command_code; in qla24xx_els_iocb()
/linux/drivers/s390/scsi/
H A Dzfcp_fc.c1046 d_id = ntoh24(bsg_request->rqst_data.h_els.port_id); in zfcp_fc_exec_els_job()
/linux/drivers/scsi/libfc/
H A Dfc_lport.c2192 did = ntoh24(bsg_request->rqst_data.h_els.port_id); in fc_lport_bsg_request()
/linux/drivers/scsi/ibmvscsi/
H A Dibmvfc.c2206 port_id = (bsg_request->rqst_data.h_els.port_id[0] << 16) | in ibmvfc_bsg_request()
2207 (bsg_request->rqst_data.h_els.port_id[1] << 8) | in ibmvfc_bsg_request()
2208 bsg_request->rqst_data.h_els.port_id[2]; in ibmvfc_bsg_request()