Searched refs:entry_index (Results 1 - 25 of 34) sorted by relevance

12

/linux-master/drivers/gpu/drm/amd/pm/powerplay/hwmgr/
H A Dprocess_pptables_v1_0.h30 extern int get_powerplay_table_entry_v1_0(struct pp_hwmgr *hwmgr, uint32_t entry_index,
H A Dprocesspptables.h43 unsigned long entry_index,
H A Dvega10_processpptables.h59 extern int vega10_get_powerplay_table_entry(struct pp_hwmgr *hwmgr, uint32_t entry_index,
H A Dvega12_processpptables.c352 uint32_t entry_index, struct pp_power_state *power_state,
364 power_state->classification.bios_index = entry_index;
378 PP_ASSERT_WITH_CODE((entry_index <= state_arrays->ucNumEntries),
382 state_entry = &(state_arrays->states[entry_index]);
H A Dprocesspptables.c776 ULONG entry_index)
782 if (entry_index <= pstate_arrays->ucNumEntries) {
783 for (i = 0; i < entry_index; i++)
884 unsigned long entry_index,
905 ps->classification.bios_index = entry_index;
911 if (entry_index > pstate_arrays->ucNumEntries)
914 pstate_entry_v2 = get_state_entry_v2(pstate_arrays, entry_index);
935 if (entry_index > powerplay_table->ucNumStates)
940 entry_index * powerplay_table->ucStateEntrySize);
774 get_state_entry_v2( const StateArray * pstate_arrays, ULONG entry_index) argument
883 pp_tables_get_entry(struct pp_hwmgr *hwmgr, unsigned long entry_index, struct pp_power_state *ps, pp_tables_hw_clock_info_callback func) argument
H A Dvega10_processpptables.c1295 uint32_t entry_index, struct pp_power_state *power_state,
1307 power_state->classification.bios_index = entry_index;
1321 PP_ASSERT_WITH_CODE((entry_index <= state_arrays->ucNumEntries),
1325 state_entry = &(state_arrays->states[entry_index]);
1294 vega10_get_powerplay_table_entry(struct pp_hwmgr *hwmgr, uint32_t entry_index, struct pp_power_state *power_state, int (*call_back_func)(struct pp_hwmgr *, void *, struct pp_power_state *, void *, uint32_t)) argument
H A Dprocess_pptables_v1_0.c1363 * @entry_index: The index of the entry to be extracted from the table.
1369 uint32_t entry_index, struct pp_power_state *power_state,
1381 power_state->classification.bios_index = entry_index;
1392 PP_ASSERT_WITH_CODE((entry_index <= state_arrays->ucNumEntries),
1397 state_arrays, entry_index);
1368 get_powerplay_table_entry_v1_0(struct pp_hwmgr *hwmgr, uint32_t entry_index, struct pp_power_state *power_state, int (*call_back_func)(struct pp_hwmgr *, void *, struct pp_power_state *, void *, uint32_t)) argument
/linux-master/drivers/net/wireless/ralink/rt2x00/
H A Drt2x00dump.h92 * @entry_index: The index number of the entry inside the data queue.
110 __u8 entry_index; member in struct:rt2x00dump_hdr
H A Drt2x00debug.c172 dump_hdr->entry_index = entry->entry_idx;
/linux-master/drivers/net/ethernet/mellanox/mlxsw/
H A Dspectrum1_kvdl.c106 unsigned int entry_index)
108 return info->start_index + entry_index * info->alloc_size;
122 unsigned int entry_index, nr_entries; local
126 entry_index = find_first_zero_bit(part->usage, nr_entries);
127 if (entry_index == nr_entries)
129 __set_bit(entry_index, part->usage);
131 *p_kvdl_index = mlxsw_sp1_kvdl_to_kvdl_index(info, entry_index);
140 unsigned int entry_index; local
142 entry_index = mlxsw_sp1_kvdl_to_entry_index(info, kvdl_index);
143 __clear_bit(entry_index, par
105 mlxsw_sp1_kvdl_to_kvdl_index(const struct mlxsw_sp1_kvdl_part_info *info, unsigned int entry_index) argument
164 mlxsw_sp1_kvdl_free(struct mlxsw_sp *mlxsw_sp, void *priv, enum mlxsw_sp_kvdl_entry_type type, unsigned int entry_count, int entry_index) argument
[all...]
H A Dspectrum_kvdl.c68 unsigned int entry_count, int entry_index)
74 entry_count, entry_index);
66 mlxsw_sp_kvdl_free(struct mlxsw_sp *mlxsw_sp, enum mlxsw_sp_kvdl_entry_type type, unsigned int entry_count, int entry_index) argument
H A Dspectrum_cnt.c188 unsigned int entry_index; local
194 entry_index = sub_pool->base_index;
197 entry_index = find_next_zero_bit(pool->usage, stop_index, entry_index);
198 if (entry_index == stop_index) {
205 if (entry_index + sub_pool->entry_size > stop_index) {
210 __set_bit(entry_index + i, pool->usage);
213 *p_counter_index = entry_index;
H A Dspectrum2_kvdl.c160 int entry_index)
166 return mlxsw_sp2_kvdl_part_free(mlxsw_sp, part, size, entry_index);
157 mlxsw_sp2_kvdl_free(struct mlxsw_sp *mlxsw_sp, void *priv, enum mlxsw_sp_kvdl_entry_type type, unsigned int entry_count, int entry_index) argument
H A Dspectrum_nve.c39 char *tnumt_pl, unsigned int entry_index);
104 char *tnumt_pl, unsigned int entry_index)
108 mlxsw_reg_tnumt_udip_set(tnumt_pl, entry_index, udip);
157 char *tnumt_pl, unsigned int entry_index)
161 mlxsw_reg_tnumt_udip_ptr_set(tnumt_pl, entry_index, udip_ptr);
102 mlxsw_sp_nve_mc_record_ipv4_entry_set(const struct mlxsw_sp_nve_mc_record *mc_record, const struct mlxsw_sp_nve_mc_entry *mc_entry, char *tnumt_pl, unsigned int entry_index) argument
155 mlxsw_sp_nve_mc_record_ipv6_entry_set(const struct mlxsw_sp_nve_mc_record *mc_record, const struct mlxsw_sp_nve_mc_entry *mc_entry, char *tnumt_pl, unsigned int entry_index) argument
H A Dspectrum_dpipe.c1090 int entry_index = 0; local
1115 entry->index = entry_index;
1125 entry_index++;
H A Dspectrum.h818 unsigned int entry_count, int entry_index);
833 unsigned int entry_count, int entry_index);
/linux-master/drivers/net/ethernet/hisilicon/hns/
H A Dhns_dsaf_main.c1616 u16 entry_index; local
1638 entry_index = hns_dsaf_find_soft_mac_entry(dsaf_dev, &mac_key);
1639 if (entry_index == DSAF_INVALID_ENTRY_IDX) {
1641 entry_index = hns_dsaf_find_empty_mac_entry(dsaf_dev);
1642 if (entry_index == DSAF_INVALID_ENTRY_IDX) {
1653 "set_uc_entry, %s Mac key(%#x:%#x) entry_index%d\n",
1655 mac_key.low.val, entry_index);
1667 hns_dsaf_tcam_uc_cfg(dsaf_dev, entry_index, &tcam_data, &mac_data);
1670 soft_mac_entry += entry_index;
1671 soft_mac_entry->index = entry_index;
1682 u16 entry_index; local
1754 u16 entry_index; local
1864 u16 entry_index; local
1913 u16 entry_index; local
2771 u16 entry_index; local
2873 u16 entry_index; local
[all...]
/linux-master/drivers/gpu/drm/amd/amdgpu/
H A Damdgpu_ring_mux.c46 return ring->entry_index < mux->ring_entry_size ?
47 &mux->ring_entry[ring->entry_index] : NULL;
204 ring->entry_index = mux->num_ring_entries;
H A Damdgpu_ring.h306 unsigned int entry_index; member in struct:amdgpu_ring
/linux-master/drivers/net/wireless/silabs/wfx/
H A Dhif_api_cmd.h498 u8 entry_index; member in struct:wfx_hif_req_add_key
520 u8 entry_index; member in struct:wfx_hif_req_remove_key
H A Dkey.c166 k.entry_index = idx;
H A Dhif_tx.c402 body->entry_index = idx;
/linux-master/drivers/net/ethernet/marvell/octeontx2/af/
H A Drvu_npc_fs.c1269 u16 entry_index; local
1275 entry_index = req->entry;
1295 entry_index = npc_get_nixlf_mcam_index(mcam, target, nixlf,
1297 enable = is_mcam_entry_enabled(rvu, mcam, blkaddr, entry_index);
1314 rule = rvu_mcam_find_rule(mcam, entry_index);
1340 write_req.entry = entry_index;
1353 rule->entry = entry_index;
1407 req->index, entry_index);
/linux-master/scripts/
H A Dasn1_compiler.c695 unsigned entry_index; member in struct:element
1404 e->entry_index = entry = nr_entries;
1535 render_opcode(out, "_jump_target(%u),", e->entry_index);
1561 render_opcode(out, "_jump_target(%u),", e->entry_index);
/linux-master/drivers/scsi/lpfc/
H A Dlpfc_mbox.c146 mb->un.varDmp.entry_index = offset;
215 mb->un.varDmp.entry_index = offset;
246 mb->un.varDmp.entry_index = 0;

Completed in 503 milliseconds

12