Home
last modified time | relevance | path

Searched refs:iovi (Results 1 – 1 of 1) sorted by relevance

/Linux-v6.6/drivers/net/ethernet/google/gve/
Dgve_tx.c728 int pad, nfrags, ndescs, iovi, offset; in gve_tx_fill_xdp() local
742 iovi = pad > 0; in gve_tx_fill_xdp()
743 ndescs = nfrags - iovi; in gve_tx_fill_xdp()
746 while (iovi < nfrags) { in gve_tx_fill_xdp()
750 info->iov[iovi].iov_len, in gve_tx_fill_xdp()
751 info->iov[iovi].iov_offset, len); in gve_tx_fill_xdp()
755 info->iov[iovi].iov_len, in gve_tx_fill_xdp()
756 info->iov[iovi].iov_offset); in gve_tx_fill_xdp()
758 memcpy(tx->tx_fifo.base + info->iov[iovi].iov_offset, in gve_tx_fill_xdp()
759 data + offset, info->iov[iovi].iov_len); in gve_tx_fill_xdp()
[all …]