Home
last modified time | relevance | path

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

/linux/drivers/net/ethernet/google/gve/
H A Dgve_tx.c786 int pad, nfrags, ndescs, iovi, offset; in gve_tx_fill_xdp() local
800 iovi = pad > 0; in gve_tx_fill_xdp()
801 ndescs = nfrags - iovi; in gve_tx_fill_xdp()
804 while (iovi < nfrags) { in gve_tx_fill_xdp()
808 info->iov[iovi].iov_len, in gve_tx_fill_xdp()
809 info->iov[iovi].iov_offset, len); in gve_tx_fill_xdp()
813 info->iov[iovi].iov_len, in gve_tx_fill_xdp()
814 info->iov[iovi].iov_offset); in gve_tx_fill_xdp()
816 memcpy(tx->tx_fifo.base + info->iov[iovi].iov_offset, in gve_tx_fill_xdp()
817 data + offset, info->iov[iovi].iov_len); in gve_tx_fill_xdp()
[all …]