Searched refs:phyerr (Results 1 – 3 of 3) sorted by relevance
138 u_int phyerr = MS(rxsp->status11, AR_phy_err_code); in ar9300_proc_rx_desc_fast() local139 if (phyerr == HAL_PHYERR_SPECTRAL) { in ar9300_proc_rx_desc_fast()141 rxs->rs_phyerr = phyerr; in ar9300_proc_rx_desc_fast()145 u_int phyerr; in ar9300_proc_rx_desc_fast() local154 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()
249 u_int phyerr; in ar5416ProcRxDesc() local257 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()
299 u_int phyerr; in ar5212ProcRxDesc() local302 phyerr = MS(ads->ds_rxstatus1, AR_PHYErrCode); in ar5212ProcRxDesc()303 rs->rs_phyerr = phyerr; in ar5212ProcRxDesc()305 phyerr != HAL_PHYERR_RADAR) in ar5212ProcRxDesc()