Searched refs:fcp_cmnd_dma_pool (Results 1 - 3 of 3) sorted by relevance

/drivers/scsi/qla2xxx/
H A Dqla_os.c595 dma_pool_free(ha->fcp_cmnd_dma_pool, ctx1->fcp_cmnd,
3001 ha->fcp_cmnd_dma_pool = dma_pool_create(name, &ha->pdev->dev,
3003 if (!ha->fcp_cmnd_dma_pool) {
3005 "Failed to allocate memory for fcp_cmnd_dma_pool.\n");
3009 "dl_dma_pool=%p fcp_cmnd_dma_pool=%p.\n",
3010 ha->dl_dma_pool, ha->fcp_cmnd_dma_pool);
3144 dma_pool_destroy(ha->fcp_cmnd_dma_pool);
3145 ha->fcp_cmnd_dma_pool = NULL;
3279 if (ha->fcp_cmnd_dma_pool)
3280 dma_pool_destroy(ha->fcp_cmnd_dma_pool);
[all...]
H A Dqla_iocb.c2360 ctx->fcp_cmnd = dma_pool_alloc(ha->fcp_cmnd_dma_pool,
2578 dma_pool_free(ha->fcp_cmnd_dma_pool, ctx->fcp_cmnd, ctx->fcp_cmnd_dma);
H A Dqla_def.h2831 struct dma_pool *fcp_cmnd_dma_pool; member in struct:qla_hw_data

Completed in 1155 milliseconds