Searched refs:txqs (Results 1 - 8 of 8) sorted by relevance

/freebsd-11-stable/sys/dev/cxgb/
H A Dcxgb_sge.c1126 txq_prod(struct sge_txq *txq, unsigned int ndesc, struct txq_state *txqs) argument
1133 txqs->gen = txq->gen;
1135 txqs->compl = (txq->unacked & 32) << (S_WR_COMPL - 5);
1137 txqs->pidx = txq->pidx;
1140 if (((txqs->pidx > txq->cidx) &&
1141 (txq->pidx < txqs->pidx) &&
1143 ((txqs->pidx < txq->cidx) &&
1145 ((txqs->pidx < txq->cidx) &&
1146 (txq->cidx < txqs->pidx)))
1147 panic("txqs
1277 write_wr_hdr_sgl(unsigned int ndesc, struct tx_desc *txd, struct txq_state *txqs, const struct sge_txq *txq, const struct sg_ent *sgl, unsigned int flits, unsigned int sgl_flits, unsigned int wr_hi, unsigned int wr_lo) argument
1358 struct txq_state txqs; local
2206 struct txq_state txqs; local
[all...]
/freebsd-11-stable/sys/dev/sfxge/
H A Dsfxge_ev.c65 evq->txqs = &(evq->txq);
309 evq->txqs != &(txq->next)) {
310 *(evq->txqs) = txq;
311 evq->txqs = &(txq->next);
701 KASSERT(evq->txqs == &evq->txq, ("evq->txqs != &evq->txq"));
886 KASSERT(evq->txqs == &evq->txq, ("evq->txqs != &evq->txq"));
929 evq->txqs = &evq->txq;
H A Dsfxge.h179 struct sfxge_txq **txqs; member in struct:sfxge_evq
/freebsd-11-stable/sys/dev/ath/
H A Dif_ath.c1997 uint32_t txqs; local
2209 txqs = 0xffffffff;
2210 ath_hal_gettxintrtxqs(sc->sc_ah, &txqs);
2212 "ath_intr: TX; txqs=0x%08x, txq_active was 0x%08x, now 0x%08x",
2213 txqs,
2215 sc->sc_txq_active | txqs);
2216 sc->sc_txq_active |= txqs;
4415 uint32_t txqs; local
4419 txqs = sc->sc_txq_active;
4420 sc->sc_txq_active &= ~txqs;
4460 uint32_t txqs; local
4516 uint32_t txqs; local
[all...]
/freebsd-11-stable/sys/dev/ath/ath_hal/ar5212/
H A Dar5212_xmit.c952 ar5212GetTxIntrQueue(struct ath_hal *ah, uint32_t *txqs) argument
955 *txqs &= ahp->ah_intrTxqs;
956 ahp->ah_intrTxqs &= ~(*txqs);
/freebsd-11-stable/sys/contrib/dev/ath/ath_hal/ar9300/
H A Dar9300_xmit.c956 ar9300_get_tx_intr_queue(struct ath_hal *ah, u_int32_t *txqs) argument
962 *txqs &= ahp->ah_intr_txqs;
963 ahp->ah_intr_txqs &= ~(*txqs);
/freebsd-11-stable/sys/dev/ath/ath_hal/ar5210/
H A Dar5210_xmit.c625 ar5210GetTxIntrQueue(struct ath_hal *ah, uint32_t *txqs) argument
/freebsd-11-stable/sys/dev/ath/ath_hal/ar5211/
H A Dar5211_xmit.c664 ar5211GetTxIntrQueue(struct ath_hal *ah, uint32_t *txqs) argument

Completed in 110 milliseconds