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

/linux-master/include/uapi/scsi/
H A Dscsi_bsg_fc.h274 struct fc_bsg_host_els h_els; member in union:fc_bsg_request::__anon4469
/linux-master/drivers/scsi/qla2xxx/
H A Dqla_bsg.c300 els_cmd = bsg_request->rqst_data.h_els.command_code;
359 bsg_request->rqst_data.h_els.port_id[0];
361 bsg_request->rqst_data.h_els.port_id[1];
363 bsg_request->rqst_data.h_els.port_id[2];
419 bsg_request->rqst_data.h_els.command_code, fcport->loop_id,
H A Dqla_edif.c3533 a->els_opcode = request->rqst_data.h_els.command_code;
3554 d_id.b.al_pa = bsg_request->rqst_data.h_els.port_id[2];
3555 d_id.b.area = bsg_request->rqst_data.h_els.port_id[1];
3556 d_id.b.domain = bsg_request->rqst_data.h_els.port_id[0];
H A Dqla_iocb.c3198 bsg_request->rqst_data.h_els.command_code;
/linux-master/drivers/s390/scsi/
H A Dzfcp_fc.c1046 d_id = ntoh24(bsg_request->rqst_data.h_els.port_id);
/linux-master/drivers/scsi/libfc/
H A Dfc_lport.c2192 did = ntoh24(bsg_request->rqst_data.h_els.port_id);
/linux-master/drivers/scsi/ibmvscsi/
H A Dibmvfc.c2202 port_id = (bsg_request->rqst_data.h_els.port_id[0] << 16) |
2203 (bsg_request->rqst_data.h_els.port_id[1] << 8) |
2204 bsg_request->rqst_data.h_els.port_id[2];

Completed in 186 milliseconds