Home
last modified time | relevance | path

Searched refs:comp_id (Results 1 – 19 of 19) sorted by relevance

/wlan-driver/qca-wifi-host-cmn/umac/cp_stats/core/src/ !
H A Dwlan_cp_stats_comp_handler.c40 (struct wlan_objmgr_psoc *psoc, enum wlan_cp_stats_comp_id comp_id, in wlan_cp_stats_psoc_comp_obj_config() argument
53 if (psoc_cs->psoc_comp_priv_obj[comp_id]) { in wlan_cp_stats_psoc_comp_obj_config()
57 psoc_cs->psoc_comp_priv_obj[comp_id] = data; in wlan_cp_stats_psoc_comp_obj_config()
59 if (psoc_cs->psoc_comp_priv_obj[comp_id] != data) { in wlan_cp_stats_psoc_comp_obj_config()
63 data = psoc_cs->psoc_comp_priv_obj[comp_id]; in wlan_cp_stats_psoc_comp_obj_config()
64 psoc_cs->psoc_comp_priv_obj[comp_id] = NULL; in wlan_cp_stats_psoc_comp_obj_config()
77 (struct wlan_objmgr_pdev *pdev, enum wlan_cp_stats_comp_id comp_id, in wlan_cp_stats_pdev_comp_obj_config() argument
90 if (pdev_cs->pdev_comp_priv_obj[comp_id]) { in wlan_cp_stats_pdev_comp_obj_config()
94 pdev_cs->pdev_comp_priv_obj[comp_id] = data; in wlan_cp_stats_pdev_comp_obj_config()
96 if (pdev_cs->pdev_comp_priv_obj[comp_id] != data) { in wlan_cp_stats_pdev_comp_obj_config()
[all …]
H A Dwlan_cp_stats_defs.h181 enum wlan_cp_stats_comp_id comp_id,
472 wlan_cp_stats_get_comp_id(enum wlan_umac_comp_id comp_id) in wlan_cp_stats_get_comp_id() argument
477 if (comp_id == WLAN_UMAC_COMP_ATF) in wlan_cp_stats_get_comp_id()
H A Dwlan_cp_stats_comp_handler.h48 enum wlan_cp_stats_comp_id comp_id,
/wlan-driver/qca-wifi-host-cmn/umac/cmn_services/mgmt_txrx/dispatcher/src/ !
H A Dwlan_mgmt_txrx_utils_api.c442 enum wlan_umac_comp_id comp_id, in wlan_mgmt_txrx_mgmt_frame_tx() argument
557 enum wlan_umac_comp_id comp_id) in wlan_mgmt_txrx_beacon_frame_tx() argument
632 enum wlan_umac_comp_id comp_id) in wlan_mgmt_txrx_fd_action_frame_tx() argument
685 enum wlan_umac_comp_id comp_id, in wlan_mgmt_txrx_create_rx_handler() argument
694 rx_handler->comp_id = comp_id; in wlan_mgmt_txrx_create_rx_handler()
703 comp_id, frm_type); in wlan_mgmt_txrx_create_rx_handler()
722 enum wlan_umac_comp_id comp_id, in wlan_mgmt_txrx_delete_rx_handler() argument
731 if (rx_handler->comp_id == comp_id && in wlan_mgmt_txrx_delete_rx_handler()
752 comp_id, frm_type); in wlan_mgmt_txrx_delete_rx_handler()
757 comp_id, frm_type); in wlan_mgmt_txrx_delete_rx_handler()
[all …]
H A Dwlan_mgmt_txrx_tgt_api.c1321 rx_handler_node->comp_id = rx_handler->comp_id; in wlan_mgmt_txrx_rx_handler_list_copy()
/wlan-driver/qca-wifi-host-cmn/umac/mlo_mgr/inc/ !
H A Dwlan_mlo_mgr_public_api.h38 wlan_mlo_mgr_register_link_switch_notifier(enum wlan_umac_comp_id comp_id, in wlan_mlo_mgr_register_link_switch_notifier() argument
41 return mlo_mgr_register_link_switch_notifier(comp_id, cb); in wlan_mlo_mgr_register_link_switch_notifier()
55 wlan_mlo_mgr_unregister_link_switch_notifier(enum wlan_umac_comp_id comp_id) in wlan_mlo_mgr_unregister_link_switch_notifier() argument
57 return mlo_mgr_unregister_link_switch_notifier(comp_id); in wlan_mlo_mgr_unregister_link_switch_notifier()
H A Dwlan_mlo_mgr_public_structs.h270 mlo_mgr_register_link_switch_notifier(enum wlan_umac_comp_id comp_id,
283 mlo_mgr_unregister_link_switch_notifier(enum wlan_umac_comp_id comp_id);
286 mlo_mgr_register_link_switch_notifier(enum wlan_umac_comp_id comp_id, in mlo_mgr_register_link_switch_notifier() argument
293 mlo_mgr_unregister_link_switch_notifier(enum wlan_umac_comp_id comp_id) in mlo_mgr_unregister_link_switch_notifier() argument
/wlan-driver/qca-wifi-host-cmn/umac/cmn_services/serialization/src/ !
H A Dwlan_serialization_api.c236 enum wlan_umac_comp_id comp_id, in wlan_serialization_register_comp_info_cb() argument
243 status = wlan_serialization_validate_cmd(comp_id, cmd_type); in wlan_serialization_register_comp_info_cb()
246 comp_id, cmd_type); in wlan_serialization_register_comp_info_cb()
255 ser_soc_obj->comp_info_cb[cmd_type][comp_id] = cb; in wlan_serialization_register_comp_info_cb()
264 enum wlan_umac_comp_id comp_id, in wlan_serialization_deregister_comp_info_cb() argument
270 status = wlan_serialization_validate_cmd(comp_id, cmd_type); in wlan_serialization_deregister_comp_info_cb()
273 comp_id, cmd_type); in wlan_serialization_deregister_comp_info_cb()
282 ser_soc_obj->comp_info_cb[cmd_type][comp_id] = NULL; in wlan_serialization_deregister_comp_info_cb()
390 uint8_t comp_id; in wlan_serialization_request() local
421 for (comp_id = 0; comp_id < WLAN_UMAC_COMP_ID_MAX; comp_id++) { in wlan_serialization_request()
[all …]
H A Dwlan_serialization_rules.c23 union wlan_serialization_rules_info *info, uint8_t comp_id) in wlan_serialization_apply_scan_rules() argument
25 switch (comp_id) { in wlan_serialization_apply_scan_rules()
H A Dwlan_serialization_rules_i.h43 union wlan_serialization_rules_info *info, uint8_t comp_id);
H A Dwlan_serialization_utils.c251 enum wlan_umac_comp_id comp_id, in wlan_serialization_validate_cmd() argument
256 if (cmd_type < 0 || comp_id < 0 || cmd_type >= WLAN_SER_CMD_MAX || in wlan_serialization_validate_cmd()
257 comp_id >= WLAN_UMAC_COMP_ID_MAX) { in wlan_serialization_validate_cmd()
259 comp_id, cmd_type); in wlan_serialization_validate_cmd()
H A Dwlan_serialization_utils_i.h344 enum wlan_umac_comp_id comp_id,
/wlan-driver/qca-wifi-host-cmn/umac/cmn_services/serialization/inc/ !
H A Dwlan_serialization_api.h157 uint8_t comp_id);
435 enum wlan_umac_comp_id comp_id,
453 enum wlan_umac_comp_id comp_id,
/wlan-driver/qca-wifi-host-cmn/umac/cmn_services/mgmt_txrx/dispatcher/inc/ !
H A Dwlan_mgmt_txrx_utils_api.h1205 enum wlan_umac_comp_id comp_id,
1227 enum wlan_umac_comp_id comp_id);
1243 enum wlan_umac_comp_id comp_id);
1260 enum wlan_umac_comp_id comp_id,
1295 enum wlan_umac_comp_id comp_id,
/wlan-driver/qca-wifi-host-cmn/umac/mlo_mgr/src/ !
H A Dwlan_mlo_mgr_main.c304 mlo_mgr_register_link_switch_notifier(enum wlan_umac_comp_id comp_id, in mlo_mgr_register_link_switch_notifier() argument
314 if (!cb || comp_id >= WLAN_UMAC_COMP_ID_MAX) { in mlo_mgr_register_link_switch_notifier()
320 if (g_mlo_mgr_ctx->lswitch_notifier[comp_id].in_use) in mlo_mgr_register_link_switch_notifier()
323 g_mlo_mgr_ctx->lswitch_notifier[comp_id].in_use = true; in mlo_mgr_register_link_switch_notifier()
324 g_mlo_mgr_ctx->lswitch_notifier[comp_id].cb = cb; in mlo_mgr_register_link_switch_notifier()
329 mlo_mgr_unregister_link_switch_notifier(enum wlan_umac_comp_id comp_id) in mlo_mgr_unregister_link_switch_notifier() argument
338 if (comp_id >= WLAN_UMAC_COMP_ID_MAX) { in mlo_mgr_unregister_link_switch_notifier()
344 if (!g_mlo_mgr_ctx->lswitch_notifier[comp_id].in_use) in mlo_mgr_unregister_link_switch_notifier()
347 g_mlo_mgr_ctx->lswitch_notifier[comp_id].in_use = false; in mlo_mgr_unregister_link_switch_notifier()
348 g_mlo_mgr_ctx->lswitch_notifier[comp_id].cb = NULL; in mlo_mgr_unregister_link_switch_notifier()
/wlan-driver/qca-wifi-host-cmn/umac/cp_stats/dispatcher/src/ !
H A Dwlan_cp_stats_utils_api.c298 enum wlan_umac_comp_id comp_id, in wlan_cp_stats_comp_obj_cfg() argument
314 cp_stats_comp_id = wlan_cp_stats_get_comp_id(comp_id); in wlan_cp_stats_comp_obj_cfg()
/wlan-driver/qca-wifi-host-cmn/umac/cp_stats/dispatcher/inc/ !
H A Dwlan_cp_stats_utils_api.h146 enum wlan_umac_comp_id comp_id,
/wlan-driver/qca-wifi-host-cmn/umac/cmn_services/mgmt_txrx/core/src/ !
H A Dwlan_mgmt_txrx_main_i.h134 enum wlan_umac_comp_id comp_id; member
/wlan-driver/qca-wifi-host-cmn/umac/scan/dispatcher/src/ !
H A Dwlan_scan_ucfg_api.c1381 uint8_t comp_id) in scm_serialization_scan_rules_cb() argument
1383 switch (comp_id) { in scm_serialization_scan_rules_cb()
1408 scm_debug("not handled comp_id %d", comp_id); in scm_serialization_scan_rules_cb()