Home
last modified time | relevance | path

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

/drivers/net/ethernet/intel/ice/
A Dice_base.c296 tlan_ctx->port_num = vsi->port_info->lport; in ice_setup_tx_ctx()
299 tlan_ctx->qlen = ring->count; in ice_setup_tx_ctx()
301 ice_set_cgd_num(tlan_ctx, ring->dcb_tc); in ice_setup_tx_ctx()
304 tlan_ctx->pf_num = hw->pf_id; in ice_setup_tx_ctx()
335 tlan_ctx->src_vsi = ring->ch->vsi_num; in ice_setup_tx_ctx()
342 tlan_ctx->tsyn_ena = 1; in ice_setup_tx_ctx()
350 tlan_ctx->tso_ena = ICE_TX_LEGACY; in ice_setup_tx_ctx()
351 tlan_ctx->tso_qnum = pf_q; in ice_setup_tx_ctx()
357 tlan_ctx->legacy_int = ICE_TX_LEGACY; in ice_setup_tx_ctx()
895 struct ice_tlan_ctx tlan_ctx = { 0 }; in ice_vsi_cfg_txq() local
[all …]
A Dice_dcb_lib.h53 ice_set_cgd_num(struct ice_tlan_ctx *tlan_ctx, u8 dcb_tc) in ice_set_cgd_num() argument
55 tlan_ctx->cgd_num = dcb_tc; in ice_set_cgd_num()
139 static inline void ice_set_cgd_num(struct ice_tlan_ctx *tlan_ctx, u8 dcb_tc) { } in ice_set_cgd_num() argument
A Dice_common.h123 int ice_read_txq_ctx(struct ice_hw *hw, struct ice_tlan_ctx *tlan_ctx,
125 int ice_write_txq_ctx(struct ice_hw *hw, struct ice_tlan_ctx *tlan_ctx,
A Dice_common.c1657 int ice_read_txq_ctx(struct ice_hw *hw, struct ice_tlan_ctx *tlan_ctx, in ice_read_txq_ctx() argument
1666 ice_unpack_txq_ctx_full(&buf, tlan_ctx); in ice_read_txq_ctx()
1682 int ice_write_txq_ctx(struct ice_hw *hw, struct ice_tlan_ctx *tlan_ctx, in ice_write_txq_ctx() argument
1690 ice_pack_txq_ctx_full(tlan_ctx, &buf); in ice_write_txq_ctx()

Completed in 18 milliseconds