Home
last modified time | relevance | path

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

/linux/drivers/scsi/lpfc/
H A Dlpfc_mem.c84 phba->active_rrq_pool = mempool_create_kmalloc_pool(LPFC_MEM_POOL_SIZE, in lpfc_mem_alloc_active_rrq_pool_s4()
86 if (!phba->active_rrq_pool) in lpfc_mem_alloc_active_rrq_pool_s4()
264 if (phba->sli_rev == LPFC_SLI_REV4 && phba->active_rrq_pool) { in lpfc_mem_free()
265 mempool_destroy(phba->active_rrq_pool); in lpfc_mem_free()
266 phba->active_rrq_pool = NULL; in lpfc_mem_free()
H A Dlpfc.h1316 mempool_t *active_rrq_pool; member
H A Dlpfc_els.c1695 active_rrqs_xri_bitmap = mempool_alloc(phba->active_rrq_pool, in lpfc_plogi_confirm_nport()
1716 phba->active_rrq_pool); in lpfc_plogi_confirm_nport()
1723 phba->active_rrq_pool); in lpfc_plogi_confirm_nport()
1884 phba->active_rrq_pool); in lpfc_plogi_confirm_nport()
H A Dlpfc_hbadisc.c6513 mempool_alloc(vport->phba->active_rrq_pool, in lpfc_nlp_init()
6571 ndlp->phba->active_rrq_pool); in lpfc_nlp_release()