Home
last modified time | relevance | path

Searched refs:txpackets (Results 1 – 2 of 2) sorted by relevance

/freebsd/sys/dev/igc/
H A Dif_igc.c1012 u32 txpackets) 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()
1083 txpackets += ringpackets; in igc_neweitr()
1100 txpackets); in igc_neweitr()
/freebsd/sys/dev/e1000/
H A Dif_em.c2155 u32 txpackets) 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()
2226 txpackets += ringpackets; in em_newitr()
2244 txpackets); in em_newitr()