Searched refs:rs_more (Results 1 - 7 of 7) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/net/wireless/ath/ath5k/
H A Ddesc.c540 rs->rs_more = !!(rx_status->rx_status_0 &
626 rs->rs_more = !!(rx_status->rx_status_0 &
H A Dath5k.h599 u8 rs_more; member in struct:ath5k_rx_status
H A Dbase.c1995 if (unlikely(rs->rs_more)) {
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/net/wireless/ath/ath9k/
H A Dmac.h136 u8 rs_more; member in struct:ath_rx_status
169 u8 rs_more; member in struct:ath_htc_rx_status
H A Dar9003_mac.c556 rxs->rs_more = (rxsp->status2 & AR_RxMore) ? 1 : 0;
H A Dmac.c687 rs->rs_more = (ads.ds_rxstatus1 & AR_RxMore) ? 1 : 0;
H A Drecv.c847 * rs_more indicates chained descriptors which can be used
853 if (rx_stats->rs_more)
858 * chained descriptors so it can be ignored if rs_more is set. The
859 * rs_more will be false at the last element of the chained

Completed in 65 milliseconds