Home
last modified time | relevance | path

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

/netbsd/sys/dev/pci/
H A Dif_wm.c457 uint32_t rxq_packets; /* for AIM */ member
6364 if (rxq->rxq_packets) in wm_itrs_calculate()
6365 avg_size = rxq->rxq_bytes / rxq->rxq_packets; in wm_itrs_calculate()
6400 rxq->rxq_packets = 0; in wm_itrs_calculate()
10251 rxq->rxq_packets++; in wm_rxeof()