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.c1578 u32 txq_base, reg; in ice_copy_txq_ctx_from_hw() local
1581 txq_base = rd32(hw, PFLAN_TX_QALLOC(hw->pf_id)); in ice_copy_txq_ctx_from_hw()
1582 txq_base = FIELD_GET(PFLAN_TX_QALLOC_FIRSTQ_M, txq_base); in ice_copy_txq_ctx_from_hw()
1587 txq_base + txq_index) | in ice_copy_txq_ctx_from_hw()
1619 u32 txq_base, reg; in ice_copy_txq_ctx_to_hw() local
1622 txq_base = rd32(hw, PFLAN_TX_QALLOC(hw->pf_id)); in ice_copy_txq_ctx_to_hw()
1623 txq_base = FIELD_GET(PFLAN_TX_QALLOC_FIRSTQ_M, txq_base); in ice_copy_txq_ctx_to_hw()
1628 txq_base + txq_index) | in ice_copy_txq_ctx_to_hw()