Home
last modified time | relevance | path

Searched refs:child_index (Results 1 – 7 of 7) sorted by relevance

/openbmc/linux/drivers/gpu/drm/i915/gt/
H A Dintel_context_types.h282 u8 child_index; member
H A Dintel_context.h258 ce->parallel.child_index + 1); in intel_context_timeline_lock()
H A Dintel_context.c575 parent->parallel.child_index = parent->parallel.number_children++; in intel_context_bind_parent_child()
/openbmc/libpldm/include/libpldm/
H A Dpdr.h234 uint8_t child_index, uint32_t range_exclude_start_handle,
/openbmc/libpldm/src/dsp/
H A Dpdr.c401 uint8_t child_index, uint32_t range_exclude_start_handle, in pldm_pdr_find_child_container_id_index_range_exclude() argument
433 if (child_index >= pdr->num_children) { in pldm_pdr_find_child_container_id_index_range_exclude()
437 child = (&pdr->children[child_index]); in pldm_pdr_find_child_container_id_index_range_exclude()
/openbmc/linux/drivers/gpu/drm/i915/gt/uc/
H A Dintel_guc_submission.c2498 u8 child_index) in get_children_join_value() argument
2500 return __get_parent_scratch(ce)->join[child_index].semaphore; in get_children_join_value()
5228 u8 child_index) in get_children_join_addr() argument
5234 offsetof(struct parent_scratch, join[child_index].semaphore); in get_children_join_addr()
5306 ce->parallel.child_index), in emit_bb_start_child_no_preempt_mid_batch()
5443 ce->parallel.child_index), in __emit_fini_breadcrumb_child_no_preempt_mid_batch()
/openbmc/linux/drivers/net/ethernet/mellanox/mlxsw/
H A Dspectrum_qdisc.c1494 int child_index = TC_H_MIN(parent); in mlxsw_sp_qdisc_prio_find_class() local
1495 int band = child_index - 1; in mlxsw_sp_qdisc_prio_find_class()