Home
last modified time | relevance | path

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

/freebsd/sys/dev/igc/
H A Dif_igc.c912 unsigned long rxbytes, rxpackets, txbytes, txpackets; in igc_neweitr() local
942 txpackets = atomic_load_long(&txr->tx_packets); in igc_neweitr()
943 if (txpackets != 0) { in igc_neweitr()
945 bytes_per_packet = txbytes / txpackets; in igc_neweitr()
946 packets = txpackets; in igc_neweitr()
/freebsd/sys/dev/e1000/
H A Dif_em.c1657 unsigned long rxbytes, rxpackets, txbytes, txpackets; in em_newitr() local
1687 txpackets = atomic_load_long(&txr->tx_packets); in em_newitr()
1688 if (txpackets != 0) { in em_newitr()
1690 bytes_per_packet = txbytes / txpackets; in em_newitr()
1691 packets = txpackets; in em_newitr()