Searched refs:device_data_mem_pool (Results 1 – 4 of 4) sorted by relevance
152 phba->device_data_mem_pool = mempool_create_kmalloc_pool( in lpfc_mem_alloc()155 if (!phba->device_data_mem_pool) in lpfc_mem_alloc()158 phba->device_data_mem_pool = NULL; in lpfc_mem_alloc()259 if (phba->device_data_mem_pool) { in lpfc_mem_free()266 mempool_free(device_data, phba->device_data_mem_pool); in lpfc_mem_free()268 mempool_destroy(phba->device_data_mem_pool); in lpfc_mem_free()270 phba->device_data_mem_pool = NULL; in lpfc_mem_free()
1181 mempool_t *device_data_mem_pool; member
5703 lun_info = mempool_alloc(phba->device_data_mem_pool, memory_flags); in lpfc_create_device_data()5738 mempool_free(lun_info, phba->device_data_mem_pool); in lpfc_delete_device_data()
14027 mempool_destroy(phba->device_data_mem_pool); in lpfc_sli4_oas_verify()14028 phba->device_data_mem_pool = NULL; in lpfc_sli4_oas_verify()