Home
last modified time | relevance | path

Searched refs:ATH_RHIST_SIZE (Results 1 – 2 of 2) sorted by relevance

/openbsd/sys/dev/ic/
H A Dathvar.h67 #define ATH_RHIST_SIZE 16 /* number of samples */ macro
172 struct ath_recv_hist an_rx_hist[ATH_RHIST_SIZE];
H A Dath.c1623 for (i = 0; i < ATH_RHIST_SIZE; i++) in ath_node_alloc()
1625 an->an_rx_hist_next = ATH_RHIST_SIZE-1; in ath_node_alloc()
1677 i = ATH_RHIST_SIZE-1; in ath_node_getrssi()
1944 if (++(an->an_rx_hist_next) == ATH_RHIST_SIZE) in ath_rx_proc()