Searched refs:h2c_header_info (Results 1 – 3 of 3) sorted by relevance
298 struct halmac_h2c_header_info h2c_header_info; in halmac_dump_efuse_fw_88xx() local303 h2c_header_info.sub_cmd_id = SUB_CMD_ID_DUMP_PHYSICAL_EFUSE; in halmac_dump_efuse_fw_88xx()304 h2c_header_info.content_size = 0; in halmac_dump_efuse_fw_88xx()305 h2c_header_info.ack = true; in halmac_dump_efuse_fw_88xx()307 &h2c_header_info, &h2c_seq_mum); in halmac_dump_efuse_fw_88xx()1559 struct halmac_h2c_header_info *h2c_header_info, u16 *seq_num) in halmac_set_fw_offload_h2c_header_88xx() argument1567 8 + h2c_header_info->content_size); in halmac_set_fw_offload_h2c_header_88xx()1568 FW_OFFLOAD_H2C_SET_SUB_CMD_ID(hal_h2c_hdr, h2c_header_info->sub_cmd_id); in halmac_set_fw_offload_h2c_header_88xx()1579 if (h2c_header_info->ack) in halmac_set_fw_offload_h2c_header_88xx()1730 struct halmac_h2c_header_info h2c_header_info; in halmac_send_h2c_update_packet_88xx() local[all …]
4443 struct halmac_h2c_header_info h2c_header_info; in halmac_func_p2pps_88xx() local4469 h2c_header_info.sub_cmd_id = SUB_CMD_ID_P2PPS; in halmac_func_p2pps_88xx()4470 h2c_header_info.content_size = 24; in halmac_func_p2pps_88xx()4471 h2c_header_info.ack = false; in halmac_func_p2pps_88xx()4473 &h2c_header_info, &h2c_seq_mum); in halmac_func_p2pps_88xx()4560 struct halmac_h2c_header_info h2c_header_info; in halmac_start_iqk_88xx() local4591 h2c_header_info.sub_cmd_id = SUB_CMD_ID_IQK; in halmac_start_iqk_88xx()4592 h2c_header_info.content_size = 1; in halmac_start_iqk_88xx()4593 h2c_header_info.ack = true; in halmac_start_iqk_88xx()4595 &h2c_header_info, &h2c_seq_num); in halmac_start_iqk_88xx()[all …]
36 struct halmac_h2c_header_info *h2c_header_info, u16 *seq_num);