Searched refs:async_pd (Results 1 – 2 of 2) sorted by relevance
4348 ha->async_pd = dma_pool_alloc(ha->s_dma_pool, GFP_KERNEL, in qla2x00_mem_alloc()4350 if (!ha->async_pd) in qla2x00_mem_alloc()4353 "async_pd=%p.\n", ha->async_pd); in qla2x00_mem_alloc()4423 dma_pool_free(ha->s_dma_pool, ha->async_pd, ha->async_pd_dma); in qla2x00_mem_alloc()4860 if (ha->async_pd) in qla2x00_mem_free()4861 dma_pool_free(ha->s_dma_pool, ha->async_pd, ha->async_pd_dma); in qla2x00_mem_free()4862 ha->async_pd = NULL; in qla2x00_mem_free()
4397 void *async_pd; member