Lines Matching refs:nent
232 int nent;
766 for (i = 0; i < priv->nent; i++, sg++) {
774 priv->nent = 0;
916 int nent;
994 nent = dma_map_sg(port->dev, sg, num, DMA_TO_DEVICE);
995 if (!nent) {
1000 priv->nent = nent;
1002 for (i = 0; i < nent; i++, sg++) {
1007 if (i == (nent - 1))
1014 priv->sg_tx_p, nent, DMA_MEM_TO_DEV,
1021 dma_sync_sg_for_device(port->dev, priv->sg_tx_p, nent, DMA_TO_DEVICE);