Home
last modified time | relevance | path

Searched refs:prio_count (Results 1 - 6 of 6) sorted by relevance

/kernel/linux/linux-5.10/drivers/net/ethernet/mellanox/mlx5/core/en/
H A Dport_buffer.c202 u8 prio_count; in update_buffer_lossy() local
209 prio_count = 0; in update_buffer_lossy()
216 prio_count++; in update_buffer_lossy()
220 if (lossy_count == prio_count) in update_buffer_lossy()
222 else /* lossy_count < prio_count */ in update_buffer_lossy()
/kernel/linux/linux-6.6/drivers/net/ethernet/mellanox/mlx5/core/en/
H A Dport_buffer.c416 u8 prio_count; in update_buffer_lossy() local
423 prio_count = 0; in update_buffer_lossy()
430 prio_count++; in update_buffer_lossy()
434 if (lossy_count == prio_count) in update_buffer_lossy()
436 else /* lossy_count < prio_count */ in update_buffer_lossy()
/kernel/linux/linux-6.6/drivers/gpu/drm/i915/gt/
H A Dintel_context_types.h209 * @prio_count: a counter of the number requests in flight in
212 u32 prio_count[GUC_CLIENT_PRIORITY_NUM]; member
/kernel/linux/linux-6.6/drivers/gpu/drm/i915/gt/uc/
H A Dintel_guc_submission.c3237 GEM_BUG_ON(ce->guc_state.prio_count[GUC_CLIENT_PRIORITY_KMD_HIGH] || in __guc_context_destroy()
3238 ce->guc_state.prio_count[GUC_CLIENT_PRIORITY_HIGH] || in __guc_context_destroy()
3239 ce->guc_state.prio_count[GUC_CLIENT_PRIORITY_KMD_NORMAL] || in __guc_context_destroy()
3240 ce->guc_state.prio_count[GUC_CLIENT_PRIORITY_NORMAL]); in __guc_context_destroy()
3413 GEM_BUG_ON(guc_prio >= ARRAY_SIZE(ce->guc_state.prio_count)); in add_context_inflight_prio()
3415 ++ce->guc_state.prio_count[guc_prio]; in add_context_inflight_prio()
3418 GEM_WARN_ON(!ce->guc_state.prio_count[guc_prio]); in add_context_inflight_prio()
3425 GEM_BUG_ON(guc_prio >= ARRAY_SIZE(ce->guc_state.prio_count)); in sub_context_inflight_prio()
3428 GEM_WARN_ON(!ce->guc_state.prio_count[guc_prio]); in sub_context_inflight_prio()
3430 --ce->guc_state.prio_count[guc_pri in sub_context_inflight_prio()
[all...]
/kernel/linux/linux-5.10/drivers/net/ethernet/qlogic/qlcnic/
H A Dqlcnic_dcb.c133 u8 prio_count; member
682 type->pg_cfg[tc_cfg->pgid].prio_count++; in qlcnic_dcb_fill_cee_tc_params()
/kernel/linux/linux-6.6/drivers/net/ethernet/qlogic/qlcnic/
H A Dqlcnic_dcb.c133 u8 prio_count; member
682 type->pg_cfg[tc_cfg->pgid].prio_count++; in qlcnic_dcb_fill_cee_tc_params()

Completed in 12 milliseconds