Home
last modified time | relevance | path

Searched refs:cs_option (Results 1 – 5 of 5) sorted by relevance

/Linux-v4.19/drivers/staging/rtlwifi/halmac/halmac_88xx/
Dhalmac_func_88xx.c2111 struct halmac_ch_switch_option *cs_option) in halmac_func_ctrl_ch_switch_88xx() argument
2136 if (cs_option->switch_en != 0) { in halmac_func_ctrl_ch_switch_88xx()
2163 CHANNEL_SWITCH_SET_SWITCH_START(h2c_buff, cs_option->switch_en); in halmac_func_ctrl_ch_switch_88xx()
2170 CHANNEL_SWITCH_SET_DEST_CH_EN(h2c_buff, cs_option->dest_ch_en); in halmac_func_ctrl_ch_switch_88xx()
2171 CHANNEL_SWITCH_SET_DEST_CH(h2c_buff, cs_option->dest_ch); in halmac_func_ctrl_ch_switch_88xx()
2172 CHANNEL_SWITCH_SET_PRI_CH_IDX(h2c_buff, cs_option->dest_pri_ch_idx); in halmac_func_ctrl_ch_switch_88xx()
2173 CHANNEL_SWITCH_SET_ABSOLUTE_TIME(h2c_buff, cs_option->absolute_time_en); in halmac_func_ctrl_ch_switch_88xx()
2174 CHANNEL_SWITCH_SET_TSF_LOW(h2c_buff, cs_option->tsf_low); in halmac_func_ctrl_ch_switch_88xx()
2176 cs_option->periodic_option); in halmac_func_ctrl_ch_switch_88xx()
2177 CHANNEL_SWITCH_SET_NORMAL_CYCLE(h2c_buff, cs_option->normal_cycle); in halmac_func_ctrl_ch_switch_88xx()
[all …]
Dhalmac_func_88xx.h134 struct halmac_ch_switch_option *cs_option);
Dhalmac_api_88xx.h274 struct halmac_ch_switch_option *cs_option);
Dhalmac_api_88xx.c4279 struct halmac_ch_switch_option *cs_option) in halmac_ctrl_ch_switch_88xx() argument
4307 cs_option->switch_en); in halmac_ctrl_ch_switch_88xx()
4309 if (!cs_option->switch_en) in halmac_ctrl_ch_switch_88xx()
4320 if (cs_option->switch_en) { in halmac_ctrl_ch_switch_88xx()
4338 status = halmac_func_ctrl_ch_switch_88xx(halmac_adapter, cs_option); in halmac_ctrl_ch_switch_88xx()
/Linux-v4.19/drivers/staging/rtlwifi/halmac/
Dhalmac_type.h1800 struct halmac_ch_switch_option *cs_option);