| /OK3568_Linux_fs/external/rkwifibt/drivers/rtl8822cs/hal/halmac/halmac_88xx/ |
| H A D | halmac_flash_88xx.c | 38 struct halmac_h2c_header_info hdr_info; in download_flash_88xx() local 89 hdr_info.sub_cmd_id = SUB_CMD_ID_DOWNLOAD_FLASH; in download_flash_88xx() 90 hdr_info.content_size = 20; in download_flash_88xx() 91 hdr_info.ack = 1; in download_flash_88xx() 92 set_h2c_pkt_hdr_88xx(adapter, h2c_buf, &hdr_info, &seq_num); in download_flash_88xx() 141 struct halmac_h2c_header_info hdr_info; in read_flash_88xx() local 180 hdr_info.sub_cmd_id = SUB_CMD_ID_DOWNLOAD_FLASH; in read_flash_88xx() 181 hdr_info.content_size = 16; in read_flash_88xx() 182 hdr_info.ack = 1; in read_flash_88xx() 183 set_h2c_pkt_hdr_88xx(adapter, h2c_buf, &hdr_info, &seq_num); in read_flash_88xx() [all …]
|
| H A D | halmac_bb_rf_88xx.c | 35 struct halmac_h2c_header_info hdr_info; in start_dpk_88xx() local 55 hdr_info.sub_cmd_id = SUB_CMD_ID_DPK; in start_dpk_88xx() 56 hdr_info.content_size = 1; in start_dpk_88xx() 57 hdr_info.ack = 1; in start_dpk_88xx() 58 set_h2c_pkt_hdr_88xx(adapter, h2c_buf, &hdr_info, &seq_num); in start_dpk_88xx() 89 struct halmac_h2c_header_info hdr_info; in start_iqk_88xx() local 109 hdr_info.sub_cmd_id = SUB_CMD_ID_IQK; in start_iqk_88xx() 110 hdr_info.content_size = 1; in start_iqk_88xx() 111 hdr_info.ack = 1; in start_iqk_88xx() 112 set_h2c_pkt_hdr_88xx(adapter, h2c_buf, &hdr_info, &seq_num); in start_iqk_88xx() [all …]
|
| H A D | halmac_fw_88xx.c | 1120 struct halmac_h2c_header_info hdr_info; in proc_send_general_info_88xx() local 1129 hdr_info.sub_cmd_id = SUB_CMD_ID_GENERAL_INFO; in proc_send_general_info_88xx() 1130 hdr_info.content_size = 4; in proc_send_general_info_88xx() 1131 hdr_info.ack = 0; in proc_send_general_info_88xx() 1132 set_h2c_pkt_hdr_88xx(adapter, h2c_buf, &hdr_info, &seq_num); in proc_send_general_info_88xx() 1148 struct halmac_h2c_header_info hdr_info; in proc_send_phydm_info_88xx() local 1162 hdr_info.sub_cmd_id = SUB_CMD_ID_PHYDM_INFO; in proc_send_phydm_info_88xx() 1163 hdr_info.content_size = 8; in proc_send_phydm_info_88xx() 1164 hdr_info.ack = 0; in proc_send_phydm_info_88xx() 1165 set_h2c_pkt_hdr_88xx(adapter, h2c_buf, &hdr_info, &seq_num); in proc_send_phydm_info_88xx() [all …]
|
| H A D | halmac_common_88xx.c | 1472 struct halmac_h2c_header_info hdr_info; in send_cfg_param_h2c_88xx() local 1500 hdr_info.sub_cmd_id = SUB_CMD_ID_CFG_PARAM; in send_cfg_param_h2c_88xx() 1501 hdr_info.content_size = 4; in send_cfg_param_h2c_88xx() 1502 hdr_info.ack = 1; in send_cfg_param_h2c_88xx() 1503 set_h2c_pkt_hdr_88xx(adapter, h2c_buf, &hdr_info, &seq_num); in send_cfg_param_h2c_88xx() 1729 struct halmac_h2c_header_info hdr_info; in send_h2c_update_packet_88xx() local 1745 hdr_info.sub_cmd_id = SUB_CMD_ID_UPDATE_PKT; in send_h2c_update_packet_88xx() 1746 hdr_info.content_size = 4; in send_h2c_update_packet_88xx() 1748 hdr_info.ack = 0; in send_h2c_update_packet_88xx() 1750 hdr_info.ack = 1; in send_h2c_update_packet_88xx() [all …]
|
| H A D | halmac_mimo_88xx.c | 694 struct halmac_h2c_header_info hdr_info; in fw_snding_88xx() local 756 hdr_info.sub_cmd_id = SUB_CMD_ID_FW_SNDING; in fw_snding_88xx() 757 hdr_info.content_size = 8; in fw_snding_88xx() 758 hdr_info.ack = 1; in fw_snding_88xx() 759 set_h2c_pkt_hdr_88xx(adapter, h2c_buf, &hdr_info, &seq_num); in fw_snding_88xx()
|
| /OK3568_Linux_fs/external/rkwifibt/drivers/rtl8821cs/hal/halmac/halmac_88xx/ |
| H A D | halmac_flash_88xx.c | 38 struct halmac_h2c_header_info hdr_info; in download_flash_88xx() local 89 hdr_info.sub_cmd_id = SUB_CMD_ID_DOWNLOAD_FLASH; in download_flash_88xx() 90 hdr_info.content_size = 20; in download_flash_88xx() 91 hdr_info.ack = 1; in download_flash_88xx() 92 set_h2c_pkt_hdr_88xx(adapter, h2c_buf, &hdr_info, &seq_num); in download_flash_88xx() 141 struct halmac_h2c_header_info hdr_info; in read_flash_88xx() local 180 hdr_info.sub_cmd_id = SUB_CMD_ID_DOWNLOAD_FLASH; in read_flash_88xx() 181 hdr_info.content_size = 16; in read_flash_88xx() 182 hdr_info.ack = 1; in read_flash_88xx() 183 set_h2c_pkt_hdr_88xx(adapter, h2c_buf, &hdr_info, &seq_num); in read_flash_88xx() [all …]
|
| H A D | halmac_bb_rf_88xx.c | 35 struct halmac_h2c_header_info hdr_info; in start_dpk_88xx() local 55 hdr_info.sub_cmd_id = SUB_CMD_ID_DPK; in start_dpk_88xx() 56 hdr_info.content_size = 1; in start_dpk_88xx() 57 hdr_info.ack = 1; in start_dpk_88xx() 58 set_h2c_pkt_hdr_88xx(adapter, h2c_buf, &hdr_info, &seq_num); in start_dpk_88xx() 89 struct halmac_h2c_header_info hdr_info; in start_iqk_88xx() local 109 hdr_info.sub_cmd_id = SUB_CMD_ID_IQK; in start_iqk_88xx() 110 hdr_info.content_size = 1; in start_iqk_88xx() 111 hdr_info.ack = 1; in start_iqk_88xx() 112 set_h2c_pkt_hdr_88xx(adapter, h2c_buf, &hdr_info, &seq_num); in start_iqk_88xx() [all …]
|
| H A D | halmac_common_88xx.c | 1472 struct halmac_h2c_header_info hdr_info; in send_cfg_param_h2c_88xx() local 1500 hdr_info.sub_cmd_id = SUB_CMD_ID_CFG_PARAM; in send_cfg_param_h2c_88xx() 1501 hdr_info.content_size = 4; in send_cfg_param_h2c_88xx() 1502 hdr_info.ack = 1; in send_cfg_param_h2c_88xx() 1503 set_h2c_pkt_hdr_88xx(adapter, h2c_buf, &hdr_info, &seq_num); in send_cfg_param_h2c_88xx() 1729 struct halmac_h2c_header_info hdr_info; in send_h2c_update_packet_88xx() local 1745 hdr_info.sub_cmd_id = SUB_CMD_ID_UPDATE_PKT; in send_h2c_update_packet_88xx() 1746 hdr_info.content_size = 4; in send_h2c_update_packet_88xx() 1748 hdr_info.ack = 0; in send_h2c_update_packet_88xx() 1750 hdr_info.ack = 1; in send_h2c_update_packet_88xx() [all …]
|
| H A D | halmac_fw_88xx.c | 1120 struct halmac_h2c_header_info hdr_info; in proc_send_general_info_88xx() local 1129 hdr_info.sub_cmd_id = SUB_CMD_ID_GENERAL_INFO; in proc_send_general_info_88xx() 1130 hdr_info.content_size = 4; in proc_send_general_info_88xx() 1131 hdr_info.ack = 0; in proc_send_general_info_88xx() 1132 set_h2c_pkt_hdr_88xx(adapter, h2c_buf, &hdr_info, &seq_num); in proc_send_general_info_88xx() 1148 struct halmac_h2c_header_info hdr_info; in proc_send_phydm_info_88xx() local 1162 hdr_info.sub_cmd_id = SUB_CMD_ID_PHYDM_INFO; in proc_send_phydm_info_88xx() 1163 hdr_info.content_size = 8; in proc_send_phydm_info_88xx() 1164 hdr_info.ack = 0; in proc_send_phydm_info_88xx() 1165 set_h2c_pkt_hdr_88xx(adapter, h2c_buf, &hdr_info, &seq_num); in proc_send_phydm_info_88xx() [all …]
|
| H A D | halmac_mimo_88xx.c | 694 struct halmac_h2c_header_info hdr_info; in fw_snding_88xx() local 756 hdr_info.sub_cmd_id = SUB_CMD_ID_FW_SNDING; in fw_snding_88xx() 757 hdr_info.content_size = 8; in fw_snding_88xx() 758 hdr_info.ack = 1; in fw_snding_88xx() 759 set_h2c_pkt_hdr_88xx(adapter, h2c_buf, &hdr_info, &seq_num); in fw_snding_88xx()
|
| /OK3568_Linux_fs/kernel/drivers/net/wireless/rockchip_wlan/rtl8822bs/hal/halmac/halmac_88xx/ |
| H A D | halmac_flash_88xx.c | 38 struct halmac_h2c_header_info hdr_info; in download_flash_88xx() local 89 hdr_info.sub_cmd_id = SUB_CMD_ID_DOWNLOAD_FLASH; in download_flash_88xx() 90 hdr_info.content_size = 20; in download_flash_88xx() 91 hdr_info.ack = 1; in download_flash_88xx() 92 set_h2c_pkt_hdr_88xx(adapter, h2c_buf, &hdr_info, &seq_num); in download_flash_88xx() 141 struct halmac_h2c_header_info hdr_info; in read_flash_88xx() local 180 hdr_info.sub_cmd_id = SUB_CMD_ID_DOWNLOAD_FLASH; in read_flash_88xx() 181 hdr_info.content_size = 16; in read_flash_88xx() 182 hdr_info.ack = 1; in read_flash_88xx() 183 set_h2c_pkt_hdr_88xx(adapter, h2c_buf, &hdr_info, &seq_num); in read_flash_88xx() [all …]
|
| H A D | halmac_bb_rf_88xx.c | 37 struct halmac_h2c_header_info hdr_info; in start_iqk_88xx() local 57 hdr_info.sub_cmd_id = SUB_CMD_ID_IQK; in start_iqk_88xx() 58 hdr_info.content_size = 1; in start_iqk_88xx() 59 hdr_info.ack = 1; in start_iqk_88xx() 60 set_h2c_pkt_hdr_88xx(adapter, h2c_buf, &hdr_info, &seq_num); in start_iqk_88xx() 92 struct halmac_h2c_header_info hdr_info; in ctrl_pwr_tracking_88xx() local 137 hdr_info.sub_cmd_id = SUB_CMD_ID_PWR_TRK; in ctrl_pwr_tracking_88xx() 138 hdr_info.content_size = 20; in ctrl_pwr_tracking_88xx() 139 hdr_info.ack = 1; in ctrl_pwr_tracking_88xx() 140 set_h2c_pkt_hdr_88xx(adapter, h2c_buf, &hdr_info, &seq_num); in ctrl_pwr_tracking_88xx() [all …]
|
| H A D | halmac_common_88xx.c | 1464 struct halmac_h2c_header_info hdr_info; in send_cfg_param_h2c_88xx() local 1492 hdr_info.sub_cmd_id = SUB_CMD_ID_CFG_PARAM; in send_cfg_param_h2c_88xx() 1493 hdr_info.content_size = 4; in send_cfg_param_h2c_88xx() 1494 hdr_info.ack = 1; in send_cfg_param_h2c_88xx() 1495 set_h2c_pkt_hdr_88xx(adapter, h2c_buf, &hdr_info, &seq_num); in send_cfg_param_h2c_88xx() 1721 struct halmac_h2c_header_info hdr_info; in send_h2c_update_packet_88xx() local 1737 hdr_info.sub_cmd_id = SUB_CMD_ID_UPDATE_PKT; in send_h2c_update_packet_88xx() 1738 hdr_info.content_size = 4; in send_h2c_update_packet_88xx() 1740 hdr_info.ack = 0; in send_h2c_update_packet_88xx() 1742 hdr_info.ack = 1; in send_h2c_update_packet_88xx() [all …]
|
| H A D | halmac_fw_88xx.c | 1120 struct halmac_h2c_header_info hdr_info; in proc_send_general_info_88xx() local 1129 hdr_info.sub_cmd_id = SUB_CMD_ID_GENERAL_INFO; in proc_send_general_info_88xx() 1130 hdr_info.content_size = 4; in proc_send_general_info_88xx() 1131 hdr_info.ack = 0; in proc_send_general_info_88xx() 1132 set_h2c_pkt_hdr_88xx(adapter, h2c_buf, &hdr_info, &seq_num); in proc_send_general_info_88xx() 1148 struct halmac_h2c_header_info hdr_info; in proc_send_phydm_info_88xx() local 1162 hdr_info.sub_cmd_id = SUB_CMD_ID_PHYDM_INFO; in proc_send_phydm_info_88xx() 1163 hdr_info.content_size = 8; in proc_send_phydm_info_88xx() 1164 hdr_info.ack = 0; in proc_send_phydm_info_88xx() 1165 set_h2c_pkt_hdr_88xx(adapter, h2c_buf, &hdr_info, &seq_num); in proc_send_phydm_info_88xx() [all …]
|
| H A D | halmac_mimo_88xx.c | 694 struct halmac_h2c_header_info hdr_info; in fw_snding_88xx() local 756 hdr_info.sub_cmd_id = SUB_CMD_ID_FW_SNDING; in fw_snding_88xx() 757 hdr_info.content_size = 8; in fw_snding_88xx() 758 hdr_info.ack = 1; in fw_snding_88xx() 759 set_h2c_pkt_hdr_88xx(adapter, h2c_buf, &hdr_info, &seq_num); in fw_snding_88xx()
|
| /OK3568_Linux_fs/kernel/drivers/net/wireless/rockchip_wlan/rtl8821cs/hal/halmac/halmac_88xx/ |
| H A D | halmac_flash_88xx.c | 39 struct halmac_h2c_header_info hdr_info; in download_flash_88xx() local 90 hdr_info.sub_cmd_id = SUB_CMD_ID_DOWNLOAD_FLASH; in download_flash_88xx() 91 hdr_info.content_size = 20; in download_flash_88xx() 92 hdr_info.ack = 1; in download_flash_88xx() 93 set_h2c_pkt_hdr_88xx(adapter, h2c_buf, &hdr_info, &seq_num); in download_flash_88xx() 142 struct halmac_h2c_header_info hdr_info; in read_flash_88xx() local 181 hdr_info.sub_cmd_id = SUB_CMD_ID_DOWNLOAD_FLASH; in read_flash_88xx() 182 hdr_info.content_size = 16; in read_flash_88xx() 183 hdr_info.ack = 1; in read_flash_88xx() 184 set_h2c_pkt_hdr_88xx(adapter, h2c_buf, &hdr_info, &seq_num); in read_flash_88xx() [all …]
|
| H A D | halmac_bb_rf_88xx.c | 36 struct halmac_h2c_header_info hdr_info; in start_dpk_88xx() local 56 hdr_info.sub_cmd_id = SUB_CMD_ID_DPK; in start_dpk_88xx() 57 hdr_info.content_size = 1; in start_dpk_88xx() 58 hdr_info.ack = 1; in start_dpk_88xx() 59 set_h2c_pkt_hdr_88xx(adapter, h2c_buf, &hdr_info, &seq_num); in start_dpk_88xx() 90 struct halmac_h2c_header_info hdr_info; in start_iqk_88xx() local 110 hdr_info.sub_cmd_id = SUB_CMD_ID_IQK; in start_iqk_88xx() 111 hdr_info.content_size = 1; in start_iqk_88xx() 112 hdr_info.ack = 1; in start_iqk_88xx() 113 set_h2c_pkt_hdr_88xx(adapter, h2c_buf, &hdr_info, &seq_num); in start_iqk_88xx() [all …]
|
| H A D | halmac_common_88xx.c | 1473 struct halmac_h2c_header_info hdr_info; in send_cfg_param_h2c_88xx() local 1501 hdr_info.sub_cmd_id = SUB_CMD_ID_CFG_PARAM; in send_cfg_param_h2c_88xx() 1502 hdr_info.content_size = 4; in send_cfg_param_h2c_88xx() 1503 hdr_info.ack = 1; in send_cfg_param_h2c_88xx() 1504 set_h2c_pkt_hdr_88xx(adapter, h2c_buf, &hdr_info, &seq_num); in send_cfg_param_h2c_88xx() 1730 struct halmac_h2c_header_info hdr_info; in send_h2c_update_packet_88xx() local 1746 hdr_info.sub_cmd_id = SUB_CMD_ID_UPDATE_PKT; in send_h2c_update_packet_88xx() 1747 hdr_info.content_size = 4; in send_h2c_update_packet_88xx() 1749 hdr_info.ack = 0; in send_h2c_update_packet_88xx() 1751 hdr_info.ack = 1; in send_h2c_update_packet_88xx() [all …]
|
| H A D | halmac_fw_88xx.c | 1121 struct halmac_h2c_header_info hdr_info; in proc_send_general_info_88xx() local 1130 hdr_info.sub_cmd_id = SUB_CMD_ID_GENERAL_INFO; in proc_send_general_info_88xx() 1131 hdr_info.content_size = 4; in proc_send_general_info_88xx() 1132 hdr_info.ack = 0; in proc_send_general_info_88xx() 1133 set_h2c_pkt_hdr_88xx(adapter, h2c_buf, &hdr_info, &seq_num); in proc_send_general_info_88xx() 1149 struct halmac_h2c_header_info hdr_info; in proc_send_phydm_info_88xx() local 1163 hdr_info.sub_cmd_id = SUB_CMD_ID_PHYDM_INFO; in proc_send_phydm_info_88xx() 1164 hdr_info.content_size = 8; in proc_send_phydm_info_88xx() 1165 hdr_info.ack = 0; in proc_send_phydm_info_88xx() 1166 set_h2c_pkt_hdr_88xx(adapter, h2c_buf, &hdr_info, &seq_num); in proc_send_phydm_info_88xx() [all …]
|
| H A D | halmac_mimo_88xx.c | 695 struct halmac_h2c_header_info hdr_info; in fw_snding_88xx() local 757 hdr_info.sub_cmd_id = SUB_CMD_ID_FW_SNDING; in fw_snding_88xx() 758 hdr_info.content_size = 8; in fw_snding_88xx() 759 hdr_info.ack = 1; in fw_snding_88xx() 760 set_h2c_pkt_hdr_88xx(adapter, h2c_buf, &hdr_info, &seq_num); in fw_snding_88xx()
|
| /OK3568_Linux_fs/kernel/drivers/visorbus/ |
| H A D | visorbus_main.c | 714 struct visor_vbus_headerinfo *hdr_info) in get_vbus_header_info() argument 727 err = visorchannel_read(chan, sizeof(struct channel_header), hdr_info, in get_vbus_header_info() 728 sizeof(*hdr_info)); in get_vbus_header_info() 731 if (hdr_info->struct_bytes < sizeof(struct visor_vbus_headerinfo)) in get_vbus_header_info() 733 if (hdr_info->device_info_struct_bytes < in get_vbus_header_info() 753 struct visor_vbus_headerinfo *hdr_info, in write_vbus_chp_info() argument 758 if (hdr_info->chp_info_offset == 0) in write_vbus_chp_info() 761 off = sizeof(struct channel_header) + hdr_info->chp_info_offset; in write_vbus_chp_info() 779 struct visor_vbus_headerinfo *hdr_info, in write_vbus_bus_info() argument 784 if (hdr_info->bus_info_offset == 0) in write_vbus_bus_info() [all …]
|
| H A D | vbuschannel.h | 89 struct visor_vbus_headerinfo hdr_info; member
|
| /OK3568_Linux_fs/kernel/drivers/net/wireless/ath/ath6kl/ |
| H A D | htc_pipe.c | 946 u8 *netdata, *trailer, hdr_info; in ath6kl_htc_pipe_rx_complete() local 995 hdr_info = htc_hdr->flags; in ath6kl_htc_pipe_rx_complete() 996 if (hdr_info & HTC_FLG_RX_TRAILER) { in ath6kl_htc_pipe_rx_complete() 998 hdr_info = htc_hdr->ctrl[0]; in ath6kl_htc_pipe_rx_complete() 999 if ((hdr_info < sizeof(struct htc_record_hdr)) || in ath6kl_htc_pipe_rx_complete() 1000 (hdr_info > payload_len)) { in ath6kl_htc_pipe_rx_complete() 1003 payload_len, hdr_info); in ath6kl_htc_pipe_rx_complete() 1008 trailerlen = hdr_info; in ath6kl_htc_pipe_rx_complete() 1011 payload_len - hdr_info; in ath6kl_htc_pipe_rx_complete() 1012 status = htc_process_trailer(target, trailer, hdr_info, in ath6kl_htc_pipe_rx_complete()
|
| /OK3568_Linux_fs/kernel/drivers/net/ethernet/broadcom/bnxt/ |
| H A D | bnxt.h | 854 u32 hdr_info; member 856 #define BNXT_TPA_L4_SIZE(hdr_info) \ argument 857 (((hdr_info) & 0xf8000000) ? ((hdr_info) >> 27) : 32) 859 #define BNXT_TPA_INNER_L3_OFF(hdr_info) \ argument 860 (((hdr_info) >> 18) & 0x1ff) 862 #define BNXT_TPA_INNER_L2_OFF(hdr_info) \ argument 863 (((hdr_info) >> 9) & 0x1ff) 865 #define BNXT_TPA_OUTER_L3_OFF(hdr_info) \ argument 866 ((hdr_info) & 0x1ff)
|
| /OK3568_Linux_fs/kernel/drivers/net/ethernet/intel/igc/ |
| H A D | igc_base.h | 60 __le16 hdr_info; member
|