Home
last modified time | relevance | path

Searched refs:rxpackets (Results 1 – 2 of 2) 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
1018 if (rxbytes && rxpackets) in igc_ring_itr()
1019 newitr = max(newitr, rxbytes / rxpackets); in igc_ring_itr()
1065 u32 ringbytes, ringpackets, rxbytes, rxpackets, txbytes, txpackets; in igc_neweitr() local
1069 igc_aim_rx_delta(rxr, &rxbytes, &rxpackets); in igc_neweitr()
1099 neweitr = igc_ring_itr(sc, rxbytes, rxpackets, txbytes, in igc_neweitr()
/freebsd/sys/dev/e1000/
H A Dif_em.c2169 em_ring_itr(struct e1000_softc *sc, u32 rxbytes, u32 rxpackets, u32 txbytes, in em_ring_itr() argument
2176 if (rxbytes && rxpackets) in em_ring_itr()
2177 newitr = max(newitr, rxbytes / rxpackets); in em_ring_itr()
2223 u32 ringbytes, ringpackets, rxbytes, rxpackets, txbytes, txpackets; in em_newitr() local
2227 em_aim_rx_delta(rxr, &rxbytes, &rxpackets); in em_newitr()
2258 newitr = em_ring_itr(sc, rxbytes, rxpackets, txbytes, in em_newitr()