Searched refs:HAL_RX_QUEUE_HP (Results 1 - 9 of 9) sorted by relevance

/freebsd-10.0-release/sys/dev/ath/
H A Dif_ath_rx_edma.c170 if (sc->sc_rxedma[HAL_RX_QUEUE_HP].m_rxpending) {
171 m_freem(sc->sc_rxedma[HAL_RX_QUEUE_HP].m_rxpending);
172 sc->sc_rxedma[HAL_RX_QUEUE_HP].m_rxpending = NULL;
252 if (ath_hal_getrxbuf(sc->sc_ah, HAL_RX_QUEUE_HP) == 0) {
255 ath_edma_reinit_fifo(sc, HAL_RX_QUEUE_HP);
269 ath_edma_rxfifo_alloc(sc, HAL_RX_QUEUE_HP,
270 sc->sc_rxedma[HAL_RX_QUEUE_HP].m_fifolen);
296 ath_edma_recv_proc_queue(sc, HAL_RX_QUEUE_HP, dosched);
314 ath_edma_recv_proc_queue(sc, HAL_RX_QUEUE_HP, 0);
320 ath_edma_recv_proc_deferred_queue(sc, HAL_RX_QUEUE_HP,
[all...]
H A Dif_ath_rx.c995 if (ath_rx_pkt(sc, rs, status, tsf, nf, HAL_RX_QUEUE_HP, bf, m))
1046 ath_hal_putrxbuf(ah, bf->bf_daddr, HAL_RX_QUEUE_HP);
1144 (caddr_t)(uintptr_t) ath_hal_getrxbuf(ah, HAL_RX_QUEUE_HP),
1165 if (sc->sc_rxedma[HAL_RX_QUEUE_HP].m_rxpending != NULL) {
1166 m_freem(sc->sc_rxedma[HAL_RX_QUEUE_HP].m_rxpending);
1167 sc->sc_rxedma[HAL_RX_QUEUE_HP].m_rxpending = NULL;
1184 sc->sc_rxedma[HAL_RX_QUEUE_HP].m_rxpending = NULL;
1196 ath_hal_putrxbuf(ah, bf->bf_daddr, HAL_RX_QUEUE_HP);
H A Dif_ath.c884 TAILQ_INIT(&sc->sc_rx_rxlist[HAL_RX_QUEUE_HP]);
/freebsd-10.0-release/sys/dev/ath/ath_hal/ar5211/
H A Dar5211_recv.c36 HALASSERT(qtype == HAL_RX_QUEUE_HP);
47 HALASSERT(qtype == HAL_RX_QUEUE_HP);
/freebsd-10.0-release/sys/contrib/dev/ath/ath_hal/ar9300/
H A Dar9300_recv.c33 if (qtype == HAL_RX_QUEUE_HP) {
46 HALASSERT((qtype == HAL_RX_QUEUE_HP) || (qtype == HAL_RX_QUEUE_LP));
48 if (qtype == HAL_RX_QUEUE_HP) {
/freebsd-10.0-release/sys/dev/ath/ath_hal/ar5210/
H A Dar5210_recv.c36 HALASSERT(qtype == HAL_RX_QUEUE_HP);
47 HALASSERT(qtype == HAL_RX_QUEUE_HP);
/freebsd-10.0-release/sys/dev/ath/ath_hal/ar5212/
H A Dar5212_recv.c36 HALASSERT(qtype == HAL_RX_QUEUE_HP);
47 HALASSERT(qtype == HAL_RX_QUEUE_HP);
/freebsd-10.0-release/sys/dev/ath/ath_hal/
H A Dah.c729 case HAL_RX_QUEUE_HP:
H A Dah.h243 HAL_RX_QUEUE_HP = 0, /* high priority recv queue */ enumerator in enum:__anon7433

Completed in 218 milliseconds