Home
last modified time | relevance | path

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

/Linux-v4.19/drivers/scsi/lpfc/
Dlpfc_mem.c63 phba->active_rrq_pool = mempool_create_kmalloc_pool(LPFC_MEM_POOL_SIZE, in lpfc_mem_alloc_active_rrq_pool_s4()
65 if (!phba->active_rrq_pool) in lpfc_mem_alloc_active_rrq_pool_s4()
275 if (phba->sli_rev == LPFC_SLI_REV4 && phba->active_rrq_pool) { in lpfc_mem_free()
276 mempool_destroy(phba->active_rrq_pool); in lpfc_mem_free()
277 phba->active_rrq_pool = NULL; in lpfc_mem_free()
Dlpfc.h959 mempool_t *active_rrq_pool; member
Dlpfc_els.c1557 active_rrqs_xri_bitmap = mempool_alloc(phba->active_rrq_pool, in lpfc_plogi_confirm_nport()
1574 phba->active_rrq_pool); in lpfc_plogi_confirm_nport()
1581 phba->active_rrq_pool); in lpfc_plogi_confirm_nport()
1590 phba->active_rrq_pool); in lpfc_plogi_confirm_nport()
1598 phba->active_rrq_pool); in lpfc_plogi_confirm_nport()
1737 phba->active_rrq_pool); in lpfc_plogi_confirm_nport()
Dlpfc_hbadisc.c5985 mempool_alloc(vport->phba->active_rrq_pool, in lpfc_nlp_init()
6038 ndlp->phba->active_rrq_pool); in lpfc_nlp_release()