Home
last modified time | relevance | path

Searched refs:entry_idx (Results 1 – 14 of 14) sorted by relevance

/freebsd/contrib/llvm-project/lldb/source/Target/
H A DThreadPlanStepOverRange.cpp232 uint32_t entry_idx; in ShouldStop() local
235 &entry_idx)) { in ShouldStop()
238 if (entry_idx > 0) { in ShouldStop()
246 if (line_table->GetLineEntryAtIndex(entry_idx - 1, in ShouldStop()
274 entry_idx + look_ahead_step, next_line_entry)) { in ShouldStop()
H A DMemory.cpp332 auto entry_idx = m_reserved_blocks.FindEntryIndexThatContains(addr); in FreeBlock() local
333 if (entry_idx != UINT32_MAX) in FreeBlock()
335 m_free_blocks.Insert(m_reserved_blocks.GetEntryRef(entry_idx), true); in FreeBlock()
336 m_reserved_blocks.RemoveEntryAtIndex(entry_idx); in FreeBlock()
/freebsd/sys/contrib/dev/iwlwifi/fw/
H A Dacpi.c687 int entry_idx = 1; in iwl_sar_get_ewrd_table()
725 entry = &wifi_pkg->package.elements[entry_idx]; in iwl_sar_get_ewrd_table()
726 entry_idx++; in iwl_sar_get_ewrd_table()
773 entry = &wifi_pkg->package.elements[entry_idx]; in iwl_sar_get_ewrd_table()
774 entry_idx++; in iwl_sar_get_ewrd_table()
791 entry = &wifi_pkg->package.elements[entry_idx]; in iwl_sar_get_ewrd_table()
792 entry_idx++;
824 int entry_idx = 1; iwl_sar_get_wgds_table() local
/freebsd/sys/dev/ice/
H A Dice_ddp_common.c2122 state->entry_idx = 0; in ice_pkg_enum_entry()
2125 state->entry_idx++; in ice_pkg_enum_entry()
2132 entry = state->handler(state->sect_type, state->sect, state->entry_idx, in ice_pkg_enum_entry()
2139 state->entry_idx = 0; in ice_pkg_enum_entry()
2141 state->entry_idx, offset); in ice_pkg_enum_entry()
H A Dice_ddp_common.h414 u32 entry_idx;
410 u32 entry_idx; global() member
/freebsd/sys/contrib/dev/rtw89/
H A Dfw.c1952 u8 entry_idx; in rtw89_fw_h2c_txpath_cmac_tbl()
1956 rtw89_core_acquire_sta_ba_entry(rtwdev, rtwsta, params->tid, &entry_idx) : in rtw89_fw_h2c_txpath_cmac_tbl()
1957 rtw89_core_release_sta_ba_entry(rtwdev, rtwsta, params->tid, &entry_idx); in rtw89_fw_h2c_txpath_cmac_tbl()
1978 h2c->w1 |= le32_encode_bits(entry_idx, RTW89_H2C_BA_CAM_W1_ENTRY_IDX_V1); in rtw89_fw_h2c_update_beacon()
1980 h2c->w0 |= le32_encode_bits(entry_idx, RTW89_H2C_BA_CAM_W0_ENTRY_IDX); in rtw89_fw_h2c_update_beacon()
2020 u8 entry_idx, u8 uid) in rtw89_fw_h2c_update_beacon()
2036 h2c->w1 = le32_encode_bits(entry_idx, RTW89_H2C_BA_CAM_W1_ENTRY_IDX_V1) | in rtw89_fw_h2c_role_maintain()
2063 u8 entry_idx = chip->bacam_num; in rtw89_fw_h2c_role_maintain()
2068 rtw89_fw_h2c_init_ba_cam_v0_ext(rtwdev, entry_idx, uid); in rtw89_fw_h2c_role_maintain()
2069 entry_idx in rtw89_fw_h2c_role_maintain()
1300 u8 entry_idx; rtw89_fw_h2c_ba_cam() local
1365 rtw89_fw_h2c_init_ba_cam_v0_ext(struct rtw89_dev * rtwdev,u8 entry_idx,u8 uid) rtw89_fw_h2c_init_ba_cam_v0_ext() argument
1405 u8 entry_idx = chip->bacam_num; rtw89_fw_h2c_init_dynamic_ba_cam_v0_ext() local
[all...]
/freebsd/sys/dev/mps/
H A Dmps_config.c701 Mpi2DriverMappingPage0_t *config_page, u16 entry_idx) in mps_config_set_dpm_pg0() argument
728 request->PageAddress |= htole16(entry_idx); in mps_config_set_dpm_pg0()
779 request->PageAddress |= htole16(entry_idx); in mps_config_set_dpm_pg0()
/freebsd/sys/dev/mpr/
H A Dmpr_config.c662 Mpi2DriverMappingPage0_t *config_page, u16 entry_idx) in mpr_config_set_dpm_pg0() argument
688 (1 << MPI2_DPM_PGAD_ENTRY_COUNT_SHIFT) | entry_idx); in mpr_config_set_dpm_pg0()
739 (1 << MPI2_DPM_PGAD_ENTRY_COUNT_SHIFT) | entry_idx); in mpr_config_set_dpm_pg0()
/freebsd/sys/contrib/ena-com/
H A Dena_com.h954 u16 entry_idx, u16 entry_value);
H A Dena_com.c3157 u16 entry_idx, u16 entry_value) in ena_com_indirect_table_fill_entry() argument
3161 if (unlikely(entry_idx >= (1 << rss->tbl_log_size))) in ena_com_indirect_table_fill_entry()
3167 rss->host_rss_ind_tbl[entry_idx] = entry_value; in ena_com_indirect_table_fill_entry()
/freebsd/sys/dev/irdma/
H A Dirdma_type.h1129 u16 entry_idx; member
1345 u8 entry_idx; member
H A Dirdma_hw.c2340 cqp_info->in.u.del_local_mac_entry.entry_idx = idx; in irdma_del_local_mac_entry()
2371 info->entry_idx = idx; in irdma_add_local_mac_entry()
H A Dirdma_ctrl.c877 header = FIELD_PREP(IRDMA_CQPSQ_MLM_TABLEIDX, info->entry_idx) | in irdma_sc_add_local_mac_entry()
904 u16 entry_idx, u8 ignore_ref_count, in irdma_sc_del_local_mac_entry() argument
913 header = FIELD_PREP(IRDMA_CQPSQ_MLM_TABLEIDX, entry_idx) | in irdma_sc_del_local_mac_entry()
5330 pcmdinfo->in.u.del_local_mac_entry.entry_idx, in irdma_exec_cqp_cmd()
/freebsd/sys/dev/cxgbe/cudbg/
H A Dcudbg_lib.c3073 unsigned int entry_idx; in collect_mbox_log() local
3097 entry_idx = log->cursor + k; in collect_mbox_log()
3098 if (entry_idx >= log->size) in collect_mbox_log()
3099 entry_idx -= log->size; in collect_mbox_log()
3100 entry = mbox_cmd_log_entry(log, entry_idx); in collect_mbox_log()