Home
last modified time | relevance | path

Searched refs:m_rxpending (Results 1 – 3 of 3) sorted by relevance

/trueos/sys/dev/ath/
HDif_ath_rx.c615 if (re->m_rxpending != NULL) { in ath_rx_pkt()
616 m_freem(re->m_rxpending); in ath_rx_pkt()
617 re->m_rxpending = NULL; in ath_rx_pkt()
650 if (re->m_rxpending != NULL) { in ath_rx_pkt()
653 m_freem(re->m_rxpending); in ath_rx_pkt()
657 re->m_rxpending = m; in ath_rx_pkt()
660 } else if (re->m_rxpending != NULL) { in ath_rx_pkt()
666 re->m_rxpending->m_next = m; in ath_rx_pkt()
667 re->m_rxpending->m_pkthdr.len += len; in ath_rx_pkt()
668 m = re->m_rxpending; in ath_rx_pkt()
[all …]
HDif_ath_rx_edma.c170 if (sc->sc_rxedma[HAL_RX_QUEUE_HP].m_rxpending) { in ath_edma_stoprecv()
171 m_freem(sc->sc_rxedma[HAL_RX_QUEUE_HP].m_rxpending); in ath_edma_stoprecv()
172 sc->sc_rxedma[HAL_RX_QUEUE_HP].m_rxpending = NULL; in ath_edma_stoprecv()
175 if (sc->sc_rxedma[HAL_RX_QUEUE_LP].m_rxpending) { in ath_edma_stoprecv()
176 m_freem(sc->sc_rxedma[HAL_RX_QUEUE_LP].m_rxpending); in ath_edma_stoprecv()
177 sc->sc_rxedma[HAL_RX_QUEUE_LP].m_rxpending = NULL; in ath_edma_stoprecv()
813 if (re->m_rxpending != NULL) { in ath_edma_rxfifo_flush()
814 m_freem(re->m_rxpending); in ath_edma_rxfifo_flush()
815 re->m_rxpending = NULL; in ath_edma_rxfifo_flush()
856 re->m_rxpending = NULL; in ath_edma_setup_rxfifo()
HDif_athvar.h512 struct mbuf *m_rxpending; member