Searched refs:b_intvl (Results 1 – 2 of 2) sorted by relevance
2396 u64 b_intvl = 0; in phl_calc_offset_from_tbtt() local2401 b_intvl = (u16)wrole->bcn_cmn.bcn_interval; in phl_calc_offset_from_tbtt()2404 b_intvl = sta->asoc_cap.bcn_interval; in phl_calc_offset_from_tbtt()2405 if (0 == b_intvl) { in phl_calc_offset_from_tbtt()2410 mod = (u32)_os_division64(_os_modular64(cur_t, b_intvl * TU), TU); in phl_calc_offset_from_tbtt()2412 *ofst = (u16)(mod + (b_intvl - b_ofst)); in phl_calc_offset_from_tbtt()
2432 u64 b_intvl = 0; in phl_calc_offset_from_tbtt() local2437 b_intvl = (u16)wrole->bcn_cmn.bcn_interval; in phl_calc_offset_from_tbtt()2440 b_intvl = sta->asoc_cap.bcn_interval; in phl_calc_offset_from_tbtt()2441 if (0 == b_intvl) { in phl_calc_offset_from_tbtt()2446 mod = (u32)_os_division64(_os_modular64(cur_t, b_intvl * TU), TU); in phl_calc_offset_from_tbtt()2448 *ofst = (u16)(mod + (b_intvl - b_ofst)); in phl_calc_offset_from_tbtt()