Searched refs:sc_rxedma (Results 1 – 4 of 4) sorted by relevance
170 if (sc->sc_rxedma[HAL_RX_QUEUE_HP].m_rxpending) { in ath_edma_stoprecv()171 m_freem(sc->sc_rxedma[HAL_RX_QUEUE_HP].m_rxpending); in ath_edma_stoprecv()172 sc->sc_rxedma[HAL_RX_QUEUE_HP].m_rxpending = NULL; in ath_edma_stoprecv()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()190 struct ath_rx_edma *re = &sc->sc_rxedma[qtype]; in ath_edma_reinit_fifo()270 sc->sc_rxedma[HAL_RX_QUEUE_HP].m_fifolen); in ath_edma_startrecv()273 sc->sc_rxedma[HAL_RX_QUEUE_LP].m_fifolen); in ath_edma_startrecv()335 struct ath_rx_edma *re = &sc->sc_rxedma[qtype]; in ath_edma_recv_proc_queue()[all …]
527 struct ath_rx_edma *re = &sc->sc_rxedma[qtype]; in ath_rx_pkt()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()1165 if (sc->sc_rxedma[HAL_RX_QUEUE_HP].m_rxpending != NULL) { in ath_legacy_stoprecv()1166 m_freem(sc->sc_rxedma[HAL_RX_QUEUE_HP].m_rxpending); in ath_legacy_stoprecv()1167 sc->sc_rxedma[HAL_RX_QUEUE_HP].m_rxpending = NULL; in ath_legacy_stoprecv()1183 sc->sc_rxedma[HAL_RX_QUEUE_LP].m_rxpending = NULL; in ath_legacy_startrecv()1184 sc->sc_rxedma[HAL_RX_QUEUE_HP].m_rxpending = NULL; in ath_legacy_startrecv()
404 sc->sc_rxedma[i].m_fifo_depth, in ath_sysctl_txagg()405 sc->sc_rxedma[i].m_fifolen, in ath_sysctl_txagg()406 sc->sc_rxedma[i].m_fifo_head, in ath_sysctl_txagg()407 sc->sc_rxedma[i].m_fifo_tail); in ath_sysctl_txagg()
551 struct ath_rx_edma sc_rxedma[HAL_NUM_RX_QUEUES]; /* HP/LP queues */ member