Searched refs:ml_aid_mgr (Results 1 – 3 of 3) sorted by relevance
25 static void mlo_peer_set_aid_bit(struct wlan_ml_vdev_aid_mgr *ml_aid_mgr, in mlo_peer_set_aid_bit() argument33 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() argument50 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() argument97 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 …]
450 struct wlan_ml_vdev_aid_mgr *ml_aid_mgr,
843 struct wlan_ml_vdev_aid_mgr *ml_aid_mgr; member