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

/freebsd-current/sys/dev/ath/
H A Dif_ath_rx.c1195 if (sc->sc_rxedma[HAL_RX_QUEUE_HP].m_holdbf != NULL) {
1197 sc->sc_rxedma[HAL_RX_QUEUE_HP].m_holdbf,
1200 sc->sc_rxedma[HAL_RX_QUEUE_HP].m_holdbf);
1207 sc->sc_rxedma[HAL_RX_QUEUE_HP].m_holdbf = bf;
1361 bf = sc->sc_rxedma[HAL_RX_QUEUE_HP].m_holdbf;
1369 sc->sc_rxedma[HAL_RX_QUEUE_HP].m_holdbf = NULL;
1371 bf = sc->sc_rxedma[HAL_RX_QUEUE_LP].m_holdbf;
1379 sc->sc_rxedma[HAL_RX_QUEUE_LP].m_holdbf = NULL;
H A Dif_ath_sysctl.c535 printf("%d: fifolen: %d/%d; head=%d; tail=%d; m_pending=%p, m_holdbf=%p\n",
542 sc->sc_rxedma[i].m_holdbf);
H A Dif_athvar.h536 struct ath_buf *m_holdbf; member in struct:ath_rx_edma

Completed in 128 milliseconds