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

/linux-master/drivers/net/ethernet/mellanox/mlx5/core/en/
H A Dport_buffer.c416 u8 prio_count; local
423 prio_count = 0;
430 prio_count++;
434 if (lossy_count == prio_count)
436 else /* lossy_count < prio_count */
/linux-master/drivers/gpu/drm/i915/gt/
H A Dintel_context_types.h211 * @prio_count: a counter of the number requests in flight in
214 u32 prio_count[GUC_CLIENT_PRIORITY_NUM]; member in struct:intel_context::__anon641
/linux-master/drivers/gpu/drm/i915/gt/uc/
H A Dintel_guc_submission.c3401 GEM_BUG_ON(ce->guc_state.prio_count[GUC_CLIENT_PRIORITY_KMD_HIGH] ||
3402 ce->guc_state.prio_count[GUC_CLIENT_PRIORITY_HIGH] ||
3403 ce->guc_state.prio_count[GUC_CLIENT_PRIORITY_KMD_NORMAL] ||
3404 ce->guc_state.prio_count[GUC_CLIENT_PRIORITY_NORMAL]);
3603 GEM_BUG_ON(guc_prio >= ARRAY_SIZE(ce->guc_state.prio_count));
3605 ++ce->guc_state.prio_count[guc_prio];
3608 GEM_WARN_ON(!ce->guc_state.prio_count[guc_prio]);
3615 GEM_BUG_ON(guc_prio >= ARRAY_SIZE(ce->guc_state.prio_count));
3618 GEM_WARN_ON(!ce->guc_state.prio_count[guc_prio]);
3620 --ce->guc_state.prio_count[guc_pri
[all...]
/linux-master/drivers/net/ethernet/qlogic/qlcnic/
H A Dqlcnic_dcb.c133 u8 prio_count; member in struct:qlcnic_dcb_pg_cfg
682 type->pg_cfg[tc_cfg->pgid].prio_count++;

Completed in 388 milliseconds