Lines Matching refs:bytecount
1066 buffer->bytecount = skb->len; in igc_init_empty_frame()
1092 first->bytecount; in igc_init_tx_empty_descriptor()
1093 olinfo_status = first->bytecount << IGC_ADVTXD_PAYLEN_SHIFT; in igc_init_tx_empty_descriptor()
1348 netdev_tx_sent_queue(txring_txq(tx_ring), first->bytecount); in igc_tx_map()
1484 first->bytecount += (first->gso_segs - 1) * *hdr_len; in igc_tso()
1563 first->bytecount = skb->len; in igc_xmit_frame_ring()
2274 head->bytecount = xdp_get_frame_len(xdpf); in igc_xdp_init_tx_descriptor()
2279 olinfo_status = head->bytecount << IGC_ADVTXD_PAYLEN_SHIFT; in igc_xdp_init_tx_descriptor()
2319 netdev_tx_sent_queue(txring_txq(ring), head->bytecount); in igc_xdp_init_tx_descriptor()
2802 bi->bytecount = xdp_desc.len; in igc_xdp_xmit_zc()
2866 total_bytes += tx_buffer->bytecount; in igc_clean_tx_irq()