Searched refs:m_rxpending (Results 1 - 4 of 4) sorted by relevance

/haiku/src/add-ons/kernel/drivers/network/wlan/atheroswifi/dev/ath/
H A Dif_ath_rx.c758 if (re->m_rxpending != NULL) {
759 m_freem(re->m_rxpending);
760 re->m_rxpending = NULL;
793 if (re->m_rxpending != NULL) {
796 m_freem(re->m_rxpending);
799 re->m_rxpending = m;
802 } else if (re->m_rxpending != NULL) {
808 re->m_rxpending->m_next = m;
809 re->m_rxpending->m_pkthdr.len += len;
810 m = re->m_rxpending;
[all...]
H A Dif_ath_rx_edma.c187 if (sc->sc_rxedma[HAL_RX_QUEUE_HP].m_rxpending) {
188 m_freem(sc->sc_rxedma[HAL_RX_QUEUE_HP].m_rxpending);
189 sc->sc_rxedma[HAL_RX_QUEUE_HP].m_rxpending = NULL;
192 if (sc->sc_rxedma[HAL_RX_QUEUE_LP].m_rxpending) {
193 m_freem(sc->sc_rxedma[HAL_RX_QUEUE_LP].m_rxpending);
194 sc->sc_rxedma[HAL_RX_QUEUE_LP].m_rxpending = NULL;
905 if (re->m_rxpending != NULL) {
906 m_freem(re->m_rxpending);
907 re->m_rxpending = NULL;
951 re->m_rxpending
[all...]
H A Dif_athvar.h536 struct mbuf *m_rxpending; member in struct:ath_rx_edma
H A Dif_ath_sysctl.c543 sc->sc_rxedma[i].m_rxpending,

Completed in 60 milliseconds