Searched refs:m_holdbf (Results 1 – 3 of 3) sorted by relevance
1193 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()
544 sc->sc_rxedma[i].m_holdbf); in ath_sysctl_txagg()
537 struct ath_buf *m_holdbf; member