Home
last modified time | relevance | path

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

/drivers/net/ethernet/google/gve/
Dgve_rx_dqo.c678 u32 pkt_bytes; in gve_rx_poll_dqo() local
727 pkt_bytes = rx->skb_head->len; in gve_rx_poll_dqo()
732 pkt_bytes += ETH_HLEN; in gve_rx_poll_dqo()
743 bytes += pkt_bytes; in gve_rx_poll_dqo()
/drivers/infiniband/hw/hfi1/
Dipoib_tx.c272 u16 pkt_bytes = in hfi1_ipoib_build_tx_desc() local
276 ret = sdma_txinit(txreq, 0, pkt_bytes, hfi1_ipoib_sdma_complete); in hfi1_ipoib_build_tx_desc()