Home
last modified time | relevance | path

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

/linux/drivers/scsi/lpfc/
H A Dlpfc_mem.c176 phba->device_data_mem_pool = mempool_create_kmalloc_pool( in lpfc_mem_alloc()
179 if (!phba->device_data_mem_pool) in lpfc_mem_alloc()
182 phba->device_data_mem_pool = NULL; in lpfc_mem_alloc()
283 if (phba->device_data_mem_pool) { in lpfc_mem_free()
290 mempool_free(device_data, phba->device_data_mem_pool); in lpfc_mem_free()
292 mempool_destroy(phba->device_data_mem_pool); in lpfc_mem_free()
294 phba->device_data_mem_pool = NULL; in lpfc_mem_free()
H A Dlpfc.h1412 mempool_t *device_data_mem_pool; member
H A Dlpfc_init.c15605 mempool_destroy(phba->device_data_mem_pool); in lpfc_sli4_oas_verify()
15606 phba->device_data_mem_pool = NULL; in lpfc_sli4_oas_verify()