Home
last modified time | relevance | path

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

/freebsd-12-stable/sys/dev/ath/
Dif_ath_rx.c755 if (re->m_rxpending != NULL) { in ath_rx_pkt()
756 m_freem(re->m_rxpending); in ath_rx_pkt()
757 re->m_rxpending = NULL; in ath_rx_pkt()
790 if (re->m_rxpending != NULL) { in ath_rx_pkt()
793 m_freem(re->m_rxpending); in ath_rx_pkt()
796 re->m_rxpending = m; in ath_rx_pkt()
799 } else if (re->m_rxpending != NULL) { in ath_rx_pkt()
805 re->m_rxpending->m_next = m; in ath_rx_pkt()
806 re->m_rxpending->m_pkthdr.len += len; in ath_rx_pkt()
807 m = re->m_rxpending; in ath_rx_pkt()
[all …]
Dif_ath_rx_edma.c187 if (sc->sc_rxedma[HAL_RX_QUEUE_HP].m_rxpending) { in ath_edma_stoprecv()
188 m_freem(sc->sc_rxedma[HAL_RX_QUEUE_HP].m_rxpending); in ath_edma_stoprecv()
189 sc->sc_rxedma[HAL_RX_QUEUE_HP].m_rxpending = NULL; in ath_edma_stoprecv()
192 if (sc->sc_rxedma[HAL_RX_QUEUE_LP].m_rxpending) { in ath_edma_stoprecv()
193 m_freem(sc->sc_rxedma[HAL_RX_QUEUE_LP].m_rxpending); in ath_edma_stoprecv()
194 sc->sc_rxedma[HAL_RX_QUEUE_LP].m_rxpending = NULL; in ath_edma_stoprecv()
905 if (re->m_rxpending != NULL) { in ath_edma_rxfifo_flush()
906 m_freem(re->m_rxpending); in ath_edma_rxfifo_flush()
907 re->m_rxpending = NULL; in ath_edma_rxfifo_flush()
951 re->m_rxpending = NULL; in ath_edma_setup_rxfifo()
Dif_ath_sysctl.c543 sc->sc_rxedma[i].m_rxpending, in ath_sysctl_txagg()
Dif_athvar.h536 struct mbuf *m_rxpending; member