Home
last modified time | relevance | path

Searched refs:bcn_i (Results 1 – 4 of 4) sorted by relevance

/OK3568_Linux_fs/external/rkwifibt/drivers/rtl8852bs/phl/
H A Dphl_sta.c2239 struct rtw_rx_bcn_info *bcn_i, u16 bcn_intvl) in _phl_sta_up_bcn_offset_info() argument
2241 struct rtw_bcn_offset *offset_i = &bcn_i->offset_i; in _phl_sta_up_bcn_offset_info()
2247 if (bcn_i->num == 1) { in _phl_sta_up_bcn_offset_info()
2248 offset_i->offset = (u16)bcn_i->info[1][bcn_i->idx]; in _phl_sta_up_bcn_offset_info()
2254 cur_idx = bcn_i->idx; in _phl_sta_up_bcn_offset_info()
2256 for (idx = 0; idx < bcn_i->num; idx++) { in _phl_sta_up_bcn_offset_info()
2258 for (jdx = 1; jdx < bcn_i->num; jdx++) { in _phl_sta_up_bcn_offset_info()
2259 bidx = _get_bidx(bcn_i->num, bidx); in _phl_sta_up_bcn_offset_info()
2262 diff = bcn_i->info[0][cur_idx] - bcn_i->info[0][bidx]; in _phl_sta_up_bcn_offset_info()
2272 if (offset > bcn_i->info[1][cur_idx]) in _phl_sta_up_bcn_offset_info()
[all …]
H A Dphl_def.h1883 struct rtw_rx_bcn_info bcn_i; member
/OK3568_Linux_fs/external/rkwifibt/drivers/rtl8852be/phl/
H A Dphl_sta.c2275 struct rtw_rx_bcn_info *bcn_i, u16 bcn_intvl) in _phl_sta_up_bcn_offset_info() argument
2277 struct rtw_bcn_offset *offset_i = &bcn_i->offset_i; in _phl_sta_up_bcn_offset_info()
2283 if (bcn_i->num == 1) { in _phl_sta_up_bcn_offset_info()
2284 offset_i->offset = (u16)bcn_i->info[1][bcn_i->idx]; in _phl_sta_up_bcn_offset_info()
2290 cur_idx = bcn_i->idx; in _phl_sta_up_bcn_offset_info()
2292 for (idx = 0; idx < bcn_i->num; idx++) { in _phl_sta_up_bcn_offset_info()
2294 for (jdx = 1; jdx < bcn_i->num; jdx++) { in _phl_sta_up_bcn_offset_info()
2295 bidx = _get_bidx(bcn_i->num, bidx); in _phl_sta_up_bcn_offset_info()
2298 diff = bcn_i->info[0][cur_idx] - bcn_i->info[0][bidx]; in _phl_sta_up_bcn_offset_info()
2308 if (offset > bcn_i->info[1][cur_idx]) in _phl_sta_up_bcn_offset_info()
[all …]
H A Dphl_def.h1907 struct rtw_rx_bcn_info bcn_i; member