Searched refs:start_idx (Results 1 – 6 of 6) sorted by relevance
/wlan-driver/qca-wifi-host-cmn/umac/mlo_mgr/src/ |
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() 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() 87 uint16_t start_idx, uint16_t end_idx, in wlan_mlo_alloc_aid() argument 93 uint16_t assoc_idx = start_idx; in wlan_mlo_alloc_aid() 96 while (wlan_mlo_aid_idx_check(start_idx, end_idx, assoc_idx)) { in wlan_mlo_alloc_aid() 98 signed_assoc_idx = wlan_mlo_aid_idx_update(start_idx, in wlan_mlo_alloc_aid() 124 wlan_mlo_aid_idx_update(start_idx, in wlan_mlo_alloc_aid() 154 signed_assoc_idx = wlan_mlo_aid_idx_update(start_idx, in wlan_mlo_alloc_aid()
|
/wlan-driver/qcacld-3.0/core/dp/htt/ |
D | htt_t2h.c | 81 int start_idx; in htt_rx_frag_set_last_msdu() local 110 start_idx = pdev->rx_ring.sw_rd_idx.msdu_payld; in htt_rx_frag_set_last_msdu() 111 msdu = pdev->rx_ring.buf.netbufs_ring[start_idx]; in htt_rx_frag_set_last_msdu()
|
/wlan-driver/qcacld-3.0/core/hdd/src/ |
D | wlan_hdd_mlo.c | 338 uint8_t last_byte, temp_byte, idx, start_idx = 0; in hdd_derive_link_address_from_mld() local 360 start_idx++; in hdd_derive_link_address_from_mld() 363 for (idx = start_idx; idx < max_idx; idx++) { in hdd_derive_link_address_from_mld()
|
/wlan-driver/qca-wifi-host-cmn/hif/src/pcie/ |
D | if_pci.c | 2874 int idx, len, start_idx, cur_idx; in hif_target_dump_access_log() local 2880 start_idx = pcie_access_log_seqnum % PCIE_ACCESS_LOG_NUM; in hif_target_dump_access_log() 2883 start_idx = 0; in hif_target_dump_access_log() 2887 cur_idx = (start_idx + idx) % PCIE_ACCESS_LOG_NUM; in hif_target_dump_access_log()
|
/wlan-driver/qca-wifi-host-cmn/hal/wifi3.0/be/ |
D | hal_be_generic_api.h | 635 uint8_t get_ru_offset_from_start_index(uint8_t ru_size, uint8_t start_idx) in get_ru_offset_from_start_index() argument 677 if (start_idx >= HAL_MAX_UL_MU_USERS || ru_size >= HAL_MAX_RU_INDEX) in get_ru_offset_from_start_index() 680 return ru_alloc_offset[start_idx][ru_size]; in get_ru_offset_from_start_index()
|
/wlan-driver/qca-wifi-host-cmn/umac/regulatory/core/src/ |
D | reg_build_chan_list.c | 198 static void reg_populate_band_channels_ext_for_6g(uint16_t start_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()
|