Home
last modified time | relevance | path

Searched refs:ct_rsp (Results 1 - 3 of 3) sorted by relevance

/kernel/linux/linux-5.10/drivers/scsi/qla2xxx/
H A Dqla_gs.c121 struct ct_sns_rsp *ct_rsp, const char *routine) in qla2x00_chk_ms_status()
144 if (ct_rsp->header.response != in qla2x00_chk_ms_status()
150 comp_status, ct_rsp->header.response); in qla2x00_chk_ms_status()
152 0x2078, ct_rsp, in qla2x00_chk_ms_status()
153 offsetof(typeof(*ct_rsp), rsp)); in qla2x00_chk_ms_status()
206 struct ct_sns_rsp *ct_rsp; in qla2x00_ga_nxt() local
227 ct_rsp = &ha->ct_sns->p.rsp; in qla2x00_ga_nxt()
239 } else if (qla2x00_chk_ms_status(vha, ms_pkt, ct_rsp, "GA_NXT") != in qla2x00_ga_nxt()
244 fcport->d_id = be_to_port_id(ct_rsp->rsp.ga_nxt.port_id); in qla2x00_ga_nxt()
246 memcpy(fcport->node_name, ct_rsp in qla2x00_ga_nxt()
120 qla2x00_chk_ms_status(scsi_qla_host_t *vha, ms_iocb_entry_t *ms_pkt, struct ct_sns_rsp *ct_rsp, const char *routine) qla2x00_chk_ms_status() argument
292 struct ct_sns_rsp *ct_rsp; qla2x00_gid_pt() local
376 struct ct_sns_rsp *ct_rsp; qla2x00_gpn_id() local
444 struct ct_sns_rsp *ct_rsp; qla2x00_gnn_id() local
2153 struct ct_sns_rsp *ct_rsp; qla2x00_fdmi_rhba() local
2241 struct ct_sns_rsp *ct_rsp; qla2x00_fdmi_dhba() local
2287 struct ct_sns_rsp *ct_rsp; qla2x00_fdmi_rprt() local
2366 struct ct_sns_rsp *ct_rsp; qla2x00_fdmi_rpa() local
2533 struct ct_sns_rsp *ct_rsp; qla2x00_gfpn_id() local
2641 struct ct_sns_rsp *ct_rsp; qla2x00_gpsc() local
2731 struct ct_sns_rsp *ct_rsp; qla2x00_gff_id() local
2843 struct ct_sns_rsp *ct_rsp; qla24xx_async_gpsc_sp_done() local
3099 struct ct_sns_rsp *ct_rsp = qla2x00_async_gpnid_sp_done() local
3281 struct ct_sns_rsp *ct_rsp; qla24xx_async_gffid_sp_done() local
3643 struct ct_sns_gpnft_rsp *ct_rsp = qla2x00_find_free_fcp_nvme_slot() local
[all...]
/kernel/linux/linux-6.6/drivers/scsi/qla2xxx/
H A Dqla_gs.c121 struct ct_sns_rsp *ct_rsp, const char *routine) in qla2x00_chk_ms_status()
144 if (ct_rsp->header.response != in qla2x00_chk_ms_status()
150 comp_status, ct_rsp->header.response); in qla2x00_chk_ms_status()
152 0x2078, ct_rsp, in qla2x00_chk_ms_status()
153 offsetof(typeof(*ct_rsp), rsp)); in qla2x00_chk_ms_status()
206 struct ct_sns_rsp *ct_rsp; in qla2x00_ga_nxt() local
227 ct_rsp = &ha->ct_sns->p.rsp; in qla2x00_ga_nxt()
239 } else if (qla2x00_chk_ms_status(vha, ms_pkt, ct_rsp, "GA_NXT") != in qla2x00_ga_nxt()
244 fcport->d_id = be_to_port_id(ct_rsp->rsp.ga_nxt.port_id); in qla2x00_ga_nxt()
246 memcpy(fcport->node_name, ct_rsp in qla2x00_ga_nxt()
120 qla2x00_chk_ms_status(scsi_qla_host_t *vha, ms_iocb_entry_t *ms_pkt, struct ct_sns_rsp *ct_rsp, const char *routine) qla2x00_chk_ms_status() argument
292 struct ct_sns_rsp *ct_rsp; qla2x00_gid_pt() local
376 struct ct_sns_rsp *ct_rsp; qla2x00_gpn_id() local
444 struct ct_sns_rsp *ct_rsp; qla2x00_gnn_id() local
2155 struct ct_sns_rsp *ct_rsp; qla2x00_fdmi_rhba() local
2243 struct ct_sns_rsp *ct_rsp; qla2x00_fdmi_dhba() local
2289 struct ct_sns_rsp *ct_rsp; qla2x00_fdmi_rprt() local
2368 struct ct_sns_rsp *ct_rsp; qla2x00_fdmi_rpa() local
2535 struct ct_sns_rsp *ct_rsp; qla2x00_gfpn_id() local
2643 struct ct_sns_rsp *ct_rsp; qla2x00_gpsc() local
2733 struct ct_sns_rsp *ct_rsp; qla2x00_gff_id() local
2849 struct ct_sns_rsp *ct_rsp; qla24xx_async_gpsc_sp_done() local
2988 struct ct_sns_rsp *ct_rsp; qla24xx_async_gffid_sp_done() local
3424 struct ct_sns_gpnft_rsp *ct_rsp = qla2x00_find_free_fcp_nvme_slot() local
[all...]
/kernel/linux/linux-6.6/drivers/scsi/lpfc/
H A Dlpfc_ct.c159 struct lpfc_sli_ct_request *ct_rsp; in lpfc_ct_reject_event() local
204 ct_rsp = (struct lpfc_sli_ct_request *)mp->virt; in lpfc_ct_reject_event()
205 memset(ct_rsp, 0, sizeof(struct lpfc_sli_ct_request)); in lpfc_ct_reject_event()
207 ct_rsp->RevisionId.bits.Revision = SLI_CT_REVISION; in lpfc_ct_reject_event()
208 ct_rsp->RevisionId.bits.InId = 0; in lpfc_ct_reject_event()
209 ct_rsp->FsType = ct_req->FsType; in lpfc_ct_reject_event()
210 ct_rsp->FsSubType = ct_req->FsSubType; in lpfc_ct_reject_event()
211 ct_rsp->CommandResponse.bits.Size = 0; in lpfc_ct_reject_event()
212 ct_rsp->CommandResponse.bits.CmdRsp = in lpfc_ct_reject_event()
214 ct_rsp in lpfc_ct_reject_event()
[all...]

Completed in 6 milliseconds