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.c1011 igc_ring_itr(struct igc_softc *sc, u32 rxbytes, u32 rxpackets, u32 txbytes, in igc_ring_itr() argument
1016 if (txbytes && txpackets) in igc_ring_itr()
1017 newitr = txbytes / txpackets; in igc_ring_itr()
1065 u32 ringbytes, ringpackets, rxbytes, rxpackets, txbytes, txpackets; in igc_neweitr() local
1076 txbytes = txpackets = 0; in igc_neweitr()
1082 txbytes += ringbytes; in igc_neweitr()
1087 if (txbytes == 0 && rxbytes == 0) in igc_neweitr()
1099 neweitr = igc_ring_itr(sc, rxbytes, rxpackets, txbytes, 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.c2154 em_ring_itr(struct e1000_softc *sc, u32 rxbytes, u32 rxpackets, u32 txbytes, in em_ring_itr() argument
2159 if (txbytes && txpackets) in em_ring_itr()
2160 newitr = txbytes / txpackets; in em_ring_itr()
2208 u32 ringbytes, ringpackets, rxbytes, rxpackets, txbytes, txpackets; in em_newitr() local
2219 txbytes = txpackets = 0; in em_newitr()
2225 txbytes += ringbytes; in em_newitr()
2230 if (txbytes == 0 && rxbytes == 0) in em_newitr()
2243 newitr = em_ring_itr(sc, rxbytes, rxpackets, txbytes, in em_newitr()