Searched refs:ringno (Results 1 - 11 of 11) sorted by relevance
/kernel/linux/linux-6.6/drivers/scsi/lpfc/ |
H A D | lpfc_sli.c | 1730 if ((unlikely(pring->ringno == LPFC_ELS_RING)) && in lpfc_sli_ringtxcmpl_put() 2056 struct lpfc_pgp *pgp = &phba->port_gp[pring->ringno]; in lpfc_sli_next_iocb_slot() 2074 pring->ringno, in lpfc_sli_next_iocb_slot() 2198 if (pring->ringno == LPFC_ELS_RING) { in lpfc_sli_submit_iocb() 2228 writel(pring->sli.sli3.cmdidx, &phba->host_gp[pring->ringno].cmdPutInx); in lpfc_sli_submit_iocb() 2246 int ringno = pring->ringno; in lpfc_sli_update_full_ring() local 2253 * Set ring 'ringno' to SET R0CE_REQ in Chip Att register. in lpfc_sli_update_full_ring() 2256 writel((CA_R0ATT|CA_R0CE_REQ) << (ringno*4), phba->CAregaddr); in lpfc_sli_update_full_ring() 2274 int ringno in lpfc_sli_update_ring() local [all...] |
H A D | lpfc_sli.h | 260 uint8_t ringno; /* ring number */ member
|
H A D | lpfc_hbadisc.c | 5099 if (pring->ringno == LPFC_ELS_RING) { in lpfc_check_sli_ndlp() 5113 } else if (pring->ringno == LPFC_FCP_RING) { in lpfc_check_sli_ndlp()
|
H A D | lpfc_bsg.c | 1684 if (!pring || (pring->ringno != LPFC_FCP_RING)) in lpfc_bsg_diag_mode_enter()
|
H A D | lpfc_init.c | 2860 if (lpfc_sli_issue_iocb(phba, pring->ringno, iocb, 0) == in lpfc_sli3_post_buffer()
|
/kernel/linux/linux-5.10/drivers/scsi/lpfc/ |
H A D | lpfc_sli.c | 1610 if ((unlikely(pring->ringno == LPFC_ELS_RING)) && in lpfc_sli_ringtxcmpl_put() 1661 struct lpfc_pgp *pgp = &phba->port_gp[pring->ringno]; in lpfc_sli_next_iocb_slot() 1679 pring->ringno, in lpfc_sli_next_iocb_slot() 1803 if (pring->ringno == LPFC_ELS_RING) { in lpfc_sli_submit_iocb() 1833 writel(pring->sli.sli3.cmdidx, &phba->host_gp[pring->ringno].cmdPutInx); in lpfc_sli_submit_iocb() 1851 int ringno = pring->ringno; in lpfc_sli_update_full_ring() local 1858 * Set ring 'ringno' to SET R0CE_REQ in Chip Att register. in lpfc_sli_update_full_ring() 1861 writel((CA_R0ATT|CA_R0CE_REQ) << (ringno*4), phba->CAregaddr); in lpfc_sli_update_full_ring() 1879 int ringno in lpfc_sli_update_ring() local [all...] |
H A D | lpfc_sli.h | 228 uint8_t ringno; /* ring number */ member
|
H A D | lpfc_hbadisc.c | 4770 if (pring->ringno == LPFC_ELS_RING) { in lpfc_check_sli_ndlp() 4784 } else if (pring->ringno == LPFC_FCP_RING) { in lpfc_check_sli_ndlp()
|
H A D | lpfc_bsg.c | 1740 if (!pring || (pring->ringno != LPFC_FCP_RING)) in lpfc_bsg_diag_mode_enter()
|
H A D | lpfc_scsi.c | 4856 ret_val = __lpfc_sli_issue_iocb(phba, pring_s4->ringno, in lpfc_abort_handler()
|
H A D | lpfc_init.c | 2661 if (lpfc_sli_issue_iocb(phba, pring->ringno, iocb, 0) == in lpfc_post_buffer()
|
Completed in 93 milliseconds