Home
last modified time | relevance | path

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

/Linux-v5.4/drivers/net/ethernet/google/gve/
Dgve_tx.c410 int pad_bytes, hlen, hdr_nfrags, payload_nfrags, l4_hdr_offset; in gve_tx_add_skb() local
440 payload_nfrags = gve_tx_alloc_fifo(&tx->tx_fifo, skb->len - hlen, in gve_tx_add_skb()
444 1 + payload_nfrags, hlen, in gve_tx_add_skb()
455 for (i = payload_iov; i < payload_nfrags + payload_iov; i++) { in gve_tx_add_skb()
472 return 1 + payload_nfrags; in gve_tx_add_skb()