Searched refs:device_data_mem_pool (Results 1 – 2 of 2) sorted by relevance
174 phba->device_data_mem_pool = mempool_create_kmalloc_pool( in lpfc_mem_alloc()177 if (!phba->device_data_mem_pool) in lpfc_mem_alloc()180 phba->device_data_mem_pool = NULL; in lpfc_mem_alloc()281 if (phba->device_data_mem_pool) { in lpfc_mem_free()288 mempool_free(device_data, phba->device_data_mem_pool); in lpfc_mem_free()290 mempool_destroy(phba->device_data_mem_pool); in lpfc_mem_free()292 phba->device_data_mem_pool = NULL; in lpfc_mem_free()
15582 mempool_destroy(phba->device_data_mem_pool); in lpfc_sli4_oas_verify() 15583 phba->device_data_mem_pool = NULL; in lpfc_sli4_oas_verify()