Searched refs:rxpackets (Results 1 – 2 of 2) sorted by relevance
| /freebsd/sys/dev/igc/ |
| H A D | if_igc.c | 912 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 D | if_em.c | 1657 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()
|