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

/freebsd-12-stable/sys/dev/sfxge/
H A Dsfxge_ev.c533 for (index = 0; index < sc->evq_count; index++) {
619 for (index = 0; index < sc->evq_count; index++)
836 index = sc->evq_count;
861 for (index = 0; index < sc->evq_count; index++) {
979 index = sc->evq_count;
983 sc->evq_count = 0;
997 sc->evq_count = intr->n_alloc;
1024 for (index = 0; index < sc->evq_count; index++) {
1042 sc->evq_count = 0;
H A Dsfxge.h329 unsigned int evq_count; member in struct:sfxge_softc

Completed in 159 milliseconds