Home
last modified time | relevance | path

Searched refs:rrq_pool (Results 1 – 3 of 3) sorted by relevance

/Linux-v5.4/drivers/scsi/lpfc/
Dlpfc_mem.c127 phba->rrq_pool = in lpfc_mem_alloc()
130 if (!phba->rrq_pool) in lpfc_mem_alloc()
171 mempool_destroy(phba->rrq_pool); in lpfc_mem_alloc()
172 phba->rrq_pool = NULL; in lpfc_mem_alloc()
239 mempool_destroy(phba->rrq_pool); in lpfc_mem_free()
240 phba->rrq_pool = NULL; in lpfc_mem_free()
Dlpfc.h999 mempool_t *rrq_pool; member
Dlpfc_sli.c865 mempool_free(rrq, phba->rrq_pool); in lpfc_clr_rrq_active()
1063 rrq = mempool_alloc(phba->rrq_pool, GFP_KERNEL); in lpfc_set_rrq_active()