Home
last modified time | relevance | path

Searched refs:ops (Results 1 – 25 of 190) sorted by relevance

12345678

/wlan-driver/wpa_supplicant_8/src/pae/
H A Dieee802_1x_secy_ops.c
/wlan-driver/qca-wifi-host-cmn/dp/inc/
H A Dcdp_txrx_cmn.h260 if (!soc || !soc->ops) { in cdp_soc_attach_target()
266 if (!soc->ops->cmn_drv_ops || in cdp_soc_attach_target()
267 !soc->ops->cmn_drv_ops->txrx_soc_attach_target) in cdp_soc_attach_target()
270 return soc->ops->cmn_drv_ops->txrx_soc_attach_target(soc); in cdp_soc_attach_target()
278 if (!soc || !soc->ops) { in cdp_vdev_attach()
284 if (!soc->ops->cmn_drv_ops || in cdp_vdev_attach()
285 !soc->ops->cmn_drv_ops->txrx_vdev_attach) in cdp_vdev_attach()
288 return soc->ops->cmn_drv_ops->txrx_vdev_attach(soc, pdev_id, vdev_info); in cdp_vdev_attach()
305 if (!soc || !soc->ops) { in cdp_flow_pool_map()
311 if (!soc->ops->flowctl_ops || in cdp_flow_pool_map()
[all …]
H A Dcdp_txrx_host_stats.h42 if (!soc || !soc->ops) { in cdp_host_stats_get()
48 if (!soc->ops->host_stats_ops || in cdp_host_stats_get()
49 !soc->ops->host_stats_ops->txrx_host_stats_get) in cdp_host_stats_get()
52 return soc->ops->host_stats_ops->txrx_host_stats_get(soc, vdev_id, req); in cdp_host_stats_get()
69 if (!soc || !soc->ops) { in cdp_host_stats_get_ratekbps()
75 if (!soc->ops->host_stats_ops || in cdp_host_stats_get_ratekbps()
76 !soc->ops->host_stats_ops->txrx_get_ratekbps) in cdp_host_stats_get_ratekbps()
79 return soc->ops->host_stats_ops->txrx_get_ratekbps(preamb, in cdp_host_stats_get_ratekbps()
94 if (!soc || !soc->ops) { in cdp_host_stats_clr()
100 if (!soc->ops->host_stats_ops || in cdp_host_stats_clr()
[all …]
H A Dcdp_txrx_ctrl.h36 if (!soc || !soc->ops) { in cdp_is_target_ar900b()
42 if (!soc->ops->ctrl_ops || in cdp_is_target_ar900b()
43 !soc->ops->ctrl_ops->txrx_is_target_ar900b) in cdp_is_target_ar900b()
46 return soc->ops->ctrl_ops->txrx_is_target_ar900b(soc); in cdp_is_target_ar900b()
54 if (!soc || !soc->ops) { in cdp_mempools_attach()
60 if (!soc->ops->ctrl_ops || in cdp_mempools_attach()
61 !soc->ops->ctrl_ops->txrx_mempools_attach) in cdp_mempools_attach()
64 return soc->ops->ctrl_ops->txrx_mempools_attach(soc); in cdp_mempools_attach()
85 if (!soc || !soc->ops) { in cdp_update_filter_neighbour_peers()
91 if (!soc->ops->mon_ops || in cdp_update_filter_neighbour_peers()
[all …]
H A Dcdp_txrx_misc.h57 if (!soc || !soc->ops || !soc->ops->misc_ops) { in cdp_tx_non_std()
62 if (soc->ops->misc_ops->tx_non_std) in cdp_tx_non_std()
63 return soc->ops->misc_ops->tx_non_std(soc, vdev_id, tx_spec, in cdp_tx_non_std()
81 if (!soc || !soc->ops || !soc->ops->misc_ops) { in cdp_set_ibss_vdev_heart_beat_timer()
87 if (soc->ops->misc_ops->set_ibss_vdev_heart_beat_timer) in cdp_set_ibss_vdev_heart_beat_timer()
88 return soc->ops->misc_ops->set_ibss_vdev_heart_beat_timer( in cdp_set_ibss_vdev_heart_beat_timer()
105 if (!soc || !soc->ops || !soc->ops->misc_ops) { in cdp_set_wisa_mode()
111 if (soc->ops->misc_ops->set_wisa_mode) in cdp_set_wisa_mode()
112 return soc->ops->misc_ops->set_wisa_mode(soc, vdev_id, enable); in cdp_set_wisa_mode()
128 if (!soc || !soc->ops || !soc->ops->misc_ops) { in cdp_data_stall_cb_register()
[all …]
H A Dcdp_txrx_cfg.h43 if (!soc || !soc->ops) { in cdp_cfg_set_rx_fwd_disabled()
49 if (!soc->ops->cfg_ops || in cdp_cfg_set_rx_fwd_disabled()
50 !soc->ops->cfg_ops->set_cfg_rx_fwd_disabled) in cdp_cfg_set_rx_fwd_disabled()
53 soc->ops->cfg_ops->set_cfg_rx_fwd_disabled(cfg_pdev, in cdp_cfg_set_rx_fwd_disabled()
71 if (!soc || !soc->ops) { in cdp_cfg_set_packet_log_enabled()
77 if (!soc->ops->cfg_ops || in cdp_cfg_set_packet_log_enabled()
78 !soc->ops->cfg_ops->set_cfg_packet_log_enabled) in cdp_cfg_set_packet_log_enabled()
81 soc->ops->cfg_ops->set_cfg_packet_log_enabled(cfg_pdev, in cdp_cfg_set_packet_log_enabled()
99 if (!soc || !soc->ops) { in cdp_cfg_attach()
105 if (!soc->ops->cfg_ops || in cdp_cfg_attach()
[all …]
H A Dcdp_txrx_ipa.h52 if (!soc || !soc->ops || !soc->ops->ipa_ops) { in cdp_ipa_get_resource()
58 if (soc->ops->ipa_ops->ipa_get_resource) in cdp_ipa_get_resource()
59 return soc->ops->ipa_ops->ipa_get_resource(soc, pdev_id); in cdp_ipa_get_resource()
76 if (!soc || !soc->ops || !soc->ops->ipa_ops) { in cdp_ipa_set_doorbell_paddr()
82 if (soc->ops->ipa_ops->ipa_set_doorbell_paddr) in cdp_ipa_set_doorbell_paddr()
83 return soc->ops->ipa_ops->ipa_set_doorbell_paddr(soc, pdev_id); in cdp_ipa_set_doorbell_paddr()
100 if (!soc || !soc->ops || !soc->ops->ipa_ops) { in cdp_ipa_iounmap_doorbell_vaddr()
106 if (soc->ops->ipa_ops->ipa_iounmap_doorbell_vaddr) in cdp_ipa_iounmap_doorbell_vaddr()
107 return soc->ops->ipa_ops->ipa_iounmap_doorbell_vaddr( in cdp_ipa_iounmap_doorbell_vaddr()
128 if (!soc || !soc->ops || !soc->ops->ipa_ops) { in cdp_ipa_set_active()
[all …]
H A Dcdp_txrx_peer_ops.h45 if (!soc || !soc->ops || !soc->ops->peer_ops) { in cdp_peer_register()
51 if (soc->ops->peer_ops->register_peer) in cdp_peer_register()
52 return soc->ops->peer_ops->register_peer(soc, pdev_id, in cdp_peer_register()
73 if (!soc || !soc->ops || !soc->ops->peer_ops) { in cdp_clear_peer()
79 if (soc->ops->peer_ops->clear_peer) in cdp_clear_peer()
80 return soc->ops->peer_ops->clear_peer(soc, pdev_id, peer_addr); in cdp_clear_peer()
99 if (!soc || !soc->ops || !soc->ops->peer_ops) { in cdp_peer_register_ocb_peer()
105 if (soc->ops->peer_ops->register_ocb_peer) in cdp_peer_register_ocb_peer()
106 return soc->ops->peer_ops->register_ocb_peer(mac_addr); in cdp_peer_register_ocb_peer()
123 if (!soc || !soc->ops || !soc->ops->peer_ops) { in cdp_find_peer_exist()
[all …]
H A Dcdp_txrx_sawf.h29 if (!soc || !soc->ops) { in cdp_sawf_peer_svcid_map()
35 if (!soc->ops->sawf_ops || in cdp_sawf_peer_svcid_map()
36 !soc->ops->sawf_ops->sawf_def_queues_map_req) { in cdp_sawf_peer_svcid_map()
40 return soc->ops->sawf_ops->sawf_def_queues_map_req(soc, mac, svc_id); in cdp_sawf_peer_svcid_map()
47 if (!soc || !soc->ops) { in cdp_sawf_peer_unmap()
53 if (!soc->ops->sawf_ops || in cdp_sawf_peer_unmap()
54 !soc->ops->sawf_ops->sawf_def_queues_unmap_req) { in cdp_sawf_peer_unmap()
58 return soc->ops->sawf_ops->sawf_def_queues_unmap_req(soc, mac, svc_id); in cdp_sawf_peer_unmap()
65 if (!soc || !soc->ops) { in cdp_sawf_peer_get_map_conf()
71 if (!soc->ops->sawf_ops || in cdp_sawf_peer_get_map_conf()
[all …]
H A Dcdp_txrx_mon.h35 if (!soc || !soc->ops) { in cdp_reset_monitor_mode()
41 if (!soc->ops->mon_ops || in cdp_reset_monitor_mode()
42 !soc->ops->mon_ops->txrx_reset_monitor_mode) in cdp_reset_monitor_mode()
45 return soc->ops->mon_ops->txrx_reset_monitor_mode(soc, pdev_id, in cdp_reset_monitor_mode()
59 if (!soc || !soc->ops) { in cdp_deliver_tx_mgmt()
65 if (!soc->ops->mon_ops || in cdp_deliver_tx_mgmt()
66 !soc->ops->mon_ops->txrx_deliver_tx_mgmt) in cdp_deliver_tx_mgmt()
69 return soc->ops->mon_ops->txrx_deliver_tx_mgmt(soc, pdev_id, nbuf); in cdp_deliver_tx_mgmt()
90 if (!soc || !soc->ops) { in cdp_set_lite_mon_config()
95 if (!soc->ops->mon_ops || in cdp_set_lite_mon_config()
[all …]
H A Dcdp_txrx_mlo.h26 if (!soc || !soc->ops) { in cdp_mlo_ctxt_attach()
31 if (!soc->ops->mlo_ops || in cdp_mlo_ctxt_attach()
32 !soc->ops->mlo_ops->mlo_ctxt_attach) in cdp_mlo_ctxt_attach()
35 return soc->ops->mlo_ops->mlo_ctxt_attach(ctrl_ctxt); in cdp_mlo_ctxt_attach()
42 if (!soc || !soc->ops) { in cdp_mlo_ctxt_detach()
47 if (!soc->ops->mlo_ops || in cdp_mlo_ctxt_detach()
48 !soc->ops->mlo_ops->mlo_ctxt_detach) in cdp_mlo_ctxt_detach()
51 soc->ops->mlo_ops->mlo_ctxt_detach(ml_ctxt); in cdp_mlo_ctxt_detach()
57 if (!soc || !soc->ops) { in cdp_soc_mlo_soc_setup()
62 if (!soc->ops->mlo_ops || in cdp_soc_mlo_soc_setup()
[all …]
H A Dcdp_txrx_ppe.h33 if (!soc || !soc->ops || !soc->ops->ppeds_ops) { in cdp_ppesds_vp_setup_fw_recovery()
39 if (soc->ops->ppeds_ops->ppeds_vp_setup_recovery) in cdp_ppesds_vp_setup_fw_recovery()
40 return soc->ops->ppeds_ops->ppeds_vp_setup_recovery(soc, in cdp_ppesds_vp_setup_fw_recovery()
61 if (!soc || !soc->ops || !soc->ops->ppeds_ops) { in cdp_ppesds_update_dev_stats()
67 if (soc->ops->ppeds_ops->ppeds_stats_sync) in cdp_ppesds_update_dev_stats()
68 return soc->ops->ppeds_ops->ppeds_stats_sync(soc, in cdp_ppesds_update_dev_stats()
89 if (!soc || !soc->ops || !soc->ops->ppeds_ops) { in cdp_ppesds_entry_attach()
95 if (soc->ops->ppeds_ops->ppeds_entry_attach) in cdp_ppesds_entry_attach()
96 return soc->ops->ppeds_ops->ppeds_entry_attach(soc, vdev_id, in cdp_ppesds_entry_attach()
116 if (!soc || !soc->ops || !soc->ops->ppeds_ops) { in cdp_ppesds_entry_detach()
[all …]
H A Dcdp_txrx_flow_ctrl_legacy.h45 if (!soc || !soc->ops) { in cdp_hl_fc_register()
51 if (!soc->ops->l_flowctl_ops || in cdp_hl_fc_register()
52 !soc->ops->l_flowctl_ops->register_tx_flow_control) in cdp_hl_fc_register()
55 return soc->ops->l_flowctl_ops->register_tx_flow_control(soc, pdev_id, in cdp_hl_fc_register()
62 if (!soc->ops->l_flowctl_ops->set_vdev_tx_desc_limit) in cdp_hl_fc_set_td_limit()
65 return soc->ops->l_flowctl_ops->set_vdev_tx_desc_limit(soc, vdev_id, in cdp_hl_fc_set_td_limit()
73 if (!soc->ops->l_flowctl_ops->set_vdev_os_queue_status) in cdp_hl_fc_set_os_queue_status()
76 return soc->ops->l_flowctl_ops->set_vdev_os_queue_status(soc, in cdp_hl_fc_set_os_queue_status()
121 if (!soc || !soc->ops) { in cdp_fc_register()
127 if (!soc->ops->l_flowctl_ops || in cdp_fc_register()
[all …]
/wlan-driver/qca-wifi-host-cmn/wmi/src/
H A Dwmi_unified_api.c70 if (wmi_handle->ops->send_pdev_set_hw_mode_cmd) in wmi_unified_soc_set_hw_mode_cmd()
71 return wmi_handle->ops->send_pdev_set_hw_mode_cmd( in wmi_unified_soc_set_hw_mode_cmd()
82 if (wmi_handle->ops->send_pdev_set_rf_path_cmd) in wmi_unified_soc_set_rf_path_cmd()
83 return wmi_handle->ops->send_pdev_set_rf_path_cmd( in wmi_unified_soc_set_rf_path_cmd()
95 if (wmi_handle->ops->send_vdev_create_cmd) in wmi_unified_vdev_create_send()
96 return wmi_handle->ops->send_vdev_create_cmd(wmi_handle, in wmi_unified_vdev_create_send()
105 if (wmi_handle->ops->send_vdev_delete_cmd) in wmi_unified_vdev_delete_send()
106 return wmi_handle->ops->send_vdev_delete_cmd(wmi_handle, in wmi_unified_vdev_delete_send()
117 if (wmi_handle->ops->send_vdev_nss_chain_params_cmd) in wmi_unified_vdev_nss_chain_params_send()
118 return wmi_handle->ops->send_vdev_nss_chain_params_cmd( in wmi_unified_vdev_nss_chain_params_send()
[all …]
H A Dwmi_unified_twt_api.c33 if (wmi_handle->ops->send_twt_enable_cmd) in wmi_unified_twt_enable_cmd()
34 return wmi_handle->ops->send_twt_enable_cmd( in wmi_unified_twt_enable_cmd()
44 if (wmi_handle->ops->send_twt_disable_cmd) in wmi_unified_twt_disable_cmd()
45 return wmi_handle->ops->send_twt_disable_cmd( in wmi_unified_twt_disable_cmd()
55 if (wmi_handle->ops->send_twt_add_dialog_cmd) in wmi_unified_twt_add_dialog_cmd()
56 return wmi_handle->ops->send_twt_add_dialog_cmd( in wmi_unified_twt_add_dialog_cmd()
66 if (wmi_handle->ops->send_twt_del_dialog_cmd) in wmi_unified_twt_del_dialog_cmd()
67 return wmi_handle->ops->send_twt_del_dialog_cmd( in wmi_unified_twt_del_dialog_cmd()
77 if (wmi_handle->ops->send_twt_pause_dialog_cmd) in wmi_unified_twt_pause_dialog_cmd()
78 return wmi_handle->ops->send_twt_pause_dialog_cmd( in wmi_unified_twt_pause_dialog_cmd()
[all …]
H A Dwmi_unified_sta_api.c31 if (wmi_handle->ops->send_set_sta_sa_query_param_cmd) in wmi_unified_set_sta_sa_query_param_cmd()
32 return wmi_handle->ops->send_set_sta_sa_query_param_cmd(wmi_handle, in wmi_unified_set_sta_sa_query_param_cmd()
43 if (wmi_handle->ops->send_set_sta_keep_alive_cmd) in wmi_unified_set_sta_keep_alive_cmd()
44 return wmi_handle->ops->send_set_sta_keep_alive_cmd(wmi_handle, in wmi_unified_set_sta_keep_alive_cmd()
54 if (wmi_handle->ops->send_vdev_set_gtx_cfg_cmd) in wmi_unified_vdev_set_gtx_cfg_cmd()
55 return wmi_handle->ops->send_vdev_set_gtx_cfg_cmd(wmi_handle, in wmi_unified_vdev_set_gtx_cfg_cmd()
66 if (wmi_handle->ops->send_process_dhcp_ind_cmd) in wmi_unified_process_dhcp_ind()
67 return wmi_handle->ops->send_process_dhcp_ind_cmd(wmi_handle, in wmi_unified_process_dhcp_ind()
76 if (wmi_handle->ops->send_get_link_speed_cmd) in wmi_unified_get_link_speed_cmd()
77 return wmi_handle->ops->send_get_link_speed_cmd(wmi_handle, in wmi_unified_get_link_speed_cmd()
[all …]
H A Dwmi_unified_pmo_api.c32 if (wmi_handle->ops->send_d0wow_enable_cmd) in wmi_unified_d0wow_enable_send()
33 return wmi_handle->ops->send_d0wow_enable_cmd(wmi_handle, in wmi_unified_d0wow_enable_send()
42 if (wmi_handle->ops->send_d0wow_disable_cmd) in wmi_unified_d0wow_disable_send()
43 return wmi_handle->ops->send_d0wow_disable_cmd(wmi_handle, in wmi_unified_d0wow_disable_send()
55 if (wmi_handle->ops->send_add_wow_wakeup_event_cmd) in wmi_unified_add_wow_wakeup_event_cmd()
56 return wmi_handle->ops->send_add_wow_wakeup_event_cmd( in wmi_unified_add_wow_wakeup_event_cmd()
70 if (wmi_handle->ops->send_wow_patterns_to_fw_cmd) in wmi_unified_wow_patterns_to_fw_cmd()
71 return wmi_handle->ops->send_wow_patterns_to_fw_cmd(wmi_handle, in wmi_unified_wow_patterns_to_fw_cmd()
85 if (wmi_handle->ops->send_enable_arp_ns_offload_cmd) in wmi_unified_enable_arp_ns_offload_cmd()
86 return wmi_handle->ops->send_enable_arp_ns_offload_cmd( in wmi_unified_enable_arp_ns_offload_cmd()
[all …]
H A Dwmi_unified_11be_api.c37 if (wmi->ops->extract_mlo_link_set_active_resp) { in wmi_extract_mlo_link_set_active_resp()
38 return wmi->ops->extract_mlo_link_set_active_resp(wmi, in wmi_extract_mlo_link_set_active_resp()
56 if (wmi->ops->send_mlo_link_set_active_cmd) in wmi_send_mlo_link_set_active_cmd()
57 return wmi->ops->send_mlo_link_set_active_cmd(wmi, param); in wmi_send_mlo_link_set_active_cmd()
68 if (wmi->ops->send_mlo_peer_tid_to_link_map) in wmi_send_mlo_peer_tid_to_link_map_cmd()
69 return wmi->ops->send_mlo_peer_tid_to_link_map(wmi, params, t2lm_info); in wmi_send_mlo_peer_tid_to_link_map_cmd()
78 if (wmi->ops->send_mlo_vdev_tid_to_link_map) in wmi_send_mlo_vdev_tid_to_link_map_cmd()
79 return wmi->ops->send_mlo_vdev_tid_to_link_map(wmi, params); in wmi_send_mlo_vdev_tid_to_link_map_cmd()
89 if (wmi->ops->send_mlo_link_switch_req_cnf_cmd) in wmi_send_mlo_link_switch_req_cnf_cmd()
90 return wmi->ops->send_mlo_link_switch_req_cnf_cmd(wmi, params); in wmi_send_mlo_link_switch_req_cnf_cmd()
[all …]
H A Dwmi_unified_vdev_api.c44 if (wmi_handle->ops->extract_tbttoffset_num_vdevs) in wmi_extract_tbttoffset_num_vdevs()
45 return wmi_handle->ops->extract_tbttoffset_num_vdevs(wmi_handle, in wmi_extract_tbttoffset_num_vdevs()
56 if (wmi_handle->ops->send_multiple_vdev_restart_req_cmd) in wmi_unified_send_multiple_vdev_restart_req_cmd()
57 return wmi_handle->ops->send_multiple_vdev_restart_req_cmd( in wmi_unified_send_multiple_vdev_restart_req_cmd()
67 if (wmi_handle->ops->send_multiple_vdev_set_param_cmd) in wmi_unified_send_multiple_vdev_set_param_cmd()
68 return wmi_handle->ops->send_multiple_vdev_set_param_cmd( in wmi_unified_send_multiple_vdev_set_param_cmd()
77 if (wmi_handle->ops->send_beacon_send_cmd) in wmi_unified_beacon_send_cmd()
78 return wmi_handle->ops->send_beacon_send_cmd(wmi_handle, in wmi_unified_beacon_send_cmd()
88 if (wmi_handle->ops->extract_vdev_start_resp) in wmi_extract_vdev_start_resp()
89 return wmi_handle->ops->extract_vdev_start_resp(wmi_handle, in wmi_extract_vdev_start_resp()
[all …]
H A Dwmi_unified_nan_api.c29 if (wmi_handle->ops->send_nan_req_cmd) in wmi_unified_nan_req_cmd()
30 return wmi_handle->ops->send_nan_req_cmd(wmi_handle, in wmi_unified_nan_req_cmd()
39 if (wmi_handle->ops->send_nan_disable_req_cmd) in wmi_unified_nan_disable_req_cmd()
40 return wmi_handle->ops->send_nan_disable_req_cmd(wmi_handle, in wmi_unified_nan_disable_req_cmd()
50 if (wmi_handle->ops->extract_nan_event_rsp) in wmi_extract_nan_event_rsp()
51 return wmi_handle->ops->extract_nan_event_rsp(wmi_handle, in wmi_extract_nan_event_rsp()
63 if (wmi_handle->ops->send_ndp_initiator_req_cmd) in wmi_unified_ndp_initiator_req_cmd_send()
64 return wmi_handle->ops->send_ndp_initiator_req_cmd(wmi_handle, in wmi_unified_ndp_initiator_req_cmd_send()
74 if (wmi_handle->ops->send_ndp_responder_req_cmd) in wmi_unified_ndp_responder_req_cmd_send()
75 return wmi_handle->ops->send_ndp_responder_req_cmd(wmi_handle, in wmi_unified_ndp_responder_req_cmd_send()
[all …]
/wlan-driver/qcacld-3.0/components/wmi/src/
H A Dwmi_unified_roam_api.c29 if (wmi_handle->ops->send_set_gateway_params_cmd) in wmi_unified_set_gateway_params_cmd()
30 return wmi_handle->ops->send_set_gateway_params_cmd(wmi_handle, in wmi_unified_set_gateway_params_cmd()
42 if (wmi_handle->ops->send_set_rssi_monitoring_cmd) in wmi_unified_set_rssi_monitoring_cmd()
43 return wmi_handle->ops->send_set_rssi_monitoring_cmd(wmi_handle, in wmi_unified_set_rssi_monitoring_cmd()
54 if (wmi_handle->ops->send_roam_scan_offload_rssi_thresh_cmd) in wmi_unified_roam_scan_offload_rssi_thresh_cmd()
55 return wmi_handle->ops->send_roam_scan_offload_rssi_thresh_cmd( in wmi_unified_roam_scan_offload_rssi_thresh_cmd()
66 if (wmi_handle->ops->send_roam_scan_offload_scan_period_cmd) in wmi_unified_roam_scan_offload_scan_period()
67 return wmi_handle->ops->send_roam_scan_offload_scan_period_cmd( in wmi_unified_roam_scan_offload_scan_period()
77 if (wmi_handle->ops->send_roam_mawc_params_cmd) in wmi_unified_roam_mawc_params_cmd()
78 return wmi_handle->ops->send_roam_mawc_params_cmd(wmi_handle, in wmi_unified_roam_mawc_params_cmd()
[all …]
/wlan-driver/qca-wifi-host-cmn/umac/mlme/vdev_mgr/core/src/
H A Dvdev_mlme_sm.h124 if ((vdev_mlme->ops) && vdev_mlme->ops->mlme_vdev_validate_basic_params) in mlme_vdev_validate_basic_params()
125 ret = vdev_mlme->ops->mlme_vdev_validate_basic_params( in mlme_vdev_validate_basic_params()
148 if ((vdev_mlme->ops) && vdev_mlme->ops->mlme_vdev_reset_proto_params) in mlme_vdev_reset_proto_params()
149 ret = vdev_mlme->ops->mlme_vdev_reset_proto_params( in mlme_vdev_reset_proto_params()
172 if ((vdev_mlme->ops) && vdev_mlme->ops->mlme_vdev_start_send) in mlme_vdev_start_send()
173 ret = vdev_mlme->ops->mlme_vdev_start_send( in mlme_vdev_start_send()
196 if ((vdev_mlme->ops) && vdev_mlme->ops->mlme_vdev_restart_send) in mlme_vdev_restart_send()
197 ret = vdev_mlme->ops->mlme_vdev_restart_send( in mlme_vdev_restart_send()
221 if ((vdev_mlme->ops) && vdev_mlme->ops->mlme_vdev_stop_start_send) in mlme_vdev_stop_start_send()
222 ret = vdev_mlme->ops->mlme_vdev_stop_start_send( in mlme_vdev_stop_start_send()
[all …]
/wlan-driver/qca-wifi-host-cmn/hal/wifi3.0/
H A Dhal_rx.h491 return hal_soc->ops->hal_rx_msdu_flags_get(msdu_desc_info_hdl); in hal_rx_msdu_flags_get()
504 return hal_soc->ops->hal_rx_desc_get_80211_hdr(hw_desc_addr); in hal_rx_desc_get_80211_hdr()
521 return hal_soc->ops->hal_rx_mpdu_desc_info_get(desc_addr, in hal_rx_mpdu_desc_info_get()
719 return hal_soc->ops->hal_rx_msdu_is_wlan_mcast(nbuf); in hal_rx_msdu_is_wlan_mcast()
739 return hal_soc->ops->hal_rx_priv_info_set_in_tlv(buf, in hal_rx_priv_info_set_in_tlv()
794 return hal_soc->ops->hal_rx_priv_info_get_from_tlv(buf, in hal_rx_priv_info_get_from_tlv()
805 return hal_soc->ops->hal_rx_get_tlv_size(rx_pkt_tlv_size, in hal_rx_get_tlv_size()
821 return hal_soc->ops->hal_rx_encryption_info_valid(buf); in hal_rx_encryption_info_valid()
836 hal_soc->ops->hal_rx_print_pn(buf); in hal_rx_print_pn()
853 return hal_soc->ops->hal_rx_msdu_end_l3_hdr_padding_get(buf); in hal_rx_msdu_end_l3_hdr_padding_get()
[all …]
/wlan-driver/qca-wifi-host-cmn/hal/wifi3.0/qcn9224/
H A Dhal_9224.h1778 hal_soc->ops->hal_srng_dst_hw_init = hal_srng_dst_hw_init_generic; in hal_hw_txrx_ops_attach_qcn9224()
1779 hal_soc->ops->hal_srng_src_hw_init = hal_srng_src_hw_init_generic; in hal_hw_txrx_ops_attach_qcn9224()
1780 hal_soc->ops->hal_srng_hw_disable = hal_srng_hw_disable_generic; in hal_hw_txrx_ops_attach_qcn9224()
1781 hal_soc->ops->hal_get_hw_hptp = hal_get_hw_hptp_generic; in hal_hw_txrx_ops_attach_qcn9224()
1782 hal_soc->ops->hal_get_window_address = hal_get_window_address_9224; in hal_hw_txrx_ops_attach_qcn9224()
1783 hal_soc->ops->hal_cmem_write = hal_cmem_write_9224; in hal_hw_txrx_ops_attach_qcn9224()
1786 hal_soc->ops->hal_tx_set_dscp_tid_map = hal_tx_set_dscp_tid_map_9224; in hal_hw_txrx_ops_attach_qcn9224()
1787 hal_soc->ops->hal_tx_update_dscp_tid = hal_tx_update_dscp_tid_9224; in hal_hw_txrx_ops_attach_qcn9224()
1788 hal_soc->ops->hal_tx_comp_get_status = in hal_hw_txrx_ops_attach_qcn9224()
1790 hal_soc->ops->hal_tx_init_cmd_credit_ring = in hal_hw_txrx_ops_attach_qcn9224()
[all …]
/wlan-driver/qca-wifi-host-cmn/hal/wifi3.0/qca5332/
H A Dhal_5332.c1348 hal_soc->ops->hal_srng_dst_hw_init = hal_srng_dst_hw_init_generic; in hal_hw_txrx_ops_attach_qca5332()
1349 hal_soc->ops->hal_srng_src_hw_init = hal_srng_src_hw_init_generic; in hal_hw_txrx_ops_attach_qca5332()
1350 hal_soc->ops->hal_srng_hw_disable = hal_srng_hw_disable_generic; in hal_hw_txrx_ops_attach_qca5332()
1351 hal_soc->ops->hal_get_hw_hptp = hal_get_hw_hptp_generic; in hal_hw_txrx_ops_attach_qca5332()
1352 hal_soc->ops->hal_get_window_address = hal_get_window_address_5332; in hal_hw_txrx_ops_attach_qca5332()
1353 hal_soc->ops->hal_cmem_write = hal_cmem_write_5332; in hal_hw_txrx_ops_attach_qca5332()
1356 hal_soc->ops->hal_tx_set_dscp_tid_map = hal_tx_set_dscp_tid_map_5332; in hal_hw_txrx_ops_attach_qca5332()
1357 hal_soc->ops->hal_tx_update_dscp_tid = hal_tx_update_dscp_tid_5332; in hal_hw_txrx_ops_attach_qca5332()
1358 hal_soc->ops->hal_tx_comp_get_status = in hal_hw_txrx_ops_attach_qca5332()
1360 hal_soc->ops->hal_tx_init_cmd_credit_ring = in hal_hw_txrx_ops_attach_qca5332()
[all …]

12345678