Searched refs:device_data_mem_pool (Results 1 – 4 of 4) sorted by relevance
169 phba->device_data_mem_pool = mempool_create_kmalloc_pool( in lpfc_mem_alloc()172 if (!phba->device_data_mem_pool) in lpfc_mem_alloc()175 phba->device_data_mem_pool = NULL; in lpfc_mem_alloc()265 if (phba->device_data_mem_pool) { in lpfc_mem_free()272 mempool_free(device_data, phba->device_data_mem_pool); in lpfc_mem_free()274 mempool_destroy(phba->device_data_mem_pool); in lpfc_mem_free()276 phba->device_data_mem_pool = NULL; in lpfc_mem_free()
992 mempool_t *device_data_mem_pool; member
5576 lun_info = mempool_alloc(phba->device_data_mem_pool, memory_flags); in lpfc_create_device_data()5610 mempool_free(lun_info, phba->device_data_mem_pool); in lpfc_delete_device_data()
11115 if (phba->device_data_mem_pool) in lpfc_sli4_oas_verify()11116 mempool_destroy(phba->device_data_mem_pool); in lpfc_sli4_oas_verify()11117 phba->device_data_mem_pool = NULL; in lpfc_sli4_oas_verify()