Home
last modified time | relevance | path

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

/Linux-v5.10/drivers/scsi/lpfc/
Dlpfc_mem.c60 phba->active_rrq_pool = mempool_create_kmalloc_pool(LPFC_MEM_POOL_SIZE, in lpfc_mem_alloc_active_rrq_pool_s4()
62 if (!phba->active_rrq_pool) in lpfc_mem_alloc_active_rrq_pool_s4()
240 if (phba->sli_rev == LPFC_SLI_REV4 && phba->active_rrq_pool) { in lpfc_mem_free()
241 mempool_destroy(phba->active_rrq_pool); in lpfc_mem_free()
242 phba->active_rrq_pool = NULL; in lpfc_mem_free()
Dlpfc.h1026 mempool_t *active_rrq_pool; member
Dlpfc_els.c1634 active_rrqs_xri_bitmap = mempool_alloc(phba->active_rrq_pool, in lpfc_plogi_confirm_nport()
1655 phba->active_rrq_pool); in lpfc_plogi_confirm_nport()
1662 phba->active_rrq_pool); in lpfc_plogi_confirm_nport()
1671 phba->active_rrq_pool); in lpfc_plogi_confirm_nport()
1679 phba->active_rrq_pool); in lpfc_plogi_confirm_nport()
1862 phba->active_rrq_pool); in lpfc_plogi_confirm_nport()
Dlpfc_hbadisc.c6335 mempool_alloc(vport->phba->active_rrq_pool, in lpfc_nlp_init()
6387 ndlp->phba->active_rrq_pool); in lpfc_nlp_release()