Searched refs:tx_itr_profile (Results 1 – 3 of 3) sorted by relevance
331 u16 tx_itr_profile[IDPF_DIM_PROFILE_SLOTS]; member
3816 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()
3172 memcpy(vport->tx_itr_profile, tx_itr, IDPF_DIM_PROFILE_SLOTS); in idpf_vport_init()