Home
last modified time | relevance | path

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

/freebsd/sys/dev/ath/ath_hal/
H A Dah_desc.h104 uint8_t rs_more; /* more descriptors follow */ member
/freebsd/sys/dev/ath/ath_hal/ar5211/
H A Dar5211_recv.c245 rs->rs_more = (ads->ds_status0 & AR_More) ? 1 : 0; in ar5211ProcRxDesc()
/freebsd/sys/dev/ath/ath_hal/ar5210/
H A Dar5210_recv.c266 rs->rs_more = (ads->ds_status0 & AR_More) ? 1 : 0; in ar5210ProcRxDesc()
/freebsd/sys/contrib/dev/ath/ath_hal/ar9300/
H A Dar9300_recv_ds.c91 rxs->rs_more = (rxsp->status2 & AR_rx_more) ? 1 : 0; in ar9300_proc_rx_desc_fast()
/freebsd/sys/dev/ath/ath_hal/ar5416/
H A Dar5416_recv.c199 rs->rs_more = (ads->ds_rxstatus1 & AR_RxMore) ? 1 : 0; in ar5416ProcRxDesc()
/freebsd/sys/dev/ath/ath_hal/ar5212/
H A Dar5212_recv.c279 rs->rs_more = (ads->ds_rxstatus0 & AR_More) ? 1 : 0; in ar5212ProcRxDesc()
/freebsd/sys/dev/ath/
H A Dif_ath_rx.c786 if (rs->rs_more) { in ath_rx_pkt()