Home
last modified time | relevance | path

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

/linux/drivers/scsi/lpfc/
H A Dlpfc_mem.c149 phba->rrq_pool = in lpfc_mem_alloc()
152 if (!phba->rrq_pool) in lpfc_mem_alloc()
193 mempool_destroy(phba->rrq_pool); in lpfc_mem_alloc()
194 phba->rrq_pool = NULL; in lpfc_mem_alloc()
258 mempool_destroy(phba->rrq_pool); in lpfc_mem_free()
259 phba->rrq_pool = NULL; in lpfc_mem_free()
H A Dlpfc_sli.c1001 mempool_free(rrq, phba->rrq_pool); in lpfc_clr_rrq_active()
1198 rrq = mempool_alloc(phba->rrq_pool, GFP_ATOMIC); in lpfc_set_rrq_active()