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.c1196 if (sc->sc_rxedma[HAL_RX_QUEUE_HP].m_holdbf != NULL) {
1198 sc->sc_rxedma[HAL_RX_QUEUE_HP].m_holdbf,
1201 sc->sc_rxedma[HAL_RX_QUEUE_HP].m_holdbf);
1208 sc->sc_rxedma[HAL_RX_QUEUE_HP].m_holdbf = bf;
1362 bf = sc->sc_rxedma[HAL_RX_QUEUE_HP].m_holdbf;
1370 sc->sc_rxedma[HAL_RX_QUEUE_HP].m_holdbf = NULL;
1372 bf = sc->sc_rxedma[HAL_RX_QUEUE_LP].m_holdbf;
1380 sc->sc_rxedma[HAL_RX_QUEUE_LP].m_holdbf = NULL;
H A Dif_athvar.h537 struct ath_buf *m_holdbf; member in struct:ath_rx_edma
H A Dif_ath_sysctl.c537 printf("%d: fifolen: %d/%d; head=%d; tail=%d; m_pending=%p, m_holdbf=%p\n",
544 sc->sc_rxedma[i].m_holdbf);

Completed in 93 milliseconds