Home
last modified time | relevance | path

Searched refs:txq_ctx (Results 1 – 2 of 2) sorted by relevance

/linux/drivers/net/ethernet/intel/ice/
H A Dice_common.c1571 ice_txq_ctx_buf_full_t *txq_ctx, in ice_copy_txq_ctx_from_hw() argument
1575 u32 *ctx = (u32 *)txq_ctx; in ice_copy_txq_ctx_from_hw()
1613 const ice_txq_ctx_buf_full_t *txq_ctx, in ice_copy_txq_ctx_to_hw() argument
1636 u32 ctx = ((const u32 *)txq_ctx)[i]; in ice_copy_txq_ctx_to_hw()
H A Dice_base.c1064 ice_pack_txq_ctx(&tlan_ctx, &qg_buf->txqs[0].txq_ctx); in ice_vsi_cfg_txq()