Home
last modified time | relevance | path

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

/Linux-v6.6/drivers/scsi/qla2xxx/
Dqla_os.c4414 ha->async_pd = dma_pool_alloc(ha->s_dma_pool, GFP_KERNEL, in qla2x00_mem_alloc()
4416 if (!ha->async_pd) in qla2x00_mem_alloc()
4419 "async_pd=%p.\n", ha->async_pd); in qla2x00_mem_alloc()
4503 dma_pool_free(ha->s_dma_pool, ha->async_pd, ha->async_pd_dma); in qla2x00_mem_alloc()
4942 if (ha->async_pd) in qla2x00_mem_free()
4943 dma_pool_free(ha->s_dma_pool, ha->async_pd, ha->async_pd_dma); in qla2x00_mem_free()
4944 ha->async_pd = NULL; in qla2x00_mem_free()
Dqla_def.h4485 void *async_pd; member