Searched refs:min_toa (Results 1 - 1 of 1) sorted by relevance

/linux-master/drivers/net/wireless/realtek/rtw89/
H A Dchan.c836 * for HW stuffs, i.e. min_tob and min_toa.
846 u16 min_toa = RTW89_MCC_MIN_RX_BCN_TIME; local
862 if (ref->duration < min_tob + min_toa) {
868 if (aux->duration < min_tob + min_toa) {
874 res = bcn_ofst - min_toa - min_tob - bt_dur_in_mid;
881 upper_toa_ref = min_t(s16, min_toa + res, ref->duration - min_tob);
882 lower_toa_ref = min_toa;
883 upper_tob_aux = min_t(s16, min_tob + res, aux->duration - min_toa);
887 if (min_tob > ref->limit.max_tob || min_toa > ref->limit.max_toa) {
897 if (min_tob > aux->limit.max_tob || min_toa > au
[all...]

Completed in 134 milliseconds