Home
last modified time | relevance | path

Searched refs:sc_rxedma (Results 1 – 4 of 4) sorted by relevance

/freebsd/sys/dev/ath/
H A Dif_ath_rx_edma.c185 if (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()
190 if (sc->sc_rxedma[HAL_RX_QUEUE_LP].m_rxpending) { in ath_edma_stoprecv()
207 struct ath_rx_edma *re = &sc->sc_rxedma[qtype]; in ath_edma_reinit_fifo()
292 sc->sc_rxedma[HAL_RX_QUEUE_HP].m_fifolen); in ath_edma_startrecv()
295 sc->sc_rxedma[HAL_RX_QUEUE_LP].m_fifolen); in ath_edma_startrecv()
412 struct ath_rx_edma *re = &sc->sc_rxedma[qtype]; in ath_edma_recv_proc_queue()
817 struct ath_rx_edma *re = &sc->sc_rxedma[qtype]; in ath_edma_rxfifo_alloc()
884 struct ath_rx_edma *re = &sc->sc_rxedma[qtype]; in ath_edma_rxfifo_flush()
918 struct ath_rx_edma *re = &sc->sc_rxedma[qtype]; in ath_edma_setup_rxfifo()
[all …]
H A Dif_ath_rx.c668 struct ath_rx_edma *re = &sc->sc_rxedma[qtype]; in ath_rx_pkt()
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()
1339 m_freem(sc->sc_rxedma[HAL_RX_QUEUE_LP].m_rxpending); in ath_legacy_flush_rxpending()
1340 sc->sc_rxedma[HAL_RX_QUEUE_LP].m_rxpending = NULL; 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()
1369 sc->sc_rxedma[HAL_RX_QUEUE_HP].m_holdbf = NULL; in ath_legacy_flush_rxholdbf()
1371 bf = sc->sc_rxedma[HAL_RX_QUEUE_LP].m_holdbf; in ath_legacy_flush_rxholdbf()
[all …]
H A Dif_ath_sysctl.c537 sc->sc_rxedma[i].m_fifo_depth, in ath_sysctl_txagg()
538 sc->sc_rxedma[i].m_fifolen, in ath_sysctl_txagg()
539 sc->sc_rxedma[i].m_fifo_head, in ath_sysctl_txagg()
540 sc->sc_rxedma[i].m_fifo_tail, in ath_sysctl_txagg()
541 sc->sc_rxedma[i].m_rxpending, in ath_sysctl_txagg()
542 sc->sc_rxedma[i].m_holdbf); in ath_sysctl_txagg()
H A Dif_athvar.h575 struct ath_rx_edma sc_rxedma[HAL_NUM_RX_QUEUES]; /* HP/LP queues */ member