Home
last modified time | relevance | path

Searched refs:rs_more (Results 1 – 6 of 6) sorted by relevance

/linux/drivers/net/wireless/ath/ath5k/
H A Ddesc.c625 rs->rs_more = !!(rx_status->rx_status_0 & in ath5k_hw_proc_5210_rx_status()
722 rs->rs_more = !!(rxstat0 & AR5K_5212_RX_DESC_STATUS0_MORE); in ath5k_hw_proc_5212_rx_status()
H A Dath5k.h723 u8 rs_more; member
H A Dbase.c1557 if (unlikely(rs->rs_more)) { in ath5k_receive_frame_ok()
/linux/drivers/net/wireless/ath/ath9k/
H A Dhtc_drv_txrx.c958 rx_stats->rs_more = rxstatus->rs_more; in rx_status_htc_to_ath()
H A Dar9003_mac.c519 rxs->rs_more = (rxsp->status2 & AR_RxMore) ? 1 : 0; in ath9k_hw_process_rxdesc_edma()
H A Dmac.c573 rs->rs_more = (ads.ds_rxstatus1 & AR_RxMore) ? 1 : 0; in ath9k_hw_rxprocdesc()