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

/freebsd-current/sys/dev/ath/
H A Dif_ath_rx_edma.c185 if (sc->sc_rxedma[HAL_RX_QUEUE_HP].m_rxpending) {
186 m_freem(sc->sc_rxedma[HAL_RX_QUEUE_HP].m_rxpending);
187 sc->sc_rxedma[HAL_RX_QUEUE_HP].m_rxpending = NULL;
190 if (sc->sc_rxedma[HAL_RX_QUEUE_LP].m_rxpending) {
191 m_freem(sc->sc_rxedma[HAL_RX_QUEUE_LP].m_rxpending);
192 sc->sc_rxedma[HAL_RX_QUEUE_LP].m_rxpending = NULL;
207 struct ath_rx_edma *re = &sc->sc_rxedma[qtype];
292 sc->sc_rxedma[HAL_RX_QUEUE_HP].m_fifolen);
295 sc->sc_rxedma[HAL_RX_QUEUE_LP].m_fifolen);
412 struct ath_rx_edma *re = &sc->sc_rxedma[qtyp
[all...]
H A Dif_ath_rx.c668 struct ath_rx_edma *re = &sc->sc_rxedma[qtype];
1195 if (sc->sc_rxedma[HAL_RX_QUEUE_HP].m_holdbf != NULL) {
1197 sc->sc_rxedma[HAL_RX_QUEUE_HP].m_holdbf,
1200 sc->sc_rxedma[HAL_RX_QUEUE_HP].m_holdbf);
1207 sc->sc_rxedma[HAL_RX_QUEUE_HP].m_holdbf = bf;
1338 if (sc->sc_rxedma[HAL_RX_QUEUE_LP].m_rxpending != NULL) {
1339 m_freem(sc->sc_rxedma[HAL_RX_QUEUE_LP].m_rxpending);
1340 sc->sc_rxedma[HAL_RX_QUEUE_LP].m_rxpending = NULL;
1342 if (sc->sc_rxedma[HAL_RX_QUEUE_HP].m_rxpending != NULL) {
1343 m_freem(sc->sc_rxedma[HAL_RX_QUEUE_H
[all...]
H A Dif_ath_sysctl.c537 sc->sc_rxedma[i].m_fifo_depth,
538 sc->sc_rxedma[i].m_fifolen,
539 sc->sc_rxedma[i].m_fifo_head,
540 sc->sc_rxedma[i].m_fifo_tail,
541 sc->sc_rxedma[i].m_rxpending,
542 sc->sc_rxedma[i].m_holdbf);
H A Dif_athvar.h575 struct ath_rx_edma sc_rxedma[HAL_NUM_RX_QUEUES]; /* HP/LP queues */ member in struct:ath_softc

Completed in 103 milliseconds