Home
last modified time | relevance | path

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

/linux/drivers/scsi/lpfc/
H A Dlpfc_sli.c3441 uint32_t Rctl, Type; in lpfc_sli_process_unsol_iocb() local
3584 Rctl = FC_RCTL_ELS_REQ; in lpfc_sli_process_unsol_iocb()
3588 Rctl = w5p->hcsw.Rctl; in lpfc_sli_process_unsol_iocb()
3592 if ((Rctl == 0) && (pring->ringno == LPFC_ELS_RING) && in lpfc_sli_process_unsol_iocb()
3595 Rctl = FC_RCTL_ELS_REQ; in lpfc_sli_process_unsol_iocb()
3597 w5p->hcsw.Rctl = Rctl; in lpfc_sli_process_unsol_iocb()
3615 if (!lpfc_complete_unsol_iocb(phba, pring, saveq, Rctl, Type)) in lpfc_sli_process_unsol_iocb()
3619 pring->ringno, Rctl, Type); in lpfc_sli_process_unsol_iocb()
10977 cmd->un.genreq64.w5.hcsw.Rctl = FC_RCTL_DD_UNSOL_CTL; in __lpfc_sli_prep_gen_req_s3()
11069 icmd->un.xseq64.w5.hcsw.Rctl = rctl; in __lpfc_sli_prep_xmit_seq64_s3()