Searched refs:ds_rxstatus1 (Results 1 – 2 of 2) sorted by relevance
541 rs->rs_datalen = ads.ds_rxstatus1 & AR_DataLen; in ath9k_hw_rxprocdesc()573 rs->rs_more = (ads.ds_rxstatus1 & AR_RxMore) ? 1 : 0; in ath9k_hw_rxprocdesc()
342 #define ds_rxstatus1 u.rx.status1 macro