Lines Matching refs:sgc
170 dma_unmap_sg(&pf->pdev->dev, ddp->sgl, ddp->sgc, in i40e_fcoe_ddp_unmap()
173 ddp->sgc = 0; in i40e_fcoe_ddp_unmap()
816 struct scatterlist *sgl, unsigned int sgc, in i40e_fcoe_ddp_setup() argument
849 xid, ddp->sgl, ddp->sgc); in i40e_fcoe_ddp_setup()
866 dmacount = dma_map_sg(&pf->pdev->dev, sgl, sgc, DMA_FROM_DEVICE); in i40e_fcoe_ddp_setup()
869 sgl, sgc); in i40e_fcoe_ddp_setup()
928 ddp->sgc = sgc; in i40e_fcoe_ddp_setup()
942 dma_unmap_sg(&pf->pdev->dev, sgl, sgc, DMA_FROM_DEVICE); in i40e_fcoe_ddp_setup()
963 struct scatterlist *sgl, unsigned int sgc) in i40e_fcoe_ddp_get() argument
965 return i40e_fcoe_ddp_setup(netdev, xid, sgl, sgc, 0); in i40e_fcoe_ddp_get()
984 struct scatterlist *sgl, unsigned int sgc) in i40e_fcoe_ddp_target() argument
986 return i40e_fcoe_ddp_setup(netdev, xid, sgl, sgc, 1); in i40e_fcoe_ddp_target()