Home
last modified time | relevance | path

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

/freebsd-11-stable/sys/dev/ath/
HDif_ath_rx.c1127 if (sc->sc_rxedma[HAL_RX_QUEUE_HP].m_holdbf != NULL) { in ath_rx_proc()
1129 sc->sc_rxedma[HAL_RX_QUEUE_HP].m_holdbf, in ath_rx_proc()
1132 sc->sc_rxedma[HAL_RX_QUEUE_HP].m_holdbf); in ath_rx_proc()
1139 sc->sc_rxedma[HAL_RX_QUEUE_HP].m_holdbf = bf; in ath_rx_proc()
1293 bf = sc->sc_rxedma[HAL_RX_QUEUE_HP].m_holdbf; in ath_legacy_flush_rxholdbf()
1301 sc->sc_rxedma[HAL_RX_QUEUE_HP].m_holdbf = NULL; in ath_legacy_flush_rxholdbf()
1303 bf = sc->sc_rxedma[HAL_RX_QUEUE_LP].m_holdbf; in ath_legacy_flush_rxholdbf()
1311 sc->sc_rxedma[HAL_RX_QUEUE_LP].m_holdbf = NULL; in ath_legacy_flush_rxholdbf()
HDif_ath_sysctl.c540 sc->sc_rxedma[i].m_holdbf); in ath_sysctl_txagg()
HDif_athvar.h532 struct ath_buf *m_holdbf; member