Lines Matching refs:sg_pool
1733 hw_sgl = dma_pool_alloc(cs->sg_pool, GFP_ATOMIC, in myrs_queuecommand()
2081 dma_pool_free(cs->sg_pool, cmd_blk->sgl, in myrs_handle_scsi()
2183 cs->sg_pool = dma_pool_create("myrs_sg", &pdev->dev, in myrs_create_mempools()
2185 if (cs->sg_pool == NULL) { in myrs_create_mempools()
2194 dma_pool_destroy(cs->sg_pool); in myrs_create_mempools()
2195 cs->sg_pool = NULL; in myrs_create_mempools()
2205 dma_pool_destroy(cs->sg_pool); in myrs_create_mempools()
2206 cs->sg_pool = NULL; in myrs_create_mempools()
2220 dma_pool_destroy(cs->sg_pool); in myrs_create_mempools()
2221 cs->sg_pool = NULL; in myrs_create_mempools()
2241 dma_pool_destroy(cs->sg_pool); in myrs_destroy_mempools()