Home
last modified time | relevance | path

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

/drivers/scsi/lpfc/
Dlpfc_mem.c123 phba->rrq_pool = in lpfc_mem_alloc()
126 if (!phba->rrq_pool) in lpfc_mem_alloc()
154 mempool_destroy(phba->rrq_pool); in lpfc_mem_alloc()
155 phba->rrq_pool = NULL; in lpfc_mem_alloc()
205 if (phba->rrq_pool) in lpfc_mem_free()
206 mempool_destroy(phba->rrq_pool); in lpfc_mem_free()
207 phba->rrq_pool = NULL; in lpfc_mem_free()
Dlpfc.h837 mempool_t *rrq_pool; member
Dlpfc_sli.c642 mempool_free(rrq, phba->rrq_pool); in lpfc_clr_rrq_active()
868 rrq = mempool_alloc(phba->rrq_pool, GFP_KERNEL); in lpfc_set_rrq_active()