Searched refs:txbytes (Results 1 – 3 of 3) sorted by relevance
912 unsigned long rxbytes, rxpackets, txbytes, txpackets; in igc_neweitr() local917 txbytes = atomic_load_long(&txr->tx_bytes); in igc_neweitr()920 if (txbytes == 0 && rxbytes == 0) in igc_neweitr()944 bytes = txbytes; in igc_neweitr()945 bytes_per_packet = txbytes / txpackets; in igc_neweitr()
137 uint8_t txbytes; /* transmitted bytes */ member
1657 unsigned long rxbytes, rxpackets, txbytes, txpackets; in em_newitr() local1662 txbytes = atomic_load_long(&txr->tx_bytes); in em_newitr()1665 if (txbytes == 0 && rxbytes == 0) in em_newitr()1689 bytes = txbytes; in em_newitr()1690 bytes_per_packet = txbytes / txpackets; in em_newitr()