Lines Matching refs:ctx1
705 struct ct6_dsd *ctx1 = sp->u.scmd.ct6_ctx;
707 dma_pool_free(ha->fcp_cmnd_dma_pool, ctx1->fcp_cmnd,
708 ctx1->fcp_cmnd_dma);
709 list_splice(&ctx1->dsd_list, &ha->gbl_dsd_list);
710 ha->gbl_dsd_inuse -= ctx1->dsd_use_cnt;
711 ha->gbl_dsd_avail += ctx1->dsd_use_cnt;
712 mempool_free(ctx1, ha->ctx_mempool);
788 struct ct6_dsd *ctx1 = sp->u.scmd.ct6_ctx;
790 dma_pool_free(ha->fcp_cmnd_dma_pool, ctx1->fcp_cmnd,
791 ctx1->fcp_cmnd_dma);
792 list_splice(&ctx1->dsd_list, &ha->gbl_dsd_list);
793 ha->gbl_dsd_inuse -= ctx1->dsd_use_cnt;
794 ha->gbl_dsd_avail += ctx1->dsd_use_cnt;
795 mempool_free(ctx1, ha->ctx_mempool);