Lines Matching refs:sg_pool
1727 hw_sgl = dma_pool_alloc(cs->sg_pool, GFP_ATOMIC, in myrs_queuecommand()
2074 dma_pool_free(cs->sg_pool, cmd_blk->sgl, in myrs_handle_scsi()
2176 cs->sg_pool = dma_pool_create("myrs_sg", &pdev->dev, in myrs_create_mempools()
2178 if (cs->sg_pool == NULL) { in myrs_create_mempools()
2187 dma_pool_destroy(cs->sg_pool); in myrs_create_mempools()
2188 cs->sg_pool = NULL; in myrs_create_mempools()
2198 dma_pool_destroy(cs->sg_pool); in myrs_create_mempools()
2199 cs->sg_pool = NULL; in myrs_create_mempools()
2213 dma_pool_destroy(cs->sg_pool); in myrs_create_mempools()
2214 cs->sg_pool = NULL; in myrs_create_mempools()
2234 dma_pool_destroy(cs->sg_pool); in myrs_destroy_mempools()