Home
last modified time | relevance | path

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

/Linux-v5.15/drivers/scsi/lpfc/
Dlpfc_mem.c153 phba->device_data_mem_pool = mempool_create_kmalloc_pool( in lpfc_mem_alloc()
156 if (!phba->device_data_mem_pool) in lpfc_mem_alloc()
159 phba->device_data_mem_pool = NULL; in lpfc_mem_alloc()
260 if (phba->device_data_mem_pool) { in lpfc_mem_free()
267 mempool_free(device_data, phba->device_data_mem_pool); in lpfc_mem_free()
269 mempool_destroy(phba->device_data_mem_pool); in lpfc_mem_free()
271 phba->device_data_mem_pool = NULL; in lpfc_mem_free()
Dlpfc.h1456 mempool_t *device_data_mem_pool; member
Dlpfc_scsi.c6854 lun_info = mempool_alloc(phba->device_data_mem_pool, memory_flags); in lpfc_create_device_data()
6889 mempool_free(lun_info, phba->device_data_mem_pool); in lpfc_delete_device_data()
Dlpfc_init.c15416 mempool_destroy(phba->device_data_mem_pool); in lpfc_sli4_oas_verify()
15417 phba->device_data_mem_pool = NULL; in lpfc_sli4_oas_verify()