Home
last modified time | relevance | path

Searched refs:MAX_MLO_LINKS (Results 1 – 6 of 6) sorted by relevance

/wlan-driver/qca-wifi-host-cmn/umac/cmn_services/mgmt_txrx/core/src/
H A Dwlan_mgmt_txrx_rx_reo_i.h120 struct mgmt_rx_reo_shared_snapshot raw_snapshots[MAX_MLO_LINKS]
373 unsigned int per_link_count[MAX_MLO_LINKS];
438 [MAX_MLO_LINKS][MGMT_RX_REO_SHARED_SNAPSHOT_MAX];
439 struct mgmt_rx_reo_snapshot_params host_snapshot[MAX_MLO_LINKS];
550 uint16_t mgmt_pkt_ctr[MAX_MLO_LINKS];
564 struct wlan_objmgr_pdev *map[MAX_MLO_LINKS];
567 int8_t valid_link_list[MAX_MLO_LINKS];
593 struct workqueue_struct *host_mgmt_frame_handler[MAX_MLO_LINKS];
594 struct workqueue_struct *fw_mgmt_frame_handler[MAX_MLO_LINKS];
597 struct mgmt_rx_reo_shared_snapshot snapshot[MAX_MLO_LINKS]
[all …]
H A Dwlan_mgmt_txrx_rx_reo.c597 if (link_id >= MAX_MLO_LINKS) { in mgmt_rx_reo_is_valid_link()
665 if (link_id >= MAX_MLO_LINKS) { in mgmt_rx_reo_sim_is_valid_link()
791 for (link_id = 0; link_id < MAX_MLO_LINKS; link_id++) in mgmt_rx_reo_sim_get_mlo_link_id_from_pdev()
796 if (link_id == MAX_MLO_LINKS) in mgmt_rx_reo_sim_get_mlo_link_id_from_pdev()
818 if (mlo_link_id >= MAX_MLO_LINKS) { in mgmt_rx_reo_sim_get_pdev_from_mlo_link_id()
1418 if (in_frame_link < 0 || in_frame_link >= MAX_MLO_LINKS) { in wlan_mgmt_rx_reo_algo_calculate_wait_count()
1439 for (link = 0; link < MAX_MLO_LINKS; link++) { in wlan_mgmt_rx_reo_algo_calculate_wait_count()
1868 for (link_id = 0; link_id < MAX_MLO_LINKS; link_id++) in mgmt_rx_reo_list_display()
1909 uint64_t scheduled_count_per_link[MAX_MLO_LINKS] = {0}; in mgmt_rx_reo_debug_print_scheduler_stats()
1912 uint64_t rescheduled_count_per_link[MAX_MLO_LINKS] = {0}; in mgmt_rx_reo_debug_print_scheduler_stats()
[all …]
/wlan-driver/qca-wifi-host-cmn/umac/mlo_mgr/inc/
H A Dwlan_mlo_mgr_public_structs.h142 #define MAX_MLO_LINKS 6 macro
193 struct wlan_objmgr_pdev *pdev_list[MAX_MLO_LINKS];
197 enum MLO_LINK_STATE state[MAX_MLO_LINKS];
/wlan-driver/qca-wifi-host-cmn/umac/cmn_services/mgmt_txrx/dispatcher/src/
H A Dwlan_mgmt_txrx_rx_reo_tgt_api.c211 if (cur_link < 0 || cur_link >= MAX_MLO_LINKS) { in psoc_get_hw_link_id_bmap()
/wlan-driver/qca-wifi-host-cmn/umac/mlo_mgr/src/
H A Dwlan_mlo_mgr_setup.c227 for (link_idx = 0; link_idx < MAX_MLO_LINKS; link_idx++) { in mlo_cleanup_asserted_soc_setup_info()
730 qdf_assert_always(link_idx < MAX_MLO_LINKS); in mlo_setup_link_ready()
H A Dwlan_mlo_mgr_peer.c2103 if (ml_peer->mlpeer_nstrinfo[i].link_id >= MAX_MLO_LINKS) in wlan_mlo_peer_get_str_capability()