Home
last modified time | relevance | path

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

/haiku/src/add-ons/kernel/drivers/network/wlan/atheroswifi/dev/ath/
H A Dif_ath_rx.h60 extern int ath_rx_pkt(struct ath_softc *sc, struct ath_rx_status *rs,
H A Dif_ath_rx.c657 ath_rx_pkt(struct ath_softc *sc, struct ath_rx_status *rs, HAL_STATUS status, in ath_rx_pkt() function
1186 if (ath_rx_pkt(sc, rs, status, tsf, nf, HAL_RX_QUEUE_HP, bf, m)) in ath_rx_proc()
H A Dif_ath_rx_edma.c590 if (ath_rx_pkt(sc, rs, bf->bf_rxstatus, tsf, nf, qtype, bf, m)) in ath_edma_recv_proc_deferred_queue()