Home
last modified time | relevance | path

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

/linux-4.1.27/drivers/scsi/lpfc/
Dlpfc_hw.h1182 #define MAX_SLI3_CONFIGURED_RINGS 3 macro
Dlpfc_sli.c3588 pring = &psli->ring[i + MAX_SLI3_CONFIGURED_RINGS]; in lpfc_sli_abort_fcp_rings()
3625 pring = &psli->ring[i + MAX_SLI3_CONFIGURED_RINGS]; in lpfc_sli_flush_fcp_rings()
8813 ring_number = MAX_SLI3_CONFIGURED_RINGS + idx; in lpfc_sli_calc_ring()
9128 psli->num_rings = MAX_SLI3_CONFIGURED_RINGS; in lpfc_sli_setup()
10255 ring_number = MAX_SLI3_CONFIGURED_RINGS + in lpfc_sli_abort_taskmgmt()
Dlpfc_scsi.c4761 ring_number = MAX_SLI3_CONFIGURED_RINGS + iocb->fcp_wqidx; in lpfc_abort_handler()
Dlpfc_init.c7614 pring = &psli->ring[MAX_SLI3_CONFIGURED_RINGS + fcp_wqidx]; in lpfc_sli4_queue_setup()