Home
last modified time | relevance | path

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

/freebsd-13-stable/sys/dev/ath/ath_hal/
HDah_desc.h111 uint8_t rs_moreaggr; /* more frames in aggr to follow */ member
/freebsd-13-stable/sys/contrib/dev/ath/ath_hal/ar9300/
HDar9300_recv_ds.c94 rxs->rs_moreaggr = (rxsp->status11 & AR_rx_more_aggr) ? 1 : 0; in ar9300_proc_rx_desc_fast()
HDar9300_reset.c6336 if (rxs->rs_isaggr && rxs->rs_moreaggr) { in ar9300_crdc_rx_notify()
/freebsd-13-stable/sys/dev/ath/ath_hal/ar5416/
HDar5416_recv.c202 rs->rs_moreaggr = (ads->ds_rxstatus8 & AR_RxMoreAggr) ? 1 : 0; in ar5416ProcRxDesc()
/freebsd-13-stable/sys/dev/ath/
HDif_ath_lna_div.c780 !! (rs->rs_moreaggr), in ath_lna_rx_comb_scan()
785 rs->rs_moreaggr) && !short_scan) in ath_lna_rx_comb_scan()
HDif_ath_rx.c558 if (rs->rs_moreaggr) in ath_rx_tap_vendor()