Home
last modified time | relevance | path

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

/freebsd/sys/dev/sfxge/
H A Dsfxge_tx.h136 SFXGE_TXQ_NTYPES enumerator
141 1 : SFXGE_TXQ_NTYPES)
H A Dsfxge.h313 struct sfxge_txq *txq[SFXGE_TXQ_NTYPES + SFXGE_RX_SCALE_MAX];
H A Dsfxge_ev.c270 ((evq->index == 0 && label < SFXGE_TXQ_NTYPES) || in sfxge_get_txq_by_label()
H A Dsfxge_tx.c907 index = bucket_id % (sc->txq_count - (SFXGE_TXQ_NTYPES - 1)); in sfxge_if_transmit()