Home
last modified time | relevance | path

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

/freebsd-12.1/sys/dev/ath/ath_hal/
H A Dah.c1584 OS_MEMCPY(&cs->samples[cs->cur_sample], hs, sizeof(*hs)); in ath_hal_survey_add_sample()
1585 cs->samples[cs->cur_sample].seq_num = cs->cur_seq; in ath_hal_survey_add_sample()
1586 cs->cur_sample = (cs->cur_sample + 1) % CHANNEL_SURVEY_SAMPLE_COUNT; in ath_hal_survey_add_sample()
H A Dah.h944 uint32_t cur_sample; /* current sample in sequence */ member