Searched refs:async_pd (Results 1 – 2 of 2) sorted by relevance
4242 ha->async_pd = dma_pool_alloc(ha->s_dma_pool, GFP_KERNEL, in qla2x00_mem_alloc()4244 if (!ha->async_pd) in qla2x00_mem_alloc()4247 "async_pd=%p.\n", ha->async_pd); in qla2x00_mem_alloc()4289 dma_pool_free(ha->s_dma_pool, ha->async_pd, ha->async_pd_dma); in qla2x00_mem_alloc()4726 if (ha->async_pd) in qla2x00_mem_free()4727 dma_pool_free(ha->s_dma_pool, ha->async_pd, ha->async_pd_dma); in qla2x00_mem_free()4728 ha->async_pd = NULL; in qla2x00_mem_free()
4247 void *async_pd; member