Home
last modified time | relevance | path

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

/freebsd-12-stable/sys/dev/ath/
Dif_ath_rx.c1193 if (sc->sc_rxedma[HAL_RX_QUEUE_HP].m_holdbf != NULL) { in ath_rx_proc()
1195 sc->sc_rxedma[HAL_RX_QUEUE_HP].m_holdbf, in ath_rx_proc()
1198 sc->sc_rxedma[HAL_RX_QUEUE_HP].m_holdbf); in ath_rx_proc()
1205 sc->sc_rxedma[HAL_RX_QUEUE_HP].m_holdbf = bf; in ath_rx_proc()
1359 bf = sc->sc_rxedma[HAL_RX_QUEUE_HP].m_holdbf; in ath_legacy_flush_rxholdbf()
1367 sc->sc_rxedma[HAL_RX_QUEUE_HP].m_holdbf = NULL; in ath_legacy_flush_rxholdbf()
1369 bf = sc->sc_rxedma[HAL_RX_QUEUE_LP].m_holdbf; in ath_legacy_flush_rxholdbf()
1377 sc->sc_rxedma[HAL_RX_QUEUE_LP].m_holdbf = NULL; in ath_legacy_flush_rxholdbf()
Dif_ath_sysctl.c544 sc->sc_rxedma[i].m_holdbf); in ath_sysctl_txagg()
Dif_athvar.h537 struct ath_buf *m_holdbf; member