Home
last modified time | relevance | path

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

/linux-6.12.1/drivers/net/ethernet/intel/idpf/
Didpf.h331 u16 tx_itr_profile[IDPF_DIM_PROFILE_SLOTS]; member
Didpf_txrx.c3816 itr = vport->tx_itr_profile[qv->tx_dim.profile_ix]; in idpf_vport_intr_ena_irq_all()
3862 if (dim->profile_ix >= ARRAY_SIZE(vport->tx_itr_profile)) in idpf_tx_dim_work()
3863 dim->profile_ix = ARRAY_SIZE(vport->tx_itr_profile) - 1; in idpf_tx_dim_work()
3866 itr = vport->tx_itr_profile[dim->profile_ix]; in idpf_tx_dim_work()
Didpf_virtchnl.c3172 memcpy(vport->tx_itr_profile, tx_itr, IDPF_DIM_PROFILE_SLOTS); in idpf_vport_init()