Searched refs:HAL_RX_QUEUE_HP (Results 1 – 9 of 9) sorted by relevance
/freebsd/sys/dev/ath/ |
H A D | if_ath_rx_edma.c | 185 if (sc->sc_rxedma[HAL_RX_QUEUE_HP].m_rxpending) { in ath_edma_stoprecv() 186 m_freem(sc->sc_rxedma[HAL_RX_QUEUE_HP].m_rxpending); in ath_edma_stoprecv() 187 sc->sc_rxedma[HAL_RX_QUEUE_HP].m_rxpending = NULL; in ath_edma_stoprecv() 268 ath_edma_reinit_fifo(sc, HAL_RX_QUEUE_HP); in ath_edma_startrecv() 291 ath_edma_rxfifo_alloc(sc, HAL_RX_QUEUE_HP, in ath_edma_startrecv() 292 sc->sc_rxedma[HAL_RX_QUEUE_HP].m_fifolen); in ath_edma_startrecv() 345 ath_edma_recv_proc_queue(sc, HAL_RX_QUEUE_HP, dosched); in ath_edma_recv_sched() 380 ath_edma_recv_proc_queue(sc, HAL_RX_QUEUE_HP, 0); in ath_edma_recv_flush() 391 ath_edma_recv_proc_deferred_queue(sc, HAL_RX_QUEUE_HP, 0); in ath_edma_recv_flush() 539 while (! TAILQ_EMPTY(&sc->sc_rx_rxlist[HAL_RX_QUEUE_HP])) { in ath_edma_flush_deferred_queue() [all …]
|
H A D | if_ath_rx.c | 1186 if (ath_rx_pkt(sc, rs, status, tsf, nf, HAL_RX_QUEUE_HP, bf, m)) in ath_rx_proc() 1195 if (sc->sc_rxedma[HAL_RX_QUEUE_HP].m_holdbf != NULL) { in ath_rx_proc() 1197 sc->sc_rxedma[HAL_RX_QUEUE_HP].m_holdbf, in ath_rx_proc() 1200 sc->sc_rxedma[HAL_RX_QUEUE_HP].m_holdbf); in ath_rx_proc() 1207 sc->sc_rxedma[HAL_RX_QUEUE_HP].m_holdbf = bf; in ath_rx_proc() 1262 ath_hal_putrxbuf(ah, bf->bf_daddr, HAL_RX_QUEUE_HP); in ath_rx_proc() 1342 if (sc->sc_rxedma[HAL_RX_QUEUE_HP].m_rxpending != NULL) { in ath_legacy_flush_rxpending() 1343 m_freem(sc->sc_rxedma[HAL_RX_QUEUE_HP].m_rxpending); in ath_legacy_flush_rxpending() 1344 sc->sc_rxedma[HAL_RX_QUEUE_HP].m_rxpending = NULL; in ath_legacy_flush_rxpending() 1361 bf = sc->sc_rxedma[HAL_RX_QUEUE_HP].m_holdbf; in ath_legacy_flush_rxholdbf() [all …]
|
H A D | if_ath.c | 1260 TAILQ_INIT(&sc->sc_rx_rxlist[HAL_RX_QUEUE_HP]); in ath_attach()
|
/freebsd/sys/contrib/dev/ath/ath_hal/ar9300/ |
H A D | ar9300_recv.c | 33 if (qtype == HAL_RX_QUEUE_HP) { in ar9300_get_rx_dp() 46 HALASSERT((qtype == HAL_RX_QUEUE_HP) || (qtype == HAL_RX_QUEUE_LP)); in ar9300_set_rx_dp() 48 if (qtype == HAL_RX_QUEUE_HP) { in ar9300_set_rx_dp()
|
/freebsd/sys/dev/ath/ath_hal/ar5211/ |
H A D | ar5211_recv.c | 36 HALASSERT(qtype == HAL_RX_QUEUE_HP); in ar5211GetRxDP() 47 HALASSERT(qtype == HAL_RX_QUEUE_HP); in ar5211SetRxDP()
|
/freebsd/sys/dev/ath/ath_hal/ar5210/ |
H A D | ar5210_recv.c | 36 HALASSERT(qtype == HAL_RX_QUEUE_HP); in ar5210GetRxDP() 47 HALASSERT(qtype == HAL_RX_QUEUE_HP); in ar5210SetRxDP()
|
/freebsd/sys/dev/ath/ath_hal/ar5212/ |
H A D | ar5212_recv.c | 36 HALASSERT(qtype == HAL_RX_QUEUE_HP); in ar5212GetRxDP() 47 HALASSERT(qtype == HAL_RX_QUEUE_HP); in ar5212SetRxDP()
|
/freebsd/sys/dev/ath/ath_hal/ |
H A D | ah.h | 257 HAL_RX_QUEUE_HP = 0, /* high priority recv queue */ enumerator
|
H A D | ah.c | 833 case HAL_RX_QUEUE_HP: in ath_hal_getcapability()
|