Home
last modified time | relevance | path

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

/linux-6.12.1/drivers/net/ethernet/intel/i40e/
Di40e_main.c3938 u32 nextqp = has_xdp ? qp + vsi->alloc_queue_pairs : qp; in i40e_vsi_configure_msix() local
3944 (nextqp << I40E_QINT_RQCTL_NEXTQ_INDX_SHIFT) | in i40e_vsi_configure_msix()
3959 wr32(hw, I40E_QINT_TQCTL(nextqp), val); in i40e_vsi_configure_msix()
4026 u32 nextqp = i40e_enabled_xdp_vsi(vsi) ? vsi->alloc_queue_pairs : 0; in i40e_configure_msi_and_legacy() local
4049 wr32(hw, I40E_QINT_RQCTL(0), I40E_QINT_RQCTL_VAL(nextqp, 0, TX)); in i40e_configure_msi_and_legacy()
4053 wr32(hw, I40E_QINT_TQCTL(nextqp), in i40e_configure_msi_and_legacy()
4054 I40E_QINT_TQCTL_VAL(nextqp, 0, TX)); in i40e_configure_msi_and_legacy()