Home
last modified time | relevance | path

Searched refs:async_pd (Results 1 – 2 of 2) sorted by relevance

/OK3568_Linux_fs/kernel/drivers/scsi/qla2xxx/
H A Dqla_os.c4229 ha->async_pd = dma_pool_alloc(ha->s_dma_pool, GFP_KERNEL, in qla2x00_mem_alloc()
4231 if (!ha->async_pd) in qla2x00_mem_alloc()
4234 "async_pd=%p.\n", ha->async_pd); in qla2x00_mem_alloc()
4276 dma_pool_free(ha->s_dma_pool, ha->async_pd, ha->async_pd_dma); in qla2x00_mem_alloc()
4713 if (ha->async_pd) in qla2x00_mem_free()
4714 dma_pool_free(ha->s_dma_pool, ha->async_pd, ha->async_pd_dma); in qla2x00_mem_free()
4715 ha->async_pd = NULL; in qla2x00_mem_free()
H A Dqla_def.h4251 void *async_pd; member