Home
last modified time | relevance | path

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

/linux/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()
/linux/drivers/gpu/drm/i915/gt/
H A Dintel_context_types.h218 u32 prio_count[GUC_CLIENT_PRIORITY_NUM]; member
/linux/drivers/gpu/drm/i915/gt/uc/
H A Dintel_guc_submission.c3468 GEM_BUG_ON(ce->guc_state.prio_count[GUC_CLIENT_PRIORITY_KMD_HIGH] || in __guc_context_destroy()
3469 ce->guc_state.prio_count[GUC_CLIENT_PRIORITY_HIGH] || in __guc_context_destroy()
3470 ce->guc_state.prio_count[GUC_CLIENT_PRIORITY_KMD_NORMAL] || in __guc_context_destroy()
3471 ce->guc_state.prio_count[GUC_CLIENT_PRIORITY_NORMAL]); in __guc_context_destroy()
3670 GEM_BUG_ON(guc_prio >= ARRAY_SIZE(ce->guc_state.prio_count)); in add_context_inflight_prio()
3672 ++ce->guc_state.prio_count[guc_prio]; in add_context_inflight_prio()
3675 GEM_WARN_ON(!ce->guc_state.prio_count[guc_prio]); in add_context_inflight_prio()
3682 GEM_BUG_ON(guc_prio >= ARRAY_SIZE(ce->guc_state.prio_count)); in sub_context_inflight_prio()
3685 GEM_WARN_ON(!ce->guc_state.prio_count[guc_prio]); in sub_context_inflight_prio()
3687 --ce->guc_state.prio_count[guc_prio]; in sub_context_inflight_prio()
[all …]
/linux/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()