Home
last modified time | relevance | path

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

/openbmc/linux/drivers/scsi/lpfc/
H A Dlpfc_mem.c61 phba->active_rrq_pool = mempool_create_kmalloc_pool(LPFC_MEM_POOL_SIZE, in lpfc_mem_alloc_active_rrq_pool_s4()
63 if (!phba->active_rrq_pool) in lpfc_mem_alloc_active_rrq_pool_s4()
241 if (phba->sli_rev == LPFC_SLI_REV4 && phba->active_rrq_pool) { in lpfc_mem_free()
242 mempool_destroy(phba->active_rrq_pool); in lpfc_mem_free()
243 phba->active_rrq_pool = NULL; in lpfc_mem_free()
H A Dlpfc.h1296 mempool_t *active_rrq_pool; member
H A Dlpfc_hbadisc.c6614 mempool_alloc(vport->phba->active_rrq_pool, in lpfc_nlp_init()
6679 ndlp->phba->active_rrq_pool); in lpfc_nlp_release()
H A Dlpfc_els.c1719 active_rrqs_xri_bitmap = mempool_alloc(phba->active_rrq_pool, in lpfc_plogi_confirm_nport()
1882 phba->active_rrq_pool); in lpfc_plogi_confirm_nport()