Lines Matching refs:ct_rsp
159 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->ReasonCode = SLI_CT_REQ_NOT_SUPPORTED; in lpfc_ct_reject_event()
215 ct_rsp->Explanation = SLI_CT_NO_ADDITIONAL_EXPL; in lpfc_ct_reject_event()