Home
last modified time | relevance | path

Searched refs:ml_aid_mgr (Results 1 – 3 of 3) sorted by relevance

/wlan-driver/qca-wifi-host-cmn/umac/mlo_mgr/src/
H A Dwlan_mlo_mgr_aid.c25 static void mlo_peer_set_aid_bit(struct wlan_ml_vdev_aid_mgr *ml_aid_mgr, in mlo_peer_set_aid_bit() argument
33 vdev_aid_mgr = ml_aid_mgr->aid_mgr[ix]; in mlo_peer_set_aid_bit()
39 static bool wlan_mlo_check_aid_free(struct wlan_ml_vdev_aid_mgr *ml_aid_mgr, in wlan_mlo_check_aid_free() argument
50 vdev_aid_mgr = ml_aid_mgr->aid_mgr[j]; in wlan_mlo_check_aid_free()
86 static uint16_t wlan_mlo_alloc_aid(struct wlan_ml_vdev_aid_mgr *ml_aid_mgr, in wlan_mlo_alloc_aid() argument
97 if (qdf_test_bit(assoc_idx, ml_aid_mgr->aid_bitmap)) { in wlan_mlo_alloc_aid()
109 if (wlan_mlo_check_aid_free(ml_aid_mgr, assoc_idx, in wlan_mlo_alloc_aid()
112 mlo_peer_set_aid_bit(ml_aid_mgr, assoc_idx); in wlan_mlo_alloc_aid()
113 qdf_set_bit(assoc_idx, ml_aid_mgr->aid_bitmap); in wlan_mlo_alloc_aid()
118 vdev_aid_mgr = ml_aid_mgr->aid_mgr[link_ix]; in wlan_mlo_alloc_aid()
[all …]
/wlan-driver/qca-wifi-host-cmn/umac/mlo_mgr/inc/
H A Dwlan_mlo_mgr_ap.h450 struct wlan_ml_vdev_aid_mgr *ml_aid_mgr,
H A Dwlan_mlo_mgr_public_structs.h843 struct wlan_ml_vdev_aid_mgr *ml_aid_mgr; member