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

/drivers/scsi/qla2xxx/
H A Dqla_os.c3104 ha->async_pd = dma_pool_alloc(ha->s_dma_pool, GFP_KERNEL,
3106 if (!ha->async_pd)
3109 "async_pd=%p.\n", ha->async_pd);
3251 if (ha->async_pd)
3252 dma_pool_free(ha->s_dma_pool, ha->async_pd, ha->async_pd_dma);
3305 ha->async_pd = NULL;
H A Dqla_def.h2680 void *async_pd; member in struct:qla_hw_data

Completed in 65 milliseconds