Home
last modified time | relevance | path

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

/freebsd-11-stable/sys/dev/ath/
HDif_ath_rx_edma.c182 if (sc->sc_rxedma[HAL_RX_QUEUE_HP].m_rxpending) { in ath_edma_stoprecv()
183 m_freem(sc->sc_rxedma[HAL_RX_QUEUE_HP].m_rxpending); in ath_edma_stoprecv()
184 sc->sc_rxedma[HAL_RX_QUEUE_HP].m_rxpending = NULL; in ath_edma_stoprecv()
256 ath_edma_reinit_fifo(sc, HAL_RX_QUEUE_HP); in ath_edma_startrecv()
276 ath_edma_rxfifo_alloc(sc, HAL_RX_QUEUE_HP, in ath_edma_startrecv()
277 sc->sc_rxedma[HAL_RX_QUEUE_HP].m_fifolen); in ath_edma_startrecv()
321 ath_edma_recv_proc_queue(sc, HAL_RX_QUEUE_HP, dosched); in ath_edma_recv_sched()
348 ath_edma_recv_proc_queue(sc, HAL_RX_QUEUE_HP, 0); in ath_edma_recv_flush()
359 ath_edma_recv_proc_deferred_queue(sc, HAL_RX_QUEUE_HP, 0); in ath_edma_recv_flush()
503 while (! TAILQ_EMPTY(&sc->sc_rx_rxlist[HAL_RX_QUEUE_HP])) { in ath_edma_flush_deferred_queue()
[all …]
HDif_ath_rx.c1118 if (ath_rx_pkt(sc, rs, status, tsf, nf, HAL_RX_QUEUE_HP, bf, m)) in ath_rx_proc()
1127 if (sc->sc_rxedma[HAL_RX_QUEUE_HP].m_holdbf != NULL) { in ath_rx_proc()
1129 sc->sc_rxedma[HAL_RX_QUEUE_HP].m_holdbf, in ath_rx_proc()
1132 sc->sc_rxedma[HAL_RX_QUEUE_HP].m_holdbf); in ath_rx_proc()
1139 sc->sc_rxedma[HAL_RX_QUEUE_HP].m_holdbf = bf; in ath_rx_proc()
1194 ath_hal_putrxbuf(ah, bf->bf_daddr, HAL_RX_QUEUE_HP); in ath_rx_proc()
1274 if (sc->sc_rxedma[HAL_RX_QUEUE_HP].m_rxpending != NULL) { in ath_legacy_flush_rxpending()
1275 m_freem(sc->sc_rxedma[HAL_RX_QUEUE_HP].m_rxpending); in ath_legacy_flush_rxpending()
1276 sc->sc_rxedma[HAL_RX_QUEUE_HP].m_rxpending = NULL; in ath_legacy_flush_rxpending()
1293 bf = sc->sc_rxedma[HAL_RX_QUEUE_HP].m_holdbf; in ath_legacy_flush_rxholdbf()
[all …]
HDif_ath.c1180 TAILQ_INIT(&sc->sc_rx_rxlist[HAL_RX_QUEUE_HP]); in ath_attach()
/freebsd-11-stable/sys/contrib/dev/ath/ath_hal/ar9300/
HDar9300_recv.c33 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-11-stable/sys/dev/ath/ath_hal/ar5211/
HDar5211_recv.c36 HALASSERT(qtype == HAL_RX_QUEUE_HP); in ar5211GetRxDP()
47 HALASSERT(qtype == HAL_RX_QUEUE_HP); in ar5211SetRxDP()
/freebsd-11-stable/sys/dev/ath/ath_hal/ar5210/
HDar5210_recv.c36 HALASSERT(qtype == HAL_RX_QUEUE_HP); in ar5210GetRxDP()
47 HALASSERT(qtype == HAL_RX_QUEUE_HP); in ar5210SetRxDP()
/freebsd-11-stable/sys/dev/ath/ath_hal/ar5212/
HDar5212_recv.c36 HALASSERT(qtype == HAL_RX_QUEUE_HP); in ar5212GetRxDP()
47 HALASSERT(qtype == HAL_RX_QUEUE_HP); in ar5212SetRxDP()
/freebsd-11-stable/sys/dev/ath/ath_hal/
HDah.h244 HAL_RX_QUEUE_HP = 0, /* high priority recv queue */ enumerator
HDah.c732 case HAL_RX_QUEUE_HP: in ath_hal_getcapability()