/wlan-driver/qcacld-3.0/components/cmn_services/policy_mgr/src/ |
H A D | wlan_policy_mgr_action.c | 175 uint8_t next_action, enum policy_mgr_conc_next_action action, in policy_mgr_pdev_set_hw_mode() argument 231 msg.next_action = next_action; in policy_mgr_pdev_set_hw_mode() 301 enum policy_mgr_conc_next_action *next_action, in policy_mgr_get_sap_ch_width_update_action() argument 325 *next_action = PM_DOWNGRADE_BW; in policy_mgr_get_sap_ch_width_update_action() 333 *next_action = PM_UPGRADE_BW; in policy_mgr_get_sap_ch_width_update_action() 985 enum policy_mgr_conc_next_action *next_action) in policy_mgr_get_next_action() argument 996 if (!next_action) { in policy_mgr_get_next_action() 1002 *next_action = PM_NOP; in policy_mgr_get_next_action() 1005 next_action, &reason); in policy_mgr_get_next_action() 1030 *next_action = PM_DBS; in policy_mgr_get_next_action() [all …]
|
H A D | wlan_policy_mgr_core.c | 986 uint8_t next_action, in policy_mgr_pdev_set_hw_mode_cb() argument 1011 goto next_action; in policy_mgr_pdev_set_hw_mode_cb() 1050 next_action: in policy_mgr_pdev_set_hw_mode_cb() 1051 if (PM_NOP != next_action && (status == SET_HW_MODE_STATUS_ALREADY || in policy_mgr_pdev_set_hw_mode_cb() 1054 next_action, reason, request_id); in policy_mgr_pdev_set_hw_mode_cb() 4639 uint8_t next_action, in policy_mgr_nss_update_cb() argument 4668 if (PM_NOP != next_action) { in policy_mgr_nss_update_cb() 4670 policy_mgr_next_actions(psoc, vdev_id, next_action, in policy_mgr_nss_update_cb() 4674 next_action, reason, in policy_mgr_nss_update_cb() 4696 enum policy_mgr_conc_next_action next_action, in policy_mgr_sap_ch_width_update() argument [all …]
|
H A D | wlan_policy_mgr_i.h | 784 uint8_t next_action, 904 uint8_t new_nss, uint8_t next_action, 1064 uint8_t new_nss, uint8_t next_action,
|
/wlan-driver/qcacld-3.0/components/umac/twt/dispatcher/inc/ |
H A D | wlan_twt_ucfg_ext_api.h | 308 uint32_t *next_action); 429 uint32_t *next_action) in ucfg_twt_get_work_params() argument
|
/wlan-driver/qcacld-3.0/components/umac/twt/dispatcher/src/ |
H A D | wlan_twt_ucfg_ext_api.c | 241 uint32_t *next_action) in ucfg_twt_get_work_params() argument 243 return wlan_twt_get_work_params(vdev, params, next_action); in ucfg_twt_get_work_params()
|
/wlan-driver/qcacld-3.0/components/umac/twt/core/src/ |
H A D | wlan_twt_main.h | 320 uint32_t *next_action); 494 uint32_t *next_action) in wlan_twt_get_work_params() argument
|
H A D | wlan_twt_main.c | 2305 twt_vdev_priv->next_action = twt_next_action; in wlan_twt_set_work_params() 2310 twt_vdev_priv->next_action, in wlan_twt_set_work_params() 2316 uint32_t *next_action) in wlan_twt_get_work_params() argument 2330 *next_action = twt_vdev_priv->next_action; in wlan_twt_get_work_params()
|
/wlan-driver/qca-wifi-host-cmn/umac/twt/core/src/ |
H A D | wlan_twt_priv.h | 88 enum HOST_TWT_NEXT_WORK_ACTION next_action; member
|
/wlan-driver/qcacld-3.0/core/sme/inc/ |
H A D | sme_inside.h | 80 uint8_t next_action; member
|
H A D | sme_api.h | 1842 uint8_t next_action,
|
/wlan-driver/qcacld-3.0/components/cmn_services/policy_mgr/inc/ |
H A D | wlan_policy_mgr_api.h | 391 uint8_t next_action, 2105 uint8_t next_action, enum policy_mgr_conc_next_action action, 2132 uint8_t next_action, 2158 uint8_t next_action, 2187 uint8_t next_action, struct wlan_objmgr_psoc *psoc, 5682 enum policy_mgr_conc_next_action next_action,
|
H A D | wlan_policy_mgr_public_struct.h | 1617 uint8_t next_action; member
|
/wlan-driver/qcacld-3.0/os_if/twt/src/ |
H A D | osif_twt_ext_req.c | 2442 uint32_t next_action; in __osif_twt_work_handler() local 2452 ucfg_twt_get_work_params(vdev, &twt_work_params, &next_action); in __osif_twt_work_handler() 2454 if (next_action != HOST_TWT_SEND_DELETE_CMD) { in __osif_twt_work_handler()
|
/wlan-driver/qcacld-3.0/core/sme/src/common/ |
H A D | sme_api.c | 217 command->u.set_hw_mode_cmd.next_action, in sme_process_set_hw_mode_resp() 3191 command->u.nss_update_cmd.next_action, in sme_process_nss_update_resp() 11904 cmd->u.set_hw_mode_cmd.next_action = msg.next_action; in sme_pdev_set_hw_mode() 11922 uint8_t next_action, struct wlan_objmgr_psoc *psoc, in sme_nss_update_request() argument 11950 cmd->u.nss_update_cmd.next_action = next_action; in sme_nss_update_request()
|