Home
last modified time | relevance | path

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

/f-stack/dpdk/drivers/net/ice/base/
H A Dice_sched.c564 struct ice_q_ctx *q_ctx; in ice_alloc_lan_q_ctx() local
572 ice_calloc(hw, new_numqs, sizeof(*q_ctx)); in ice_alloc_lan_q_ctx()
582 q_ctx = (struct ice_q_ctx *) in ice_alloc_lan_q_ctx()
583 ice_calloc(hw, new_numqs, sizeof(*q_ctx)); in ice_alloc_lan_q_ctx()
584 if (!q_ctx) in ice_alloc_lan_q_ctx()
586 ice_memcpy(q_ctx, vsi_ctx->lan_q_ctx[tc], in ice_alloc_lan_q_ctx()
589 vsi_ctx->lan_q_ctx[tc] = q_ctx; in ice_alloc_lan_q_ctx()
4344 ice_set_clear_cir_bw(&q_ctx->bw_t_info, bw); in ice_sched_save_q_bw()
4347 ice_set_clear_eir_bw(&q_ctx->bw_t_info, bw); in ice_sched_save_q_bw()
4375 struct ice_q_ctx *q_ctx; in ice_sched_set_q_bw_lmt() local
[all …]
H A Dice_common.c4097 struct ice_q_ctx *q_ctx; in ice_get_lan_q_ctx() local
4106 q_ctx = vsi->lan_q_ctx[tc]; in ice_get_lan_q_ctx()
4107 return &q_ctx[q_handle]; in ice_get_lan_q_ctx()
4130 struct ice_q_ctx *q_ctx; in ice_ena_vsi_txq() local
4148 if (!q_ctx) { in ice_ena_vsi_txq()
4200 q_ctx->q_handle = q_handle; in ice_ena_vsi_txq()
4236 struct ice_q_ctx *q_ctx; in ice_dis_vsi_txq() local
4270 if (!q_ctx) { in ice_dis_vsi_txq()
4275 if (q_ctx->q_handle != q_handles[i]) { in ice_dis_vsi_txq()
4277 q_ctx->q_handle, q_handles[i]); in ice_dis_vsi_txq()
[all …]
H A Dice_sched.h216 ice_sched_replay_q_bw(struct ice_port_info *pi, struct ice_q_ctx *q_ctx);