Home
last modified time | relevance | path

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

/f-stack/dpdk/drivers/net/ice/base/
H A Dice_switch.h101 u16 num_lan_q_entries[ICE_MAX_TRAFFIC_CLASS]; member
H A Dice_sched.c575 vsi_ctx->num_lan_q_entries[tc] = new_numqs; in ice_alloc_lan_q_ctx()
579 if (new_numqs > vsi_ctx->num_lan_q_entries[tc]) { in ice_alloc_lan_q_ctx()
580 u16 prev_num = vsi_ctx->num_lan_q_entries[tc]; in ice_alloc_lan_q_ctx()
590 vsi_ctx->num_lan_q_entries[tc] = new_numqs; in ice_alloc_lan_q_ctx()
H A Dice_common.c4102 if (q_handle >= vsi->num_lan_q_entries[tc]) in ice_get_lan_q_ctx()