Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/drivers/net/wireless/rockchip_wlan/rtl8822be/hal/halmac/halmac_88xx/
H A Dhalmac_func_88xx.c1355 u8 *pH2c_header, *pH2c_cmd; in halmac_send_h2c_set_pwr_mode_88xx() local
1364 pH2c_cmd = pH2c_header + HALMAC_H2C_CMD_HDR_SIZE_88XX; in halmac_send_h2c_set_pwr_mode_88xx()
1368 SET_PWR_MODE_SET_CMD_ID(pH2c_cmd, CMD_ID_SET_PWR_MODE); in halmac_send_h2c_set_pwr_mode_88xx()
1369 SET_PWR_MODE_SET_CLASS(pH2c_cmd, CLASS_SET_PWR_MODE); in halmac_send_h2c_set_pwr_mode_88xx()
1370 SET_PWR_MODE_SET_MODE(pH2c_cmd, pHal_FwLps_Opt->mode); in halmac_send_h2c_set_pwr_mode_88xx()
1371 SET_PWR_MODE_SET_CLK_REQUEST(pH2c_cmd, pHal_FwLps_Opt->clk_request); in halmac_send_h2c_set_pwr_mode_88xx()
1372 SET_PWR_MODE_SET_RLBM(pH2c_cmd, pHal_FwLps_Opt->rlbm); in halmac_send_h2c_set_pwr_mode_88xx()
1373 SET_PWR_MODE_SET_SMART_PS(pH2c_cmd, pHal_FwLps_Opt->smart_ps); in halmac_send_h2c_set_pwr_mode_88xx()
1374 SET_PWR_MODE_SET_AWAKE_INTERVAL(pH2c_cmd, pHal_FwLps_Opt->awake_interval); in halmac_send_h2c_set_pwr_mode_88xx()
1375 SET_PWR_MODE_SET_B_ALL_QUEUE_UAPSD(pH2c_cmd, pHal_FwLps_Opt->all_queue_uapsd); in halmac_send_h2c_set_pwr_mode_88xx()
[all …]