Lines Matching refs:q_handle
5344 * @q_handle: software queue handle
5347 ice_get_lan_q_ctx(struct ice_hw *hw, u16 vsi_handle, u8 tc, u16 q_handle)
5355 if (q_handle >= vsi->num_lan_q_entries[tc])
5360 return &q_ctx[q_handle];
5368 * @q_handle: software queue handle
5377 ice_ena_vsi_txq(struct ice_port_info *pi, u16 vsi_handle, u8 tc, u16 q_handle,
5400 q_ctx = ice_get_lan_q_ctx(hw, vsi_handle, tc, q_handle);
5403 q_handle);
5453 q_ctx->q_handle = q_handle;
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;