Home
last modified time | relevance | path

Searched refs:prio_count (Results 1 – 4 of 4) sorted by relevance

/linux-6.1.9/drivers/net/ethernet/mellanox/mlx5/core/en/
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()
/linux-6.1.9/drivers/gpu/drm/i915/gt/
Dintel_context_types.h210 u32 prio_count[GUC_CLIENT_PRIORITY_NUM]; member
/linux-6.1.9/drivers/gpu/drm/i915/gt/uc/
Dintel_guc_submission.c3078 GEM_BUG_ON(ce->guc_state.prio_count[GUC_CLIENT_PRIORITY_KMD_HIGH] || in __guc_context_destroy()
3079 ce->guc_state.prio_count[GUC_CLIENT_PRIORITY_HIGH] || in __guc_context_destroy()
3080 ce->guc_state.prio_count[GUC_CLIENT_PRIORITY_KMD_NORMAL] || in __guc_context_destroy()
3081 ce->guc_state.prio_count[GUC_CLIENT_PRIORITY_NORMAL]); in __guc_context_destroy()
3255 GEM_BUG_ON(guc_prio >= ARRAY_SIZE(ce->guc_state.prio_count)); in add_context_inflight_prio()
3257 ++ce->guc_state.prio_count[guc_prio]; in add_context_inflight_prio()
3260 GEM_WARN_ON(!ce->guc_state.prio_count[guc_prio]); in add_context_inflight_prio()
3267 GEM_BUG_ON(guc_prio >= ARRAY_SIZE(ce->guc_state.prio_count)); in sub_context_inflight_prio()
3270 GEM_WARN_ON(!ce->guc_state.prio_count[guc_prio]); in sub_context_inflight_prio()
3272 --ce->guc_state.prio_count[guc_prio]; in sub_context_inflight_prio()
[all …]
/linux-6.1.9/drivers/net/ethernet/qlogic/qlcnic/
Dqlcnic_dcb.c133 u8 prio_count; member
682 type->pg_cfg[tc_cfg->pgid].prio_count++; in qlcnic_dcb_fill_cee_tc_params()