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

/freebsd-11-stable/sys/dev/sfxge/
H A Dsfxge_rx.c1072 index = sc->rxq_count;
1136 rss_get_indirection_to_bucket(index) % sc->rxq_count;
1138 sc->rx_indir_table[index] = index % sc->rxq_count;
1155 for (index = 0; index < sc->rxq_count; index++) {
1276 KASSERT(index < sc->rxq_count, ("index >= %d", sc->rxq_count));
1337 for (index = 0; index < sc->rxq_count; index++)
1368 index = sc->rxq_count;
1372 sc->rxq_count = 0;
1396 sc->rxq_count
[all...]
H A Dsfxge.h328 unsigned int rxq_count; member in struct:sfxge_softc

Completed in 66 milliseconds