Home
last modified time | relevance | path

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

/dragonfly/sys/dev/netif/ath/ath/
H A Dif_ath_rx_edma.c434 bf->bf_rxstatus = ath_hal_rxprocdesc(ah, ds, bf->bf_daddr, in ath_edma_recv_proc_queue()
438 ath_printrxbuf(sc, bf, 0, bf->bf_rxstatus == HAL_OK); in ath_edma_recv_proc_queue()
445 if (bf->bf_rxstatus == HAL_EINPROGRESS) in ath_edma_recv_proc_queue()
560 if (ath_rx_pkt(sc, rs, bf->bf_rxstatus, tsf, nf, qtype, bf, m)) in ath_edma_recv_proc_deferred_queue()
H A Dif_athvar.h241 HAL_STATUS bf_rxstatus; member