Home
last modified time | relevance | path

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

/linux/include/uapi/scsi/
A Dscsi_bsg_fc.h274 struct fc_bsg_host_els h_els; member
/linux/drivers/scsi/qla2xxx/
A Dqla_bsg.c295 els_cmd = bsg_request->rqst_data.h_els.command_code; in qla2x00_process_els()
353 bsg_request->rqst_data.h_els.port_id[0]; in qla2x00_process_els()
355 bsg_request->rqst_data.h_els.port_id[1]; in qla2x00_process_els()
357 bsg_request->rqst_data.h_els.port_id[2]; in qla2x00_process_els()
413 bsg_request->rqst_data.h_els.command_code, fcport->loop_id, in qla2x00_process_els()
A Dqla_edif.c3324 a->els_opcode = request->rqst_data.h_els.command_code; in qla_parse_auth_els_ctl()
3341 d_id.b.al_pa = bsg_request->rqst_data.h_els.port_id[2]; in qla_edif_process_els()
3342 d_id.b.area = bsg_request->rqst_data.h_els.port_id[1]; in qla_edif_process_els()
3343 d_id.b.domain = bsg_request->rqst_data.h_els.port_id[0]; in qla_edif_process_els()
A Dqla_iocb.c3133 bsg_request->rqst_data.h_els.command_code; in qla24xx_els_iocb()
/linux/drivers/s390/scsi/
A Dzfcp_fc.c1017 d_id = ntoh24(bsg_request->rqst_data.h_els.port_id); in zfcp_fc_exec_els_job()
/linux/drivers/scsi/libfc/
A Dfc_lport.c2186 did = ntoh24(bsg_request->rqst_data.h_els.port_id); in fc_lport_bsg_request()
/linux/drivers/scsi/ibmvscsi/
A Dibmvfc.c2151 port_id = (bsg_request->rqst_data.h_els.port_id[0] << 16) | in ibmvfc_bsg_request()
2152 (bsg_request->rqst_data.h_els.port_id[1] << 8) | in ibmvfc_bsg_request()
2153 bsg_request->rqst_data.h_els.port_id[2]; in ibmvfc_bsg_request()

Completed in 33 milliseconds