Home
last modified time | relevance | path

Searched refs:end_idx (Results 1 – 18 of 18) sorted by relevance

/freebsd/sys/contrib/dev/ath/ath_hal/ar9300/
H A Dar9300_aic.c337 int16_t start_idx, end_idx; in ar9300_aic_cal_post_process() local
344 end_idx = ar9300_aic_find_valid(cal_sram, 1, i); in ar9300_aic_cal_post_process()
349 start_idx = end_idx; in ar9300_aic_cal_post_process()
350 end_idx = ar9300_aic_find_valid(cal_sram, 1, start_idx); in ar9300_aic_cal_post_process()
352 if (end_idx < 0) { in ar9300_aic_cal_post_process()
361 aic_sram[end_idx].dir_path_gain_lin) * in ar9300_aic_cal_post_process()
362 (start_idx - i) + ((end_idx - i) >> 1)) / in ar9300_aic_cal_post_process()
363 (end_idx - i) + in ar9300_aic_cal_post_process()
367 aic_sram[end_idx].quad_path_gain_lin) * in ar9300_aic_cal_post_process()
368 (start_idx - i) + ((end_idx - i) >> 1)) / in ar9300_aic_cal_post_process()
[all …]
/freebsd/sys/dev/qlxgbe/
H A Dql_misc.c1113 qla_tmplt_execute(qla_host_t *ha, uint8_t *buf, int start_idx, int *end_idx, in qla_tmplt_execute() argument
1168 *end_idx = i; in qla_tmplt_execute()
1177 *end_idx = i; in qla_tmplt_execute()
1272 uint32_t index = 0, end_idx; in qla_ld_fw_init() local
1290 if (qla_tmplt_execute(ha, buf, index , &end_idx, hdr->nentries)) { in qla_ld_fw_init()
1295 index = end_idx; in qla_ld_fw_init()
1300 if (qla_tmplt_execute(ha, buf, index , &end_idx, hdr->nentries)) { in qla_ld_fw_init()
1318 index = end_idx; in qla_ld_fw_init()
1322 if (qla_tmplt_execute(ha, buf, index , &end_idx, hdr->nentries)) { in qla_ld_fw_init()
1334 uint32_t index = 0, end_idx; in ql_stop_sequence() local
[all …]
H A Dql_hw.h469 uint8_t end_idx; member
H A Dql_hw.c1696 c_rss_ind->end_idx = start_idx + count - 1; in qla_set_rss_ind_table()
/freebsd/contrib/llvm-project/lldb/include/lldb/Target/
H A DUnwind.h36 uint32_t GetFramesUpTo(uint32_t end_idx) { in GetFramesUpTo() argument
40 bool behaves_like_zeroth_frame = (end_idx == 0); in GetFramesUpTo()
42 for (idx = 0; idx < end_idx; idx++) { in GetFramesUpTo()
H A DStackFrameList.h106 bool GetFramesUpTo(uint32_t end_idx,
109 void GetOnlyConcreteFramesUpTo(uint32_t end_idx, Unwind &unwinder);
/freebsd/contrib/llvm-project/lldb/source/Target/
H A DStackFrameList.cpp227 void StackFrameList::GetOnlyConcreteFramesUpTo(uint32_t end_idx, in GetOnlyConcreteFramesUpTo() argument
230 assert(m_frames.size() <= end_idx && "Expected there to be frames to fill"); in GetOnlyConcreteFramesUpTo()
232 if (end_idx < m_concrete_frames_fetched) in GetOnlyConcreteFramesUpTo()
235 uint32_t num_frames = unwinder.GetFramesUpTo(end_idx); in GetOnlyConcreteFramesUpTo()
236 if (num_frames <= end_idx + 1) { in GetOnlyConcreteFramesUpTo()
440 bool StackFrameList::GetFramesUpTo(uint32_t end_idx, in GetFramesUpTo() argument
449 if (m_frames.size() > end_idx || GetAllFramesFetched()) in GetFramesUpTo()
455 GetOnlyConcreteFramesUpTo(end_idx, unwinder); in GetFramesUpTo()
469 if (end_idx > 0 && end_idx != UINT32_MAX) { in GetFramesUpTo()
472 if (end_idx > 0) in GetFramesUpTo()
[all …]
/freebsd/sys/dev/mps/
H A Dmps_mapping.c245 _mapping_get_ir_maprange(struct mps_softc *sc, u32 *start_idx, u32 *end_idx) in _mapping_get_ir_maprange() argument
258 *end_idx = *start_idx + sc->max_volumes - 1; in _mapping_get_ir_maprange()
349 u32 start_idx, end_idx, start_idx_ir, end_idx_ir; in _mapping_get_high_missing_mt_idx() local
356 end_idx = sc->max_devices; in _mapping_get_high_missing_mt_idx()
364 end_idx = start_idx_ir; in _mapping_get_high_missing_mt_idx()
367 for (map_idx = start_idx; map_idx < end_idx; map_idx++, mt_entry++) { in _mapping_get_high_missing_mt_idx()
386 u32 start_idx, end_idx, map_idx; in _mapping_get_ir_mt_idx_from_wwid() local
389 _mapping_get_ir_maprange(sc, &start_idx, &end_idx); in _mapping_get_ir_mt_idx_from_wwid()
391 for (map_idx = start_idx; map_idx <= end_idx; map_idx++, mt_entry++) in _mapping_get_ir_mt_idx_from_wwid()
429 u32 start_idx, end_idx, map_idx; in _mapping_get_ir_mt_idx_from_handle() local
[all …]
H A Dmps_sas_lsi.c1230 u32 start_idx, end_idx; in mpssas_ir_shutdown() local
1254 end_idx = start_idx + sc->max_volumes - 1; in mpssas_ir_shutdown()
1256 for (id = start_idx; id < end_idx; id++) { in mpssas_ir_shutdown()
/freebsd/sys/dev/mpr/
H A Dmpr_mapping.c244 _mapping_get_ir_maprange(struct mpr_softc *sc, u32 *start_idx, u32 *end_idx) in _mapping_get_ir_maprange() argument
257 *end_idx = *start_idx + sc->max_volumes - 1; in _mapping_get_ir_maprange()
348 u32 start_idx, end_idx, start_idx_ir, end_idx_ir; in _mapping_get_high_missing_mt_idx() local
355 end_idx = sc->max_devices; in _mapping_get_high_missing_mt_idx()
363 end_idx = start_idx_ir; in _mapping_get_high_missing_mt_idx()
366 for (map_idx = start_idx; map_idx < end_idx; map_idx++, mt_entry++) { in _mapping_get_high_missing_mt_idx()
385 u32 start_idx, end_idx, map_idx; in _mapping_get_ir_mt_idx_from_wwid() local
388 _mapping_get_ir_maprange(sc, &start_idx, &end_idx); in _mapping_get_ir_mt_idx_from_wwid()
390 for (map_idx = start_idx; map_idx <= end_idx; map_idx++, mt_entry++) in _mapping_get_ir_mt_idx_from_wwid()
428 u32 start_idx, end_idx, map_idx; in _mapping_get_ir_mt_idx_from_handle() local
[all …]
H A Dmpr_sas_lsi.c1595 u32 start_idx, end_idx; in mprsas_ir_shutdown() local
1619 end_idx = start_idx + sc->max_volumes - 1; in mprsas_ir_shutdown()
1621 for (id = start_idx; id < end_idx; id++) { in mprsas_ir_shutdown()
/freebsd/sys/tools/syscalls/scripts/
H A Dsysproto_h.lua199 local end_idx = (v.compatlevel * 10) + 9
202 end_idx)
/freebsd/contrib/llvm-project/lldb/source/Plugins/SymbolFile/NativePDB/
H A DPdbUtil.cpp152 uint32_t end_idx = location_map.FindEntryIndexThatContains(end - 1); in AddDwarfRange() local
154 if (base_idx == end_idx && base_idx != UINT32_MAX) { in AddDwarfRange()
175 end_idx = location_map.FindEntryIndexThatContainsOrFollows(end - 1); in AddDwarfRange()
176 if (auto *entry = location_map.GetMutableEntryAtIndex(end_idx)) { in AddDwarfRange()
179 ++end_idx; in AddDwarfRange()
185 if (end_idx == UINT32_MAX) in AddDwarfRange()
186 end_idx = location_map.GetSize(); in AddDwarfRange()
188 location_map.Erase(base_idx, end_idx); in AddDwarfRange()
/freebsd/sys/dev/xen/grant_table/
H A Dgrant_table.c502 gnttab_map(unsigned int start_idx, unsigned int end_idx) in gnttab_map() argument
505 unsigned int i = end_idx; in gnttab_map()
/freebsd/sys/dev/bwi/
H A Dif_bwi.c2582 bwi_rxeof(struct bwi_softc *sc, int end_idx) in bwi_rxeof() argument
2590 while (idx != end_idx) { in bwi_rxeof()
2683 int end_idx, rx_data; in bwi_rxeof32() local
2688 end_idx = __SHIFTOUT(val, BWI_RX32_STATUS_INDEX_MASK) / in bwi_rxeof32()
2691 rx_data = bwi_rxeof(sc, end_idx); in bwi_rxeof32()
2694 end_idx * sizeof(struct bwi_desc32)); in bwi_rxeof32()
3275 int end_idx; in bwi_txeof_status32() local
3280 end_idx = __SHIFTOUT(val, BWI_RX32_STATUS_INDEX_MASK) / in bwi_txeof_status32()
3283 bwi_txeof_status(sc, end_idx); in bwi_txeof_status32()
3286 end_idx * sizeof(struct bwi_desc32)); in bwi_txeof_status32()
[all …]
/freebsd/contrib/ofed/libirdma/
H A Dirdma_uk.c1172 u32 end_idx) in irdma_repost_rq_wqes() argument
1180 libirdma_debug("reposting_wqes: from start_idx=%d to end_idx = %d\n", start_idx, end_idx); in irdma_repost_rq_wqes()
1183 while (start_idx != end_idx) { in irdma_repost_rq_wqes()
/freebsd/sys/contrib/dev/iwlwifi/mvm/
H A Dscan.c1453 u8 end_idx;
1463 .end_idx = 13,
1471 .end_idx = 41,
1479 .end_idx = 50,
1487 .end_idx = 111, in iwl_mvm_scan_ch_and_band_to_idx()
1441 u8 end_idx; global() member
/freebsd/sys/dev/ice/
H A Dice_lib.c7047 u16 start_idx, end_idx; in ice_vsi_del_rxqs_ctx()
7056 end_idx = start_idx + tc_info->qcount_tx;
7058 for (j = start_idx; j < end_idx; j++) {
6881 u16 start_idx, end_idx; ice_vsi_disable_tx() local