Searched refs:HAL_RX_QUEUE_LP (Results 1 – 6 of 6) sorted by relevance
| /freebsd-10-stable/sys/dev/ath/ |
| D | if_ath_rx_edma.c | 175 if (sc->sc_rxedma[HAL_RX_QUEUE_LP].m_rxpending) { in ath_edma_stoprecv() 176 m_freem(sc->sc_rxedma[HAL_RX_QUEUE_LP].m_rxpending); in ath_edma_stoprecv() 177 sc->sc_rxedma[HAL_RX_QUEUE_LP].m_rxpending = NULL; in ath_edma_stoprecv() 257 if (ath_hal_getrxbuf(sc->sc_ah, HAL_RX_QUEUE_LP) == 0) { in ath_edma_startrecv() 260 ath_edma_reinit_fifo(sc, HAL_RX_QUEUE_LP); in ath_edma_startrecv() 272 ath_edma_rxfifo_alloc(sc, HAL_RX_QUEUE_LP, in ath_edma_startrecv() 273 sc->sc_rxedma[HAL_RX_QUEUE_LP].m_fifolen); in ath_edma_startrecv() 297 ath_edma_recv_proc_queue(sc, HAL_RX_QUEUE_LP, dosched); in ath_edma_recv_sched() 315 ath_edma_recv_proc_queue(sc, HAL_RX_QUEUE_LP, 0); in ath_edma_recv_flush() 321 ath_edma_recv_proc_deferred_queue(sc, HAL_RX_QUEUE_LP, 0); in ath_edma_recv_flush() [all …]
|
| D | if_ath_rx.c | 1161 if (sc->sc_rxedma[HAL_RX_QUEUE_LP].m_rxpending != NULL) { in ath_legacy_stoprecv() 1162 m_freem(sc->sc_rxedma[HAL_RX_QUEUE_LP].m_rxpending); in ath_legacy_stoprecv() 1163 sc->sc_rxedma[HAL_RX_QUEUE_LP].m_rxpending = NULL; in ath_legacy_stoprecv() 1183 sc->sc_rxedma[HAL_RX_QUEUE_LP].m_rxpending = NULL; in ath_legacy_startrecv()
|
| D | if_ath.c | 885 TAILQ_INIT(&sc->sc_rx_rxlist[HAL_RX_QUEUE_LP]); in ath_attach()
|
| /freebsd-10-stable/sys/contrib/dev/ath/ath_hal/ar9300/ |
| D | ar9300_recv.c | 46 HALASSERT((qtype == HAL_RX_QUEUE_HP) || (qtype == HAL_RX_QUEUE_LP)); in ar9300_set_rx_dp()
|
| /freebsd-10-stable/sys/dev/ath/ath_hal/ |
| D | ah.h | 244 HAL_RX_QUEUE_LP = 1, /* low priority recv queue */ enumerator
|
| D | ah.c | 732 case HAL_RX_QUEUE_LP: in ath_hal_getcapability()
|