Home
last modified time | relevance | path

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

/freebsd/sys/contrib/dev/rtw89/
H A Dchan.c1107 u16 bcn_ofst = config->beacon_offset; in __rtw89_mcc_calc_pattern_loose()
1173 u16 bcn_ofst = config->beacon_offset; in __rtw89_mcc_calc_pattern_strict()
1259 u16 bcn_ofst = config->beacon_offset; in __rtw89_mcc_fill_ptrn_anchor_ref()
1291 u16 bcn_ofst = config->beacon_offset; in __rtw89_mcc_fill_ptrn_anchor_aux()
1324 u16 bcn_ofst = config->beacon_offset; in __rtw89_mcc_calc_pattern_anchor()
1743 config->beacon_offset = rtw89_mcc_get_bcn_ofst(rtwdev); in rtw89_mcc_fill_config()
1753 config->beacon_offset = rtw89_mcc_get_bcn_ofst(rtwdev); in rtw89_mcc_fill_config()
2647 if (bcn_ofst == config->beacon_offset) in rtw89_mcc_track()
2650 if (bcn_ofst > config->beacon_offset) { in rtw89_mcc_track()
2651 diff = bcn_ofst - config->beacon_offset; in rtw89_mcc_track()
[all …]
H A Dcore.h5872 u16 beacon_offset; /* TU */ member