Home
last modified time | relevance | path

Searched refs:action (Results 1 – 25 of 95) sorted by relevance

1234

/wlan-driver/qca-wifi-host-cmn/iot_sim/core/
Diot_sim_common.c91 uint8_t *category, uint8_t *action) in iot_sim_parse_action_frame() argument
104 action, false); in iot_sim_parse_action_frame()
120 action, false); in iot_sim_parse_action_frame()
483 uint8_t category, action; in iot_sim_get_index_for_action_frm() local
486 action = ((struct ieee80211_action *)(frm))->ia_action; in iot_sim_get_index_for_action_frm()
488 iot_sim_info("category %x action %x", category, action); in iot_sim_get_index_for_action_frm()
492 switch (action) { in iot_sim_get_index_for_action_frm()
496 *act_type = action; in iot_sim_get_index_for_action_frm()
500 *act_type = action; in iot_sim_get_index_for_action_frm()
506 *act_type = action; in iot_sim_get_index_for_action_frm()
[all …]
/wlan-driver/qca-wifi-host-cmn/dp/wifi3.0/
Ddp_umac_reset.c381 enum umac_reset_action action) in dp_umac_reset_handle_action_cb() argument
385 if (!umac_reset_ctx->rx_actions.cb[action]) { in dp_umac_reset_handle_action_cb()
390 status = umac_reset_ctx->rx_actions.cb[action](soc); in dp_umac_reset_handle_action_cb()
460 enum umac_reset_action action = UMAC_RESET_ACTION_NONE; in dp_umac_reset_rx_event_handler() local
485 action = umac_reset_ctx->pending_action; in dp_umac_reset_rx_event_handler()
506 action = UMAC_RESET_ACTION_DO_TRIGGER_RECOVERY; in dp_umac_reset_rx_event_handler()
519 action = UMAC_RESET_ACTION_DO_PRE_RESET; in dp_umac_reset_rx_event_handler()
531 action = UMAC_RESET_ACTION_DO_POST_RESET_START; in dp_umac_reset_rx_event_handler()
543 action = UMAC_RESET_ACTION_DO_POST_RESET_COMPLETE; in dp_umac_reset_rx_event_handler()
557 dp_umac_reset_handle_action_cb(soc, umac_reset_ctx, action); in dp_umac_reset_rx_event_handler()
[all …]
Ddp_umac_reset.h276 enum umac_reset_action action);
288 enum umac_reset_action action);
355 enum umac_reset_action action) in dp_umac_reset_register_rx_action_callback() argument
363 enum umac_reset_action action) in dp_umac_reset_notify_action_completion() argument
/wlan-driver/qca-wifi-host-cmn/os_if/linux/mlme/inc/
Dosif_cm_util.h251 enum netif_action_type action,
266 (*os_if_cm_napi_serialize_ctrl_cb)(bool action);
366 (*os_if_cm_perfd_set_cpufreq_ctrl_cb)(bool action);
495 enum netif_action_type action,
508 QDF_STATUS osif_cm_napi_serialize(bool action);
604 QDF_STATUS osif_cm_perfd_set_cpufreq(bool action);
607 QDF_STATUS osif_cm_perfd_set_cpufreq(bool action) in osif_cm_perfd_set_cpufreq() argument
/wlan-driver/qcacld-3.0/core/dp/txrx/
Dol_tx_ll_fastpath.c321 msdu_info.htt.action.tx_comp_req = 0; in ol_tx_ll_fast()
372 msdu_info.htt.action.cksum_offload = in ol_tx_ll_fast()
378 msdu_info.htt.action.do_encrypt = 1; in ol_tx_ll_fast()
382 msdu_info.htt.action.do_encrypt = 0; in ol_tx_ll_fast()
385 msdu_info.htt.action.do_encrypt = 1; in ol_tx_ll_fast()
504 msdu_info.htt.action.tx_comp_req = 0; in ol_tx_ll_fast()
521 msdu_info.htt.action.cksum_offload = in ol_tx_ll_fast()
527 msdu_info.htt.action.do_encrypt = 1; in ol_tx_ll_fast()
531 msdu_info.htt.action.do_encrypt = 0; in ol_tx_ll_fast()
534 msdu_info.htt.action.do_encrypt = 1; in ol_tx_ll_fast()
Dol_tx_ll_legacy.c63 msdu_info.htt.action.tx_comp_req = 0; in ol_tx_ll()
163 msdu_info.htt.action.tx_comp_req = 0; in ol_tx_ll()
Dol_tx_desc.c714 msdu_info->htt.action.cksum_offload = qdf_nbuf_get_tx_cksum(netbuf); in ol_tx_desc_ll()
719 msdu_info->htt.action.do_encrypt = 1; in ol_tx_desc_ll()
723 msdu_info->htt.action.do_encrypt = 0; in ol_tx_desc_ll()
836 msdu_info->htt.action.cksum_offload = qdf_nbuf_get_tx_cksum(netbuf); in ol_tx_desc_hl()
841 msdu_info->htt.action.do_encrypt = 1; in ol_tx_desc_hl()
845 msdu_info->htt.action.do_encrypt = 0; in ol_tx_desc_hl()
Dol_tx_classify.c528 tx_msdu_info->htt.action.do_encrypt = 0; in ol_tx_classify()
588 tx_msdu_info->htt.action.do_encrypt = 0; in ol_tx_classify()
862 msdu_info->htt.action.do_encrypt = (!peer) ? 0 : in ol_tx_classify_extension()
864 msdu_info->htt.action.do_encrypt; in ol_tx_classify_extension()
873 msdu_info->htt.action.do_tx_complete = 0; in ol_tx_classify_extension()
/wlan-driver/qcacld-3.0/components/cmn_services/policy_mgr/src/
Dwlan_policy_mgr_action.c175 uint8_t next_action, enum policy_mgr_conc_next_action action, in policy_mgr_pdev_set_hw_mode() argument
232 msg.action = action; in policy_mgr_pdev_set_hw_mode()
237 msg.hw_mode_index, msg.session_id, msg.reason, action, in policy_mgr_pdev_set_hw_mode()
1305 enum policy_mgr_conc_next_action action, in policy_mgr_dbs1_dbs2_need_action() argument
1311 hw_mode->action_type, action); in policy_mgr_dbs1_dbs2_need_action()
1313 ((action == PM_DBS1 || in policy_mgr_dbs1_dbs2_need_action()
1314 action == PM_DBS1_DOWNGRADE))) { in policy_mgr_dbs1_dbs2_need_action()
1316 hw_mode->action_type, action); in policy_mgr_dbs1_dbs2_need_action()
1319 ((action == PM_DBS2 || in policy_mgr_dbs1_dbs2_need_action()
1320 action == PM_DBS2_DOWNGRADE))) { in policy_mgr_dbs1_dbs2_need_action()
[all …]
/wlan-driver/qcacld-3.0/core/hdd/src/
Dwlan_hdd_cm_api.h81 enum netif_action_type action,
154 QDF_STATUS hdd_cm_napi_serialize_control(bool action);
167 QDF_STATUS hdd_cm_perfd_set_cpufreq(bool action);
170 QDF_STATUS hdd_cm_perfd_set_cpufreq(bool action) in hdd_cm_perfd_set_cpufreq() argument
Dwlan_hdd_cm_disconnect.c730 enum netif_action_type action, in hdd_cm_netif_queue_control() argument
747 wlan_hdd_netif_queue_control(link_info->adapter, action, reason); in hdd_cm_netif_queue_control()
752 QDF_STATUS hdd_cm_napi_serialize_control(bool action) in hdd_cm_napi_serialize_control() argument
761 hdd_napi_serialize(action); in hdd_cm_napi_serialize_control()
764 if (!action) in hdd_cm_napi_serialize_control()
771 QDF_STATUS hdd_cm_perfd_set_cpufreq(bool action) in hdd_cm_perfd_set_cpufreq() argument
782 if (action) { in hdd_cm_perfd_set_cpufreq()
Dwlan_hdd_tx_rx.c780 const char *hdd_action_type_to_string(enum netif_action_type action) in hdd_action_type_to_string() argument
783 switch (action) { in hdd_action_type_to_string()
815 enum netif_action_type action, enum netif_reason_type reason) in wlan_hdd_update_queue_oper_stats() argument
817 switch (action) { in wlan_hdd_update_queue_oper_stats()
1052 enum netif_action_type action, enum netif_reason_type reason) in wlan_hdd_netif_queue_control() argument
1068 adapter->deflink->vdev_id, action, reason); in wlan_hdd_netif_queue_control()
1070 switch (action) { in wlan_hdd_netif_queue_control()
1263 hdd_err("unsupported action %d", action); in wlan_hdd_netif_queue_control()
1275 wlan_hdd_update_queue_oper_stats(adapter, action, reason); in wlan_hdd_netif_queue_control()
1278 adapter->queue_oper_history[index].netif_action = action; in wlan_hdd_netif_queue_control()
[all …]
/wlan-driver/qca-wifi-host-cmn/umac/mlo_mgr/src/
Dwlan_mlo_epcs.c296 switch (action_frm->action) { in wlan_mlo_parse_epcs_action_frame()
308 epcs_err("Invalid action :%d", action_frm->action); in wlan_mlo_parse_epcs_action_frame()
320 *frm++ = args->action; in wlan_mlo_add_epcs_request_action_frame()
325 args->category, args->action, args->arg1); in wlan_mlo_add_epcs_request_action_frame()
337 *frm++ = args->action; in wlan_mlo_add_epcs_response_action_frame()
345 args->category, args->action, args->arg1, args->arg2); in wlan_mlo_add_epcs_response_action_frame()
356 switch (args->action) { in wlan_mlo_add_epcs_action_frame()
365 *frm++ = args->action; in wlan_mlo_add_epcs_action_frame()
/wlan-driver/qcacld-3.0/components/tdls/core/src/
Dwlan_tdls_cmds_process.h29 #define TDLS_IS_SETUP_ACTION(action) \ argument
30 ((TDLS_SETUP_REQUEST <= action) && \
31 (TDLS_SETUP_CONFIRM >= action))
/wlan-driver/qca-wifi-host-cmn/hif/src/
Dhif_irq_affinity.c371 int hif_exec_cpu_migrate(struct qca_napi_data *napid, int cpu, int action) in hif_exec_cpu_migrate() argument
380 __func__, cpu, action); in hif_exec_cpu_migrate()
388 switch (action) { in hif_exec_cpu_migrate()
404 dind = hncm_dest_cpu(napid, action); in hif_exec_cpu_migrate()
417 NAPI_DEBUG("%s: bad action: %d\n", __func__, action); in hif_exec_cpu_migrate()
Dhif_napi.h301 int hif_napi_cpu_migrate(struct qca_napi_data *napid, int cpu, int action);
321 int action) in hif_napi_cpu_migrate() argument
/wlan-driver/qcacld-3.0/core/mac/src/pe/include/
Dlim_trace.h68 #define LIM_TRACE_MAKE_RXMSG(msg, action) \ argument
69 ((msg) | ((action) << 30))
/wlan-driver/qca-wifi-host-cmn/dp/inc/
Dcdp_txrx_flow_ctrl_legacy.h71 enum netif_action_type action) in cdp_hl_fc_set_os_queue_status() argument
78 action); in cdp_hl_fc_set_os_queue_status()
96 enum netif_action_type action) in cdp_hl_fc_set_os_queue_status() argument
/wlan-driver/qcacld-3.0/core/hdd/inc/
Dwlan_hdd_tx_rx.h173 enum netif_action_type action,
282 const char *hdd_action_type_to_string(enum netif_action_type action);
285 enum netif_action_type action, enum netif_reason_type reason);
/wlan-driver/qca-wifi-host-cmn/os_if/linux/mlme/src/
Dosif_cm_util.c809 enum netif_action_type action, in osif_cm_netif_queue_ind() argument
818 ret = cb(vdev, action, reason); in osif_cm_netif_queue_ind()
823 QDF_STATUS osif_cm_napi_serialize(bool action) in osif_cm_napi_serialize() argument
831 ret = cb(action); in osif_cm_napi_serialize()
895 QDF_STATUS osif_cm_perfd_set_cpufreq(bool action) in osif_cm_perfd_set_cpufreq() argument
903 ret = cb(action); in osif_cm_perfd_set_cpufreq()
/wlan-driver/qcacld-3.0/core/dp/ol/inc/
Dol_htt_tx_api.h279 } action; member
305 " use 6 Mbps: %d\n", msdu_info->action.use_6mbps); in htt_msdu_info_dump()
307 " do_encrypt: %d\n", msdu_info->action.do_encrypt); in htt_msdu_info_dump()
309 " do_tx_complete: %d\n", msdu_info->action.do_tx_complete); in htt_msdu_info_dump()
/wlan-driver/qcacld-3.0/components/pmo/dispatcher/src/
Dwlan_pmo_tgt_static_config.c31 uint8_t action) in pmo_tgt_send_enhance_multicast_offload_req() argument
46 status = pmo_tx_ops.send_enhance_mc_offload_req(vdev, action); in pmo_tgt_send_enhance_multicast_offload_req()
/wlan-driver/qca-wifi-host-cmn/umac/cp_stats/dispatcher/inc/
Dwlan_cp_stats_public_structs.h242 uint32_t action; member
298 enum infra_cp_stats_action action; member
/wlan-driver/qcacld-3.0/components/target_if/pmo/src/
Dtarget_if_pmo_mc_addr_filtering.c148 filter_params->action = 1; in target_if_pmo_set_multiple_mc_filter_req()
201 filter_params->action = 0; in target_if_pmo_clear_multiple_mc_filter_req()
/wlan-driver/qcacld-3.0/components/dsc/test/
Dwlan_dsc_test.c169 #define action_expect(obj, action, status, errors) \ argument
175 __result = dsc_##obj##_##action##_start(__obj); \
177 dsc_err("FAIL: " #obj " " #action \
183 dsc_##obj##_##action##_stop(__obj); \

1234