Home
last modified time | relevance | path

Searched refs:SFXGE_EVQ0_N_TXQ (Results 1 – 4 of 4) sorted by relevance

/freebsd/sys/dev/sfxge/
H A Dsfxge.c151 limits.edl_min_txq_count = SFXGE_EVQ0_N_TXQ(sc); in sfxge_estimate_rsrc_limits()
152 limits.edl_max_txq_count = evq_max + SFXGE_EVQ0_N_TXQ(sc) - 1; in sfxge_estimate_rsrc_limits()
168 KASSERT(txq_allocated >= SFXGE_EVQ0_N_TXQ(sc), in sfxge_estimate_rsrc_limits()
169 ("txq_allocated < %u", SFXGE_EVQ0_N_TXQ(sc))); in sfxge_estimate_rsrc_limits()
173 sc->evq_max = MIN(txq_allocated - (SFXGE_EVQ0_N_TXQ(sc) - 1), in sfxge_estimate_rsrc_limits()
205 sc->intr.n_alloc + SFXGE_EVQ0_N_TXQ(sc) - 1; in sfxge_set_drv_limits()
H A Dsfxge_tx.h139 #define SFXGE_EVQ0_N_TXQ(_sc) \ macro
H A Dsfxge_tx.c2031 sc->txq_count = SFXGE_EVQ0_N_TXQ(sc) - 1 + sc->intr.n_alloc; in sfxge_tx_init()
2061 index < sc->txq_count - SFXGE_EVQ0_N_TXQ(sc) + 1; in sfxge_tx_init()
2063 if ((rc = sfxge_tx_qinit(sc, SFXGE_EVQ0_N_TXQ(sc) - 1 + index, in sfxge_tx_init()
H A Dsfxge_ev.c275 label : (evq->index - 1 + SFXGE_EVQ0_N_TXQ(evq->sc)); in sfxge_get_txq_by_label()