Lines Matching refs:ct_req
154 struct lpfc_sli_ct_request *ct_req, in lpfc_ct_reject_event() argument
209 ct_rsp->FsType = ct_req->FsType; in lpfc_ct_reject_event()
210 ct_rsp->FsSubType = ct_req->FsSubType; in lpfc_ct_reject_event()
284 struct lpfc_sli_ct_request *ct_req; in lpfc_ct_handle_mibreq() local
312 ct_req = (struct lpfc_sli_ct_request *)ctiocbq->cmd_dmabuf->virt; in lpfc_ct_handle_mibreq()
314 mi_cmd = be16_to_cpu(ct_req->CommandResponse.bits.CmdRsp); in lpfc_ct_handle_mibreq()
317 lpfc_ct_reject_event(ndlp, ct_req, in lpfc_ct_handle_mibreq()
348 struct lpfc_sli_ct_request *ct_req; in lpfc_ct_unsol_event() local
388 ct_req = (struct lpfc_sli_ct_request *)ctiocbq->cmd_dmabuf->virt; in lpfc_ct_unsol_event()
390 if (ct_req->FsType == SLI_CT_MANAGEMENT_SERVICE && in lpfc_ct_unsol_event()
391 ct_req->FsSubType == SLI_CT_MIB_Subtypes) { in lpfc_ct_unsol_event()