Symbol: HAL_RX_QUEUE_LP
sys/dev/netif/ath/ath/if_ath.c
1229
TAILQ_INIT(&sc->sc_rx_rxlist[HAL_RX_QUEUE_LP]);
sys/dev/netif/ath/ath/if_ath_rx.c
1287
if (sc->sc_rxedma[HAL_RX_QUEUE_LP].m_rxpending != NULL) {
sys/dev/netif/ath/ath/if_ath_rx.c
1288
m_freem(sc->sc_rxedma[HAL_RX_QUEUE_LP].m_rxpending);
sys/dev/netif/ath/ath/if_ath_rx.c
1289
sc->sc_rxedma[HAL_RX_QUEUE_LP].m_rxpending = NULL;
sys/dev/netif/ath/ath/if_ath_rx.c
1320
bf = sc->sc_rxedma[HAL_RX_QUEUE_LP].m_holdbf;
sys/dev/netif/ath/ath/if_ath_rx.c
1328
sc->sc_rxedma[HAL_RX_QUEUE_LP].m_holdbf = NULL;
sys/dev/netif/ath/ath/if_ath_rx_edma.c
193
if (sc->sc_rxedma[HAL_RX_QUEUE_LP].m_rxpending) {
sys/dev/netif/ath/ath/if_ath_rx_edma.c
194
m_freem(sc->sc_rxedma[HAL_RX_QUEUE_LP].m_rxpending);
sys/dev/netif/ath/ath/if_ath_rx_edma.c
195
sc->sc_rxedma[HAL_RX_QUEUE_LP].m_rxpending = NULL;
sys/dev/netif/ath/ath/if_ath_rx_edma.c
265
ath_edma_reinit_fifo(sc, HAL_RX_QUEUE_LP);
sys/dev/netif/ath/ath/if_ath_rx_edma.c
285
ath_edma_rxfifo_alloc(sc, HAL_RX_QUEUE_LP,
sys/dev/netif/ath/ath/if_ath_rx_edma.c
286
sc->sc_rxedma[HAL_RX_QUEUE_LP].m_fifolen);
sys/dev/netif/ath/ath/if_ath_rx_edma.c
328
ath_edma_recv_proc_queue(sc, HAL_RX_QUEUE_LP, dosched);
sys/dev/netif/ath/ath/if_ath_rx_edma.c
355
ath_edma_recv_proc_queue(sc, HAL_RX_QUEUE_LP, 0);
sys/dev/netif/ath/ath/if_ath_rx_edma.c
366
ath_edma_recv_proc_deferred_queue(sc, HAL_RX_QUEUE_LP, 0);
sys/dev/netif/ath/ath/if_ath_rx_edma.c
503
while (! TAILQ_EMPTY(&sc->sc_rx_rxlist[HAL_RX_QUEUE_LP])) {
sys/dev/netif/ath/ath/if_ath_rx_edma.c
504
bf = TAILQ_FIRST(&sc->sc_rx_rxlist[HAL_RX_QUEUE_LP]);
sys/dev/netif/ath/ath/if_ath_rx_edma.c
505
TAILQ_REMOVE(&sc->sc_rx_rxlist[HAL_RX_QUEUE_LP], bf, bf_list);
sys/dev/netif/ath/ath/if_ath_rx_edma.c
612
ath_edma_recv_proc_queue(sc, HAL_RX_QUEUE_LP, 1);
sys/dev/netif/ath/ath/if_ath_rx_edma.c
615
ath_edma_recv_proc_deferred_queue(sc, HAL_RX_QUEUE_LP, 1);
sys/dev/netif/ath/ath/if_ath_rx_edma.c
965
(void) ath_edma_setup_rxfifo(sc, HAL_RX_QUEUE_LP);
sys/dev/netif/ath/ath/if_ath_rx_edma.c
980
ath_edma_rxfifo_flush(sc, HAL_RX_QUEUE_LP);
sys/dev/netif/ath/ath/if_ath_rx_edma.c
981
ath_edma_rxfifo_free(sc, HAL_RX_QUEUE_LP);
sys/dev/netif/ath/ath_hal/ah.c
735
case HAL_RX_QUEUE_LP: