Home
last modified time | relevance | path

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

/wlan-driver/qcacld-3.0/components/target_if/dp/src/
Dtarget_if_dp_comp.c183 struct dp_get_arp_stats_params *req_buf) in target_if_dp_get_arp_req_stats() argument
202 req_buf->vdev_id, in target_if_dp_get_arp_req_stats()
205 dp_err("Can't get vdev by vdev_id:%d", req_buf->vdev_id); in target_if_dp_get_arp_req_stats()
209 dp_debug("vdev id:%d is not started", req_buf->vdev_id); in target_if_dp_get_arp_req_stats()
214 arp_stats = (struct get_arp_stats *)req_buf; in target_if_dp_get_arp_req_stats()
232 struct dp_set_arp_stats_params *req_buf) in target_if_dp_set_arp_req_stats() argument
251 req_buf->vdev_id, in target_if_dp_set_arp_req_stats()
254 dp_err("Can't get vdev by vdev_id:%d", req_buf->vdev_id); in target_if_dp_set_arp_req_stats()
260 dp_err("vdev id:%d is not started", req_buf->vdev_id); in target_if_dp_set_arp_req_stats()
264 arp_stats = (struct set_arp_stats *)req_buf; in target_if_dp_set_arp_req_stats()
/wlan-driver/qca-wifi-host-cmn/wmi/src/
Dwmi_unified_sta_api.c243 struct wmi_unified_pmk_cache *req_buf) in wmi_unified_set_del_pmkid_cache() argument
247 req_buf); in wmi_unified_set_del_pmkid_cache()
388 struct set_arp_stats *req_buf) in wmi_unified_set_arp_stats_req() argument
392 req_buf); in wmi_unified_set_arp_stats_req()
398 struct get_arp_stats *req_buf) in wmi_unified_get_arp_stats_req() argument
402 req_buf); in wmi_unified_get_arp_stats_req()
Dwmi_unified_sta_tlv.c2265 struct set_arp_stats *req_buf) in send_set_arp_stats_req_cmd_tlv() argument
2274 if (req_buf->pkt_type_bitmap) { in send_set_arp_stats_req_cmd_tlv()
2292 wmi_set_arp->vdev_id = req_buf->vdev_id; in send_set_arp_stats_req_cmd_tlv()
2294 wmi_set_arp->set_clr = req_buf->flag; in send_set_arp_stats_req_cmd_tlv()
2295 wmi_set_arp->pkt_type = req_buf->pkt_type; in send_set_arp_stats_req_cmd_tlv()
2296 wmi_set_arp->ipv4 = req_buf->ip_addr; in send_set_arp_stats_req_cmd_tlv()
2306 if (req_buf->pkt_type_bitmap) { in send_set_arp_stats_req_cmd_tlv()
2321 req_buf->pkt_type_bitmap; in send_set_arp_stats_req_cmd_tlv()
2322 wmi_set_connect_stats->tcp_src_port = req_buf->tcp_src_port; in send_set_arp_stats_req_cmd_tlv()
2323 wmi_set_connect_stats->tcp_dst_port = req_buf->tcp_dst_port; in send_set_arp_stats_req_cmd_tlv()
[all …]
Dwmi_unified_cp_stats_tlv.c500 wmi_buf_t req_buf; in prepare_infra_cp_stats_buf() local
519 req_buf = wmi_buf_alloc(wmi_handle, *req_buf_len); in prepare_infra_cp_stats_buf()
520 if (!req_buf) in prepare_infra_cp_stats_buf()
524 wmi_buf_data(req_buf); in prepare_infra_cp_stats_buf()
592 return req_buf; in prepare_infra_cp_stats_buf()
/wlan-driver/qca-wifi-host-cmn/wmi/inc/
Dwmi_unified_sta_api.h431 struct set_arp_stats *req_buf);
441 struct get_arp_stats *req_buf);
Dwmi_unified_priv.h878 struct wlan_per_roam_config_req *req_buf);
1226 struct set_arp_stats *req_buf);
1229 struct get_arp_stats *req_buf);
1232 struct wmi_unified_pmk_cache *req_buf);
/wlan-driver/qcacld-3.0/components/wmi/src/
Dwmi_unified_roam_api.c300 struct wlan_per_roam_config_req *req_buf) in wmi_unified_set_per_roam_config() argument
304 req_buf); in wmi_unified_set_per_roam_config()
322 struct hlp_params *req_buf) in wmi_unified_roam_send_hlp_cmd() argument
326 req_buf); in wmi_unified_roam_send_hlp_cmd()
Dwmi_unified_roam_tlv.c5756 struct wlan_per_roam_config_req *req_buf) in send_per_roam_config_cmd_tlv() argument
5778 wmi_per_config->vdev_id = req_buf->vdev_id; in send_per_roam_config_cmd_tlv()
5780 wmi_per_config->enable = req_buf->per_config.enable; in send_per_roam_config_cmd_tlv()
5782 (req_buf->per_config.tx_high_rate_thresh << 16) | in send_per_roam_config_cmd_tlv()
5783 (req_buf->per_config.rx_high_rate_thresh & 0x0000ffff); in send_per_roam_config_cmd_tlv()
5785 (req_buf->per_config.tx_low_rate_thresh << 16) | in send_per_roam_config_cmd_tlv()
5786 (req_buf->per_config.rx_low_rate_thresh & 0x0000ffff); in send_per_roam_config_cmd_tlv()
5788 (req_buf->per_config.tx_rate_thresh_percnt << 16) | in send_per_roam_config_cmd_tlv()
5789 (req_buf->per_config.rx_rate_thresh_percnt & 0x0000ffff); in send_per_roam_config_cmd_tlv()
5790 wmi_per_config->per_rest_time = req_buf->per_config.per_rest_time; in send_per_roam_config_cmd_tlv()
[all …]
/wlan-driver/qcacld-3.0/components/wmi/inc/
Dwmi_unified_roam_api.h601 struct wlan_per_roam_config_req *req_buf);
624 struct hlp_params *req_buf);
/wlan-driver/qcacld-3.0/components/dp/dispatcher/inc/
Dwlan_dp_public_struct.h742 struct dp_get_arp_stats_params *req_buf);
744 struct dp_set_arp_stats_params *req_buf);
/wlan-driver/qcacld-3.0/core/wma/src/
Dwma_main.c8527 struct set_arp_stats_params *req_buf) in wma_set_arp_req_stats() argument
8542 if (!wma_is_vdev_valid(req_buf->vdev_id)) { in wma_set_arp_req_stats()
8543 wma_err("vdev id:%d is not active", req_buf->vdev_id); in wma_set_arp_req_stats()
8548 req_buf->vdev_id, in wma_set_arp_req_stats()
8551 wma_err("Can't get vdev by vdev_id:%d", req_buf->vdev_id); in wma_set_arp_req_stats()
8555 if (!wma_is_vdev_up(req_buf->vdev_id)) { in wma_set_arp_req_stats()
8556 wma_debug("vdev id:%d is not started", req_buf->vdev_id); in wma_set_arp_req_stats()
8560 arp_stats = (struct set_arp_stats *)req_buf; in wma_set_arp_req_stats()
8577 struct get_arp_stats_params *req_buf) in wma_get_arp_req_stats() argument
8591 if (!wma_is_vdev_valid(req_buf->vdev_id)) { in wma_get_arp_req_stats()
[all …]