Searched refs:txq_count (Results 1 - 4 of 4) sorted by relevance

/freebsd-11-stable/sys/dev/sfxge/
H A Dsfxge_tx.c791 for (i = 0; i < sc->txq_count; i++)
911 index = bucket_id % (sc->txq_count - (SFXGE_TXQ_NTYPES - 1));
1718 index = sc->txq_count;
1736 for (index = 0; index < sc->txq_count; index++) {
1949 for (index = 0; index < sc->txq_count; index++)
1983 for (index = 0; index < sc->txq_count; index++) {
2003 index = sc->txq_count;
2007 sc->txq_count = 0;
2044 sc->txq_count = SFXGE_EVQ0_N_TXQ(sc) - 1 + sc->intr.n_alloc;
2075 index < sc->txq_count
[all...]
H A Dsfxge.h329 unsigned int txq_count; member in struct:sfxge_softc
/freebsd-11-stable/sys/dev/oce/
H A Doce_mbox.c2106 sc->nwqs = HOST_16(nic_desc->txq_count);
2206 sc->nwqs = HOST_32(nic_desc->txq_count);
H A Doce_hw.h2131 uint16_t txq_count; member in struct:oce_nic_resc_desc

Completed in 316 milliseconds