an_rx_hist_next 1738 dev/ic/ath.c an->an_rx_hist_next = ATH_RHIST_SIZE-1; an_rx_hist_next 1780 dev/ic/ath.c i = an->an_rx_hist_next; an_rx_hist_next 1794 dev/ic/ath.c } while (i != an->an_rx_hist_next); an_rx_hist_next 2058 dev/ic/ath.c if (++(an->an_rx_hist_next) == ATH_RHIST_SIZE) an_rx_hist_next 2059 dev/ic/ath.c an->an_rx_hist_next = 0; an_rx_hist_next 2060 dev/ic/ath.c rh = &an->an_rx_hist[an->an_rx_hist_next]; an_rx_hist_next 2386 dev/ic/ath.c antenna = an->an_rx_hist[an->an_rx_hist_next].arh_antenna; an_rx_hist_next 173 dev/ic/athvar.h u_int an_rx_hist_next;/* index of next ``free entry'' */