Searched refs:end_idx (Results 1 – 2 of 2) sorted by relevance
/wlan-driver/qca-wifi-host-cmn/umac/mlo_mgr/src/ |
H A D | wlan_mlo_mgr_aid.c | 63 static bool wlan_mlo_aid_idx_check(uint16_t start_idx, uint16_t end_idx, in wlan_mlo_aid_idx_check() argument 66 if (start_idx < end_idx) in wlan_mlo_aid_idx_check() 67 return (curr_idx < end_idx); in wlan_mlo_aid_idx_check() 69 return (curr_idx >= end_idx); in wlan_mlo_aid_idx_check() 72 static int32_t wlan_mlo_aid_idx_update(uint16_t start_idx, uint16_t end_idx, in wlan_mlo_aid_idx_update() argument 75 if (start_idx < end_idx) in wlan_mlo_aid_idx_update() 78 if (curr_idx >= end_idx) in wlan_mlo_aid_idx_update() 87 uint16_t start_idx, uint16_t end_idx, in wlan_mlo_alloc_aid() argument 96 while (wlan_mlo_aid_idx_check(start_idx, end_idx, assoc_idx)) { in wlan_mlo_alloc_aid() 99 end_idx, in wlan_mlo_alloc_aid() [all …]
|
/wlan-driver/qca-wifi-host-cmn/umac/regulatory/core/src/ |
H A D | reg_build_chan_list.c | 199 uint16_t end_idx, in reg_populate_band_channels_ext_for_6g() argument 211 for (i = start_idx; i <= end_idx; i++) { in reg_populate_band_channels_ext_for_6g()
|