Searched refs:rx_empty_count (Results 1 - 2 of 2) sorted by relevance

/netbsd-6-1-5-RELEASE/sys/dev/pci/
H A Dif_bnxvar.h355 u_int32_t rx_empty_count; /* Number of times the RX chain was empty. */ member in struct:bnx_softc
H A Dif_bnx.c3683 DBRUNIF((sc->free_rx_bd == sc->max_rx_bd), sc->rx_empty_count++);
4140 DBRUNIF(1, sc->rx_empty_count = 0);
4329 DBRUNIF((sc->free_rx_bd == USABLE_RX_BD), sc->rx_empty_count++);

Completed in 109 milliseconds