Home
last modified time | relevance | path

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

/dragonfly/sys/dev/netif/ath/ath/
H A Dif_ath_rx_edma.c188 if (sc->sc_rxedma[HAL_RX_QUEUE_HP].m_rxpending) { in ath_edma_stoprecv()
189 m_freem(sc->sc_rxedma[HAL_RX_QUEUE_HP].m_rxpending); in ath_edma_stoprecv()
190 sc->sc_rxedma[HAL_RX_QUEUE_HP].m_rxpending = NULL; in ath_edma_stoprecv()
262 ath_edma_reinit_fifo(sc, HAL_RX_QUEUE_HP); in ath_edma_startrecv()
282 ath_edma_rxfifo_alloc(sc, HAL_RX_QUEUE_HP, in ath_edma_startrecv()
283 sc->sc_rxedma[HAL_RX_QUEUE_HP].m_fifolen); in ath_edma_startrecv()
354 ath_edma_recv_proc_queue(sc, HAL_RX_QUEUE_HP, 0); in ath_edma_recv_flush()
611 ath_edma_recv_proc_queue(sc, HAL_RX_QUEUE_HP, 1); in ath_edma_recv_tasklet()
964 (void) ath_edma_setup_rxfifo(sc, HAL_RX_QUEUE_HP); in ath_edma_dma_rxsetup()
977 ath_edma_rxfifo_flush(sc, HAL_RX_QUEUE_HP); in ath_edma_dma_rxteardown()
[all …]
H A Dif_ath_rx.c1144 if (sc->sc_rxedma[HAL_RX_QUEUE_HP].m_holdbf != NULL) { in ath_rx_proc()
1146 sc->sc_rxedma[HAL_RX_QUEUE_HP].m_holdbf, in ath_rx_proc()
1149 sc->sc_rxedma[HAL_RX_QUEUE_HP].m_holdbf); in ath_rx_proc()
1156 sc->sc_rxedma[HAL_RX_QUEUE_HP].m_holdbf = bf; in ath_rx_proc()
1211 ath_hal_putrxbuf(ah, bf->bf_daddr, HAL_RX_QUEUE_HP); in ath_rx_proc()
1291 if (sc->sc_rxedma[HAL_RX_QUEUE_HP].m_rxpending != NULL) { in ath_legacy_flush_rxpending()
1292 m_freem(sc->sc_rxedma[HAL_RX_QUEUE_HP].m_rxpending); in ath_legacy_flush_rxpending()
1293 sc->sc_rxedma[HAL_RX_QUEUE_HP].m_rxpending = NULL; in ath_legacy_flush_rxpending()
1310 bf = sc->sc_rxedma[HAL_RX_QUEUE_HP].m_holdbf; in ath_legacy_flush_rxholdbf()
1318 sc->sc_rxedma[HAL_RX_QUEUE_HP].m_holdbf = NULL; in ath_legacy_flush_rxholdbf()
[all …]
H A Dif_ath.c1228 TAILQ_INIT(&sc->sc_rx_rxlist[HAL_RX_QUEUE_HP]);
/dragonfly/sys/contrib/dev/ath/ath_hal/ar9300/
H A Dar9300_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()
/dragonfly/sys/dev/netif/ath/ath_hal/ar5211/
H A Dar5211_recv.c36 HALASSERT(qtype == HAL_RX_QUEUE_HP); in ar5211GetRxDP()
47 HALASSERT(qtype == HAL_RX_QUEUE_HP); in ar5211SetRxDP()
/dragonfly/sys/dev/netif/ath/ath_hal/ar5210/
H A Dar5210_recv.c36 HALASSERT(qtype == HAL_RX_QUEUE_HP); in ar5210GetRxDP()
47 HALASSERT(qtype == HAL_RX_QUEUE_HP); in ar5210SetRxDP()
/dragonfly/sys/dev/netif/ath/ath_hal/ar5212/
H A Dar5212_recv.c36 HALASSERT(qtype == HAL_RX_QUEUE_HP); in ar5212GetRxDP()
47 HALASSERT(qtype == HAL_RX_QUEUE_HP); in ar5212SetRxDP()
/dragonfly/sys/dev/netif/ath/ath_hal/
H A Dah.c732 case HAL_RX_QUEUE_HP: in ath_hal_getcapability()
H A Dah.h244 HAL_RX_QUEUE_HP = 0, /* high priority recv queue */ enumerator