Home
last modified time | relevance | path

Searched refs:CommandResponse (Results 1 – 3 of 3) sorted by relevance

/linux-2.6.39/drivers/scsi/lpfc/
Dlpfc_ct.c394 CommandResponse.bits.CmdRsp; in lpfc_ct_cmd()
652 if (CTrsp->CommandResponse.bits.CmdRsp == in lpfc_cmpl_ct_cmd_gid_ft()
659 } else if (CTrsp->CommandResponse.bits.CmdRsp == in lpfc_cmpl_ct_cmd_gid_ft()
668 CTrsp->CommandResponse.bits.CmdRsp, in lpfc_cmpl_ct_cmd_gid_ft()
675 (uint32_t)CTrsp->CommandResponse.bits.CmdRsp, in lpfc_cmpl_ct_cmd_gid_ft()
683 CTrsp->CommandResponse.bits.CmdRsp, in lpfc_cmpl_ct_cmd_gid_ft()
690 (uint32_t)CTrsp->CommandResponse.bits.CmdRsp, in lpfc_cmpl_ct_cmd_gid_ft()
701 CTrsp->CommandResponse.bits.CmdRsp, in lpfc_cmpl_ct_cmd_gid_ft()
708 (uint32_t)CTrsp->CommandResponse.bits.CmdRsp, in lpfc_cmpl_ct_cmd_gid_ft()
765 if (CTrsp->CommandResponse.bits.CmdRsp == in lpfc_cmpl_ct_cmd_gff_id()
[all …]
Dlpfc_bsg.c811 cmd = ct_req->CommandResponse.bits.CmdRsp; in lpfc_bsg_ct_unsol_event()
812 len = ct_req->CommandResponse.bits.Size; in lpfc_bsg_ct_unsol_event()
1784 ctreq->CommandResponse.bits.CmdRsp = ELX_LOOPBACK_XRI_SETUP; in lpfcdiag_loop_get_xri()
1785 ctreq->CommandResponse.bits.Size = 0; in lpfcdiag_loop_get_xri()
2250 ctreq->CommandResponse.bits.CmdRsp = ELX_LOOPBACK_DATA; in lpfc_bsg_diag_test()
2251 ctreq->CommandResponse.bits.Size = size; in lpfc_bsg_diag_test()
Dlpfc_hw.h101 union CtCommandResponse CommandResponse; member