Home
last modified time | relevance | path

Searched refs:txbytes (Results 1 – 3 of 3) sorted by relevance

/freebsd/sys/dev/igc/
H A Dif_igc.c912 unsigned long rxbytes, rxpackets, txbytes, txpackets; in igc_neweitr() local
917 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()
/freebsd/sys/dev/ismt/
H A Dismt.c137 uint8_t txbytes; /* transmitted bytes */ member
/freebsd/sys/dev/e1000/
H A Dif_em.c1657 unsigned long rxbytes, rxpackets, txbytes, txpackets; in em_newitr() local
1662 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()