Lines Matching refs:bytecount
1101 buffer->bytecount = skb->len; in igc_init_empty_frame()
1127 first->bytecount; in igc_init_tx_empty_descriptor()
1128 olinfo_status = first->bytecount << IGC_ADVTXD_PAYLEN_SHIFT; in igc_init_tx_empty_descriptor()
1394 netdev_tx_sent_queue(txring_txq(tx_ring), first->bytecount); in igc_tx_map()
1530 first->bytecount += (first->gso_segs - 1) * *hdr_len; in igc_tso()
1630 first->bytecount = skb->len; in igc_xmit_frame_ring()
1636 if (tx_ring->max_sdu > 0 && first->bytecount > tx_ring->max_sdu) { in igc_xmit_frame_ring()
2373 head->bytecount = xdp_get_frame_len(xdpf); in igc_xdp_init_tx_descriptor()
2378 olinfo_status = head->bytecount << IGC_ADVTXD_PAYLEN_SHIFT; in igc_xdp_init_tx_descriptor()
2418 netdev_tx_sent_queue(txring_txq(ring), head->bytecount); in igc_xdp_init_tx_descriptor()
2922 bi->bytecount = xdp_desc.len; in igc_xdp_xmit_zc()
2986 total_bytes += tx_buffer->bytecount; in igc_clean_tx_irq()