Home
last modified time | relevance | path

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

/linux/drivers/net/ethernet/google/gve/
A Dgve_tx.c426 int pad_bytes, hlen, hdr_nfrags, payload_nfrags, l4_hdr_offset; in gve_tx_add_skb_copy() local
453 hdr_nfrags = gve_tx_alloc_fifo(&tx->tx_fifo, hlen + pad_bytes, in gve_tx_add_skb_copy()
455 WARN(!hdr_nfrags, "hdr_nfrags should never be 0!"); in gve_tx_add_skb_copy()
461 info->iov[hdr_nfrags - 1].iov_offset); in gve_tx_add_skb_copy()
464 tx->tx_fifo.base + info->iov[hdr_nfrags - 1].iov_offset, in gve_tx_add_skb_copy()
467 info->iov[hdr_nfrags - 1].iov_offset, in gve_tx_add_skb_copy()
468 info->iov[hdr_nfrags - 1].iov_len); in gve_tx_add_skb_copy()

Completed in 3 milliseconds