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

/drivers/net/wireless/ath/ath9k/
H A Drecv.c768 rs->rs_more = true;
849 if (rx_stats->rs_more)
935 sc->rx.discard_next = rx_stats->rs_more;
1089 if (!rs.rs_more)
1093 if (rs.rs_more) {
1096 * rs_more indicates chained descriptors which can be
H A Dmac.h136 u8 rs_more; member in struct:ath_rx_status
164 u8 rs_more; member in struct:ath_htc_rx_status
H A Dar9003_mac.c517 rxs->rs_more = (rxsp->status2 & AR_RxMore) ? 1 : 0;
H A Dhtc_drv_txrx.c956 rx_stats->rs_more = rxstatus->rs_more;
H A Dmac.c579 rs->rs_more = (ads.ds_rxstatus1 & AR_RxMore) ? 1 : 0;
/drivers/net/wireless/ath/ath5k/
H A Ddesc.c625 rs->rs_more = !!(rx_status->rx_status_0 &
722 rs->rs_more = !!(rxstat0 & AR5K_5212_RX_DESC_STATUS0_MORE);
H A Dath5k.h712 * @rs_more: Indicates this is a frame fragment (Fast frames)
723 u8 rs_more; member in struct:ath5k_rx_status
H A Dbase.c1499 if (unlikely(rs->rs_more)) {

Completed in 92 milliseconds