Lines Matching defs:ct_req
145 * @ct_req: pointer to the CT request data structure.
154 struct lpfc_sli_ct_request *ct_req,
209 ct_rsp->FsType = ct_req->FsType;
210 ct_rsp->FsSubType = ct_req->FsSubType;
284 struct lpfc_sli_ct_request *ct_req;
312 ct_req = (struct lpfc_sli_ct_request *)ctiocbq->cmd_dmabuf->virt;
314 mi_cmd = be16_to_cpu(ct_req->CommandResponse.bits.CmdRsp);
317 lpfc_ct_reject_event(ndlp, ct_req,
348 struct lpfc_sli_ct_request *ct_req;
388 ct_req = (struct lpfc_sli_ct_request *)ctiocbq->cmd_dmabuf->virt;
390 if (ct_req->FsType == SLI_CT_MANAGEMENT_SERVICE &&
391 ct_req->FsSubType == SLI_CT_MIB_Subtypes) {