Home
last modified time | relevance | path

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

/dragonfly/sys/dev/netif/ath/ath_hal/
HDah_desc.h156 #define HAL_RX_HI_RX_CHAIN 0x0080 /* SM power save: hi Rx chain control */ macro
/dragonfly/sys/contrib/dev/ath/ath_hal/ar9300/
HDar9300_recv_ds.c117 rxs->rs_flags |= HAL_RX_HI_RX_CHAIN; in ar9300_proc_rx_desc_fast()
/dragonfly/sys/dev/netif/ath/ath_hal/ar5416/
HDar5416_recv.c227 rs->rs_flags |= HAL_RX_HI_RX_CHAIN; in ar5416ProcRxDesc()
/dragonfly/sys/dev/netif/ath/ath/
HDif_ath_rx.c675 if (rs->rs_flags & HAL_RX_HI_RX_CHAIN) in ath_rx_pkt()