Searched refs:offset_i (Results 1 – 4 of 4) sorted by relevance
2241 struct rtw_bcn_offset *offset_i = &bcn_i->offset_i; in _phl_sta_up_bcn_offset_info() local2248 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 …]
444 struct rtw_bcn_offset offset_i; member
2277 struct rtw_bcn_offset *offset_i = &bcn_i->offset_i; in _phl_sta_up_bcn_offset_info() local2284 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 …]
442 struct rtw_bcn_offset offset_i; member