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

/freebsd-11.0-release/sys/dev/ath/
H A Dif_ath_rx_edma.c182 if (sc->sc_rxedma[HAL_RX_QUEUE_HP].m_rxpending) {
183 m_freem(sc->sc_rxedma[HAL_RX_QUEUE_HP].m_rxpending);
184 sc->sc_rxedma[HAL_RX_QUEUE_HP].m_rxpending = NULL;
187 if (sc->sc_rxedma[HAL_RX_QUEUE_LP].m_rxpending) {
188 m_freem(sc->sc_rxedma[HAL_RX_QUEUE_LP].m_rxpending);
189 sc->sc_rxedma[HAL_RX_QUEUE_LP].m_rxpending = NULL;
202 struct ath_rx_edma *re = &sc->sc_rxedma[qtype];
277 sc->sc_rxedma[HAL_RX_QUEUE_HP].m_fifolen);
280 sc->sc_rxedma[HAL_RX_QUEUE_LP].m_fifolen);
378 struct ath_rx_edma *re = &sc->sc_rxedma[qtyp
[all...]
H A Dif_ath_rx.c642 struct ath_rx_edma *re = &sc->sc_rxedma[qtype];
1127 if (sc->sc_rxedma[HAL_RX_QUEUE_HP].m_holdbf != NULL) {
1129 sc->sc_rxedma[HAL_RX_QUEUE_HP].m_holdbf,
1132 sc->sc_rxedma[HAL_RX_QUEUE_HP].m_holdbf);
1139 sc->sc_rxedma[HAL_RX_QUEUE_HP].m_holdbf = bf;
1270 if (sc->sc_rxedma[HAL_RX_QUEUE_LP].m_rxpending != NULL) {
1271 m_freem(sc->sc_rxedma[HAL_RX_QUEUE_LP].m_rxpending);
1272 sc->sc_rxedma[HAL_RX_QUEUE_LP].m_rxpending = NULL;
1274 if (sc->sc_rxedma[HAL_RX_QUEUE_HP].m_rxpending != NULL) {
1275 m_freem(sc->sc_rxedma[HAL_RX_QUEUE_H
[all...]
H A Dif_ath_sysctl.c535 sc->sc_rxedma[i].m_fifo_depth,
536 sc->sc_rxedma[i].m_fifolen,
537 sc->sc_rxedma[i].m_fifo_head,
538 sc->sc_rxedma[i].m_fifo_tail,
539 sc->sc_rxedma[i].m_rxpending,
540 sc->sc_rxedma[i].m_holdbf);
H A Dif_athvar.h571 struct ath_rx_edma sc_rxedma[HAL_NUM_RX_QUEUES]; /* HP/LP queues */ member in struct:ath_softc

Completed in 69 milliseconds