Searched refs:ringno (Results 1 - 5 of 5) sorted by relevance

/drivers/scsi/lpfc/
H A Dlpfc_sli.h198 uint8_t ringno; /* ring number */ member in struct:lpfc_sli_ring
H A Dlpfc_sli.c1312 if ((unlikely(pring->ringno == LPFC_ELS_RING)) &&
1364 struct lpfc_pgp *pgp = &phba->port_gp[pring->ringno];
1379 pring->ringno,
1502 if (pring->ringno == LPFC_ELS_RING) {
1532 writel(pring->sli.sli3.cmdidx, &phba->host_gp[pring->ringno].cmdPutInx);
1550 int ringno = pring->ringno; local
1557 * Set ring 'ringno' to SET R0CE_REQ in Chip Att register.
1560 writel((CA_R0ATT|CA_R0CE_REQ) << (ringno*4), phba->CAregaddr);
1578 int ringno local
[all...]
H A Dlpfc_hbadisc.c4378 if (pring->ringno == LPFC_ELS_RING) {
4390 } else if (pring->ringno == psli->extra_ring) {
4392 } else if (pring->ringno == psli->fcp_ring) {
4401 } else if (pring->ringno == psli->next_ring) {
H A Dlpfc_scsi.c4902 ret_val = __lpfc_sli_issue_iocb(phba, pring_s4->ringno,
H A Dlpfc_init.c2330 if (lpfc_sli_issue_iocb(phba, pring->ringno, iocb, 0) ==

Completed in 119 milliseconds