Home
last modified time | relevance | path

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

/openbmc/linux/drivers/net/ethernet/intel/ice/
H A Dice_switch.h45 u16 num_lan_q_entries[ICE_MAX_TRAFFIC_CLASS]; member
H A Dice_lag.c460 numq = ctx->num_lan_q_entries[tc]; in ice_lag_move_vf_node_tc()
822 numq = ctx->num_lan_q_entries[tc]; in ice_lag_reclaim_vf_tc()
1852 numq = ctx->num_lan_q_entries[tc]; in ice_lag_move_vf_nodes_tc_sync()
H A Dice_sched.c588 vsi_ctx->num_lan_q_entries[tc] = new_numqs; in ice_alloc_lan_q_ctx()
592 if (new_numqs > vsi_ctx->num_lan_q_entries[tc]) { in ice_alloc_lan_q_ctx()
593 u16 prev_num = vsi_ctx->num_lan_q_entries[tc]; in ice_alloc_lan_q_ctx()
610 vsi_ctx->num_lan_q_entries[tc] = new_numqs; in ice_alloc_lan_q_ctx()
H A Dice_common.c4620 if (q_handle >= vsi->num_lan_q_entries[tc]) in ice_get_lan_q_ctx()