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

/linux-master/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.c1557 if (unlikely(rs->rs_more)) {
/linux-master/drivers/net/wireless/ath/ath9k/
H A Drecv.c767 rs->rs_more = true;
852 if (rx_stats->rs_more)
949 sc->rx.discard_next = rx_stats->rs_more;
1153 if (!rs.rs_more)
1157 if (rs.rs_more) {
1160 * rs_more indicates chained descriptors which can be
H A Dmac.h137 u8 rs_more; member in struct:ath_rx_status
166 u8 rs_more; member in struct:ath_htc_rx_status
H A Dhtc_drv_txrx.c958 rx_stats->rs_more = rxstatus->rs_more;
H A Dmac.c573 rs->rs_more = (ads.ds_rxstatus1 & AR_RxMore) ? 1 : 0;
H A Dar9003_mac.c519 rxs->rs_more = (rxsp->status2 & AR_RxMore) ? 1 : 0;

Completed in 225 milliseconds