Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/drivers/net/wireless/rockchip_wlan/rtl8822be/hal/halmac/halmac_88xx/
H A Dhalmac_func_88xx.c297 HALMAC_H2C_HEADER_INFO h2c_header_info; in halmac_dump_efuse_fw_88xx() local
302 h2c_header_info.sub_cmd_id = SUB_CMD_ID_DUMP_PHYSICAL_EFUSE; in halmac_dump_efuse_fw_88xx()
303 h2c_header_info.content_size = 0; in halmac_dump_efuse_fw_88xx()
304 h2c_header_info.ack = _TRUE; in halmac_dump_efuse_fw_88xx()
305 halmac_set_fw_offload_h2c_header_88xx(pHalmac_adapter, pH2c_buff, &h2c_header_info, &h2c_seq_mum); in halmac_dump_efuse_fw_88xx()
1489 HALMAC_H2C_HEADER_INFO h2c_header_info; in halmac_send_h2c_update_packet_88xx() local
1511 h2c_header_info.sub_cmd_id = SUB_CMD_ID_UPDATE_PACKET; in halmac_send_h2c_update_packet_88xx()
1512 h2c_header_info.content_size = 8; in halmac_send_h2c_update_packet_88xx()
1513 h2c_header_info.ack = _TRUE; in halmac_send_h2c_update_packet_88xx()
1514 halmac_set_fw_offload_h2c_header_88xx(pHalmac_adapter, pH2c_buff, &h2c_header_info, &h2c_seq_mum); in halmac_send_h2c_update_packet_88xx()
[all …]
H A Dhalmac_api_88xx.c4236 HALMAC_H2C_HEADER_INFO h2c_header_info; in halmac_start_iqk_88xx() local
4263 h2c_header_info.sub_cmd_id = SUB_CMD_ID_IQK; in halmac_start_iqk_88xx()
4264 h2c_header_info.content_size = 1; in halmac_start_iqk_88xx()
4265 h2c_header_info.ack = _TRUE; in halmac_start_iqk_88xx()
4266 halmac_set_fw_offload_h2c_header_88xx(pHalmac_adapter, pH2c_buff, &h2c_header_info, &h2c_seq_num); in halmac_start_iqk_88xx()
4299 HALMAC_H2C_HEADER_INFO h2c_header_info; in halmac_ctrl_pwr_tracking_88xx() local
4343 h2c_header_info.sub_cmd_id = SUB_CMD_ID_POWER_TRACKING; in halmac_ctrl_pwr_tracking_88xx()
4344 h2c_header_info.content_size = 20; in halmac_ctrl_pwr_tracking_88xx()
4345 h2c_header_info.ack = _TRUE; in halmac_ctrl_pwr_tracking_88xx()
4346 halmac_set_fw_offload_h2c_header_88xx(pHalmac_adapter, pH2c_buff, &h2c_header_info, &h2c_seq_mum); in halmac_ctrl_pwr_tracking_88xx()
[all …]