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

/freebsd-12-stable/sys/dev/sfxge/
H A Dsfxge_rx.c1074 index = sc->rxq_count;
1138 rss_get_indirection_to_bucket(index) % sc->rxq_count;
1140 sc->rx_indir_table[index] = index % sc->rxq_count;
1157 for (index = 0; index < sc->rxq_count; index++) {
1278 KASSERT(index < sc->rxq_count, ("index >= %d", sc->rxq_count));
1339 for (index = 0; index < sc->rxq_count; index++)
1370 index = sc->rxq_count;
1374 sc->rxq_count = 0;
1398 sc->rxq_count
[all...]
H A Dsfxge.h330 unsigned int rxq_count; member in struct:sfxge_softc

Completed in 100 milliseconds