Home
last modified time | relevance | path

Searched refs:bf_rxstatus (Results 1 – 2 of 2) sorted by relevance

/NextBSD/sys/dev/ath/
HDif_ath_rx_edma.c428 bf->bf_rxstatus = ath_hal_rxprocdesc(ah, ds, bf->bf_daddr, in ath_edma_recv_proc_queue()
432 ath_printrxbuf(sc, bf, 0, bf->bf_rxstatus == HAL_OK); in ath_edma_recv_proc_queue()
439 if (bf->bf_rxstatus == HAL_EINPROGRESS) in ath_edma_recv_proc_queue()
554 if (ath_rx_pkt(sc, rs, bf->bf_rxstatus, tsf, nf, qtype, bf, m)) in ath_edma_recv_proc_deferred_queue()
HDif_athvar.h233 HAL_STATUS bf_rxstatus; member