Home
last modified time | relevance | path

Searched refs:m_holdbf (Results 1 – 3 of 3) sorted by relevance

/haiku/src/add-ons/kernel/drivers/network/wlan/atheroswifi/dev/ath/
H A Dif_ath_rx.c1195 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()
1361 bf = sc->sc_rxedma[HAL_RX_QUEUE_HP].m_holdbf; in ath_legacy_flush_rxholdbf()
1369 sc->sc_rxedma[HAL_RX_QUEUE_HP].m_holdbf = NULL; in ath_legacy_flush_rxholdbf()
1371 bf = sc->sc_rxedma[HAL_RX_QUEUE_LP].m_holdbf; in ath_legacy_flush_rxholdbf()
1379 sc->sc_rxedma[HAL_RX_QUEUE_LP].m_holdbf = NULL; in ath_legacy_flush_rxholdbf()
H A Dif_ath_sysctl.c542 sc->sc_rxedma[i].m_holdbf); in ath_sysctl_txagg()
H A Dif_athvar.h536 struct ath_buf *m_holdbf; member