Home
last modified time | relevance | path

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

/linux/drivers/net/ethernet/intel/ice/
H A Dice_common.c1576 u32 txq_base, reg; in ice_copy_txq_ctx_from_hw() local
1579 txq_base = rd32(hw, PFLAN_TX_QALLOC(hw->pf_id)); in ice_copy_txq_ctx_from_hw()
1580 txq_base = FIELD_GET(PFLAN_TX_QALLOC_FIRSTQ_M, txq_base); in ice_copy_txq_ctx_from_hw()
1585 txq_base + txq_index) | in ice_copy_txq_ctx_from_hw()
1617 u32 txq_base, reg; in ice_copy_txq_ctx_to_hw() local
1620 txq_base = rd32(hw, PFLAN_TX_QALLOC(hw->pf_id)); in ice_copy_txq_ctx_to_hw()
1621 txq_base = FIELD_GET(PFLAN_TX_QALLOC_FIRSTQ_M, txq_base); in ice_copy_txq_ctx_to_hw()
1626 txq_base + txq_index) | in ice_copy_txq_ctx_to_hw()