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

/freebsd-10-stable/sys/dev/cxgb/
H A Dcxgb_sge.c1132 txq_prod(struct sge_txq *txq, unsigned int ndesc, struct txq_state *txqs) argument
1139 txqs->gen = txq->gen;
1141 txqs->compl = (txq->unacked & 32) << (S_WR_COMPL - 5);
1143 txqs->pidx = txq->pidx;
1146 if (((txqs->pidx > txq->cidx) &&
1147 (txq->pidx < txqs->pidx) &&
1149 ((txqs->pidx < txq->cidx) &&
1151 ((txqs->pidx < txq->cidx) &&
1152 (txq->cidx < txqs->pidx)))
1153 panic("txqs
1283 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
1364 struct txq_state txqs; local
2212 struct txq_state txqs; local
[all...]
/freebsd-10-stable/sys/dev/sfxge/
H A Dsfxge_ev.c60 evq->txqs = &(evq->txq);
304 evq->txqs != &(txq->next)) {
305 *(evq->txqs) = txq;
306 evq->txqs = &(txq->next);
696 KASSERT(evq->txqs == &evq->txq, ("evq->txqs != &evq->txq"));
881 KASSERT(evq->txqs == &evq->txq, ("evq->txqs != &evq->txq"));
924 evq->txqs = &evq->txq;
H A Dsfxge.h178 struct sfxge_txq **txqs; member in struct:sfxge_evq
/freebsd-10-stable/sys/dev/ath/
H A Dif_ath.c1659 uint32_t txqs; local
1857 txqs = 0xffffffff;
1858 ath_hal_gettxintrtxqs(sc->sc_ah, &txqs);
1860 "ath_intr: TX; txqs=0x%08x, txq_active was 0x%08x, now 0x%08x",
1861 txqs,
1863 sc->sc_txq_active | txqs);
1864 sc->sc_txq_active |= txqs;
4252 uint32_t txqs; local
4256 txqs = sc->sc_txq_active;
4257 sc->sc_txq_active &= ~txqs;
4293 uint32_t txqs; local
4345 uint32_t txqs; local
[all...]
/freebsd-10-stable/sys/contrib/dev/ath/ath_hal/ar9300/
H A Dar9300_xmit.c869 ar9300_get_tx_intr_queue(struct ath_hal *ah, u_int32_t *txqs) argument
875 *txqs &= ahp->ah_intr_txqs;
876 ahp->ah_intr_txqs &= ~(*txqs);
/freebsd-10-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-10-stable/sys/dev/ath/ath_hal/ar5210/
H A Dar5210_xmit.c625 ar5210GetTxIntrQueue(struct ath_hal *ah, uint32_t *txqs) argument
/freebsd-10-stable/sys/dev/ath/ath_hal/ar5211/
H A Dar5211_xmit.c664 ar5211GetTxIntrQueue(struct ath_hal *ah, uint32_t *txqs) argument

Completed in 213 milliseconds