Home
last modified time | relevance | path

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

/freebsd/sys/contrib/dev/rtw89/
H A Dchan.c1103 new->tob_ref, new->toa_ref, new->tob_aux, new->toa_aux); in rtw89_mcc_assign_pattern()
1221 ptrn->tob_ref = ref->duration - ptrn->toa_ref; in __rtw89_mcc_calc_pattern_loose()
1310 ptrn->tob_ref = ref->duration - ptrn->toa_ref; in __rtw89_mcc_calc_pattern_strict()
1338 ptrn->tob_ref = ref->duration - ptrn->toa_ref; in __rtw89_mcc_fill_ptrn_anchor_ref()
1340 ptrn->tob_ref = ref_tob; in __rtw89_mcc_fill_ptrn_anchor_ref()
1341 ptrn->toa_ref = ref->duration - ptrn->tob_ref; in __rtw89_mcc_fill_ptrn_anchor_ref()
1377 ptrn->tob_ref = ref->duration - ptrn->toa_ref; in __rtw89_mcc_fill_ptrn_anchor_aux()
1494 tmp.tob_ref = ref->duration / 2; in rtw89_mcc_set_default_pattern()
1495 tmp.toa_ref = ref->duration - tmp.tob_ref; in rtw89_mcc_set_default_pattern()
1762 s32 tob_ref_us = ieee80211_tu_to_usec(config->pattern.tob_ref); in rtw89_mcc_fill_start_tsf()
H A Dcore.h6073 s16 tob_ref; /* TU; time offset behind of reference role */ member