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

/haiku/src/add-ons/kernel/drivers/network/wlan/atheroswifi/dev/ath/
H A Dif_ath_rx_edma.c187 if (sc->sc_rxedma[HAL_RX_QUEUE_HP].m_rxpending) {
188 m_freem(sc->sc_rxedma[HAL_RX_QUEUE_HP].m_rxpending);
189 sc->sc_rxedma[HAL_RX_QUEUE_HP].m_rxpending = NULL;
192 if (sc->sc_rxedma[HAL_RX_QUEUE_LP].m_rxpending) {
193 m_freem(sc->sc_rxedma[HAL_RX_QUEUE_LP].m_rxpending);
194 sc->sc_rxedma[HAL_RX_QUEUE_LP].m_rxpending = NULL;
209 struct ath_rx_edma *re = &sc->sc_rxedma[qtype];
294 sc->sc_rxedma[HAL_RX_QUEUE_HP].m_fifolen);
297 sc->sc_rxedma[HAL_RX_QUEUE_LP].m_fifolen);
414 struct ath_rx_edma *re = &sc->sc_rxedma[qtyp
[all...]
H A Dif_ath_rx.c669 struct ath_rx_edma *re = &sc->sc_rxedma[qtype];
1196 if (sc->sc_rxedma[HAL_RX_QUEUE_HP].m_holdbf != NULL) {
1198 sc->sc_rxedma[HAL_RX_QUEUE_HP].m_holdbf,
1201 sc->sc_rxedma[HAL_RX_QUEUE_HP].m_holdbf);
1208 sc->sc_rxedma[HAL_RX_QUEUE_HP].m_holdbf = bf;
1339 if (sc->sc_rxedma[HAL_RX_QUEUE_LP].m_rxpending != NULL) {
1340 m_freem(sc->sc_rxedma[HAL_RX_QUEUE_LP].m_rxpending);
1341 sc->sc_rxedma[HAL_RX_QUEUE_LP].m_rxpending = NULL;
1343 if (sc->sc_rxedma[HAL_RX_QUEUE_HP].m_rxpending != NULL) {
1344 m_freem(sc->sc_rxedma[HAL_RX_QUEUE_H
[all...]
H A Dif_ath_sysctl.c539 sc->sc_rxedma[i].m_fifo_depth,
540 sc->sc_rxedma[i].m_fifolen,
541 sc->sc_rxedma[i].m_fifo_head,
542 sc->sc_rxedma[i].m_fifo_tail,
543 sc->sc_rxedma[i].m_rxpending,
544 sc->sc_rxedma[i].m_holdbf);
H A Dif_athvar.h576 struct ath_rx_edma sc_rxedma[HAL_NUM_RX_QUEUES]; /* HP/LP queues */ member in struct:ath_softc

Completed in 76 milliseconds