Home
last modified time | relevance | path

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

/Linux-v5.15/drivers/scsi/lpfc/
Dlpfc_ct.c211 ct_rsp->CommandResponse.bits.Size = 0; in lpfc_ct_reject_event()
212 ct_rsp->CommandResponse.bits.CmdRsp = in lpfc_ct_reject_event()
326 mi_cmd = ct_req->CommandResponse.bits.CmdRsp; in lpfc_ct_handle_mibreq()
698 CommandResponse.bits.CmdRsp; in lpfc_ct_cmd()
1048 if (CTrsp->CommandResponse.bits.CmdRsp == in lpfc_cmpl_ct_cmd_gid_ft()
1063 } else if (CTrsp->CommandResponse.bits.CmdRsp == in lpfc_cmpl_ct_cmd_gid_ft()
1072 CTrsp->CommandResponse.bits.CmdRsp, in lpfc_cmpl_ct_cmd_gid_ft()
1079 (uint32_t)CTrsp->CommandResponse.bits.CmdRsp, in lpfc_cmpl_ct_cmd_gid_ft()
1087 CTrsp->CommandResponse.bits.CmdRsp, in lpfc_cmpl_ct_cmd_gid_ft()
1094 (uint32_t)CTrsp->CommandResponse.bits.CmdRsp, in lpfc_cmpl_ct_cmd_gid_ft()
[all …]
Dlpfc_bsg.c939 cmd = ct_req->CommandResponse.bits.CmdRsp; in lpfc_bsg_ct_unsol_event()
2696 ctreq->CommandResponse.bits.CmdRsp = ELX_LOOPBACK_XRI_SETUP; in lpfcdiag_loop_get_xri()
2697 ctreq->CommandResponse.bits.Size = 0; in lpfcdiag_loop_get_xri()
3246 ctreq->CommandResponse.bits.CmdRsp = ELX_LOOPBACK_DATA; in lpfc_bsg_diag_loopback_run()
3247 ctreq->CommandResponse.bits.Size = size; in lpfc_bsg_diag_loopback_run()
Dlpfc_hw.h107 union CtCommandResponse CommandResponse; member