Home
last modified time | relevance | path

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

/NextBSD/sys/contrib/dev/ath/ath_hal/ar9300/
HDar9300_recv_ds.c140 u_int phyerr = MS(rxsp->status11, AR_phy_err_code); in ar9300_proc_rx_desc_fast() local
142 rxs->rs_phyerr = phyerr; in ar9300_proc_rx_desc_fast()
145 u_int phyerr; in ar9300_proc_rx_desc_fast() local
154 phyerr = MS(rxsp->status11, AR_phy_err_code); in ar9300_proc_rx_desc_fast()
155 if ((phyerr == HAL_PHYERR_OFDM_RESTART) && in ar9300_proc_rx_desc_fast()
160 rxs->rs_phyerr = phyerr; in ar9300_proc_rx_desc_fast()
/NextBSD/sys/dev/ath/ath_hal/ar5416/
HDar5416_recv.c249 u_int phyerr; in ar5416ProcRxDesc() local
257 phyerr = MS(ads->ds_rxstatus8, AR_PHYErrCode); in ar5416ProcRxDesc()
259 if ((phyerr == HAL_PHYERR_OFDM_RESTART) && in ar5416ProcRxDesc()
267 rs->rs_phyerr = phyerr; in ar5416ProcRxDesc()
/NextBSD/sys/dev/ath/ath_hal/ar5212/
HDar5212_recv.c299 u_int phyerr; in ar5212ProcRxDesc() local
302 phyerr = MS(ads->ds_rxstatus1, AR_PHYErrCode); in ar5212ProcRxDesc()
303 rs->rs_phyerr = phyerr; in ar5212ProcRxDesc()
305 phyerr != HAL_PHYERR_RADAR) in ar5212ProcRxDesc()