Home
last modified time | relevance | path

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

/OK3568_Linux_fs/external/rkwifibt/drivers/rtl8852bs/phl/
H A Dphl_sta.c2241 struct rtw_bcn_offset *offset_i = &bcn_i->offset_i; in _phl_sta_up_bcn_offset_info() local
2248 offset_i->offset = (u16)bcn_i->info[1][bcn_i->idx]; in _phl_sta_up_bcn_offset_info()
2249 offset_i->conf_lvl = CONF_LVL_LOW; in _phl_sta_up_bcn_offset_info()
2251 offset_i->offset); in _phl_sta_up_bcn_offset_info()
2280 offset_i->conf_lvl = CONF_LVL_HIGH; in _phl_sta_up_bcn_offset_info()
2281 if (offset < offset_i->offset) { in _phl_sta_up_bcn_offset_info()
2282 offset_i->offset = offset; in _phl_sta_up_bcn_offset_info()
2287 if (bcn_i->info[1][idx] < offset_i->offset) { in _phl_sta_up_bcn_offset_info()
2288 offset_i->offset = (u16)bcn_i->info[1][idx]; in _phl_sta_up_bcn_offset_info()
2289 offset_i->conf_lvl = CONF_LVL_MID; in _phl_sta_up_bcn_offset_info()
[all …]
H A Dphl_def.h444 struct rtw_bcn_offset offset_i; member
/OK3568_Linux_fs/external/rkwifibt/drivers/rtl8852be/phl/
H A Dphl_sta.c2277 struct rtw_bcn_offset *offset_i = &bcn_i->offset_i; in _phl_sta_up_bcn_offset_info() local
2284 offset_i->offset = (u16)bcn_i->info[1][bcn_i->idx]; in _phl_sta_up_bcn_offset_info()
2285 offset_i->conf_lvl = CONF_LVL_LOW; in _phl_sta_up_bcn_offset_info()
2287 offset_i->offset); in _phl_sta_up_bcn_offset_info()
2316 offset_i->conf_lvl = CONF_LVL_HIGH; in _phl_sta_up_bcn_offset_info()
2317 if (offset < offset_i->offset) { in _phl_sta_up_bcn_offset_info()
2318 offset_i->offset = offset; in _phl_sta_up_bcn_offset_info()
2323 if (bcn_i->info[1][idx] < offset_i->offset) { in _phl_sta_up_bcn_offset_info()
2324 offset_i->offset = (u16)bcn_i->info[1][idx]; in _phl_sta_up_bcn_offset_info()
2325 offset_i->conf_lvl = CONF_LVL_MID; in _phl_sta_up_bcn_offset_info()
[all …]
H A Dphl_def.h442 struct rtw_bcn_offset offset_i; member