Lines Matching defs:q_ctx
5350 struct ice_q_ctx *q_ctx;
5359 q_ctx = vsi->lan_q_ctx[tc];
5360 return &q_ctx[q_handle];
5383 struct ice_q_ctx *q_ctx;
5400 q_ctx = ice_get_lan_q_ctx(hw, vsi_handle, tc, q_handle);
5401 if (!q_ctx) {
5453 q_ctx->q_handle = q_handle;
5454 q_ctx->q_teid = LE32_TO_CPU(node.node_teid);
5459 status = ice_sched_replay_q_bw(pi, q_ctx);
5488 struct ice_q_ctx *q_ctx;
5522 q_ctx = ice_get_lan_q_ctx(hw, vsi_handle, tc, q_handles[i]);
5523 if (!q_ctx) {
5528 if (q_ctx->q_handle != q_handles[i]) {
5530 q_ctx->q_handle, q_handles[i]);
5542 q_ctx->q_handle = ICE_INVAL_Q_HANDLE;