Home
last modified time | relevance | path

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.c757 if (re->m_rxpending != NULL) { in ath_rx_pkt()
758 m_freem(re->m_rxpending); in ath_rx_pkt()
759 re->m_rxpending = NULL; in ath_rx_pkt()
792 if (re->m_rxpending != NULL) { in ath_rx_pkt()
795 m_freem(re->m_rxpending); in ath_rx_pkt()
798 re->m_rxpending = m; in ath_rx_pkt()
801 } else if (re->m_rxpending != NULL) { in ath_rx_pkt()
807 re->m_rxpending->m_next = m; in ath_rx_pkt()
808 re->m_rxpending->m_pkthdr.len += len; in ath_rx_pkt()
809 m = re->m_rxpending; in ath_rx_pkt()
[all …]
H A Dif_ath_rx_edma.c185 if (sc->sc_rxedma[HAL_RX_QUEUE_HP].m_rxpending) { in ath_edma_stoprecv()
186 m_freem(sc->sc_rxedma[HAL_RX_QUEUE_HP].m_rxpending); in ath_edma_stoprecv()
187 sc->sc_rxedma[HAL_RX_QUEUE_HP].m_rxpending = NULL; in ath_edma_stoprecv()
190 if (sc->sc_rxedma[HAL_RX_QUEUE_LP].m_rxpending) { in ath_edma_stoprecv()
191 m_freem(sc->sc_rxedma[HAL_RX_QUEUE_LP].m_rxpending); in ath_edma_stoprecv()
192 sc->sc_rxedma[HAL_RX_QUEUE_LP].m_rxpending = NULL; in ath_edma_stoprecv()
903 if (re->m_rxpending != NULL) { in ath_edma_rxfifo_flush()
904 m_freem(re->m_rxpending); in ath_edma_rxfifo_flush()
905 re->m_rxpending = NULL; in ath_edma_rxfifo_flush()
949 re->m_rxpending = NULL; in ath_edma_setup_rxfifo()
H A Dif_ath_sysctl.c541 sc->sc_rxedma[i].m_rxpending, in ath_sysctl_txagg()
H A Dif_athvar.h535 struct mbuf *m_rxpending; member