Home
last modified time | relevance | path

Searched refs:rxpackets (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
948 rxpackets = atomic_load_long(&rxr->rx_packets); in igc_neweitr()
949 if (rxpackets != 0) { in igc_neweitr()
952 lmax(bytes_per_packet, rxbytes / rxpackets); in igc_neweitr()
953 packets = lmax(packets, rxpackets); in igc_neweitr()
/freebsd/sys/dev/e1000/
H A Dif_em.c1657 unsigned long rxbytes, rxpackets, txbytes, txpackets; in em_newitr() local
1693 rxpackets = atomic_load_long(&rxr->rx_packets); in em_newitr()
1694 if (rxpackets != 0) { in em_newitr()
1697 lmax(bytes_per_packet, rxbytes / rxpackets); in em_newitr()
1698 packets = lmax(packets, rxpackets); in em_newitr()