Searched refs:txpackets (Results 1 – 2 of 2) sorted by relevance
912 unsigned long rxbytes, rxpackets, txbytes, txpackets; in igc_neweitr() local942 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()
1657 unsigned long rxbytes, rxpackets, txbytes, txpackets; in em_newitr() local1687 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()