Searched refs:sc_rxedma (Results 1 – 4 of 4) sorted by relevance
185 if (sc->sc_rxedma[HAL_RX_QUEUE_HP].m_rxpending) { in ath_edma_stoprecv()186 m_freem(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()191 m_freem(sc->sc_rxedma[HAL_RX_QUEUE_LP].m_rxpending); in ath_edma_stoprecv()192 sc->sc_rxedma[HAL_RX_QUEUE_LP].m_rxpending = NULL; 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()[all …]
668 struct ath_rx_edma *re = &sc->sc_rxedma[qtype]; in ath_rx_pkt()1195 if (sc->sc_rxedma[HAL_RX_QUEUE_HP].m_holdbf != NULL) { in ath_rx_proc()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()1338 if (sc->sc_rxedma[HAL_RX_QUEUE_LP].m_rxpending != NULL) { in ath_legacy_flush_rxpending()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()1342 if (sc->sc_rxedma[HAL_RX_QUEUE_HP].m_rxpending != NULL) { in ath_legacy_flush_rxpending()1343 m_freem(sc->sc_rxedma[HAL_RX_QUEUE_HP].m_rxpending); in ath_legacy_flush_rxpending()[all …]
537 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()
575 struct ath_rx_edma sc_rxedma[HAL_NUM_RX_QUEUES]; /* HP/LP queues */ member