Searched refs:tx_itr_profile (Results 1 – 3 of 3) sorted by relevance
333 u16 tx_itr_profile[IDPF_DIM_PROFILE_SLOTS]; member
3818 itr = vport->tx_itr_profile[qv->tx_dim.profile_ix]; in idpf_vport_intr_ena_irq_all()3864 if (dim->profile_ix >= ARRAY_SIZE(vport->tx_itr_profile)) in idpf_tx_dim_work()3865 dim->profile_ix = ARRAY_SIZE(vport->tx_itr_profile) - 1; in idpf_tx_dim_work()3868 itr = vport->tx_itr_profile[dim->profile_ix]; in idpf_tx_dim_work()
3185 memcpy(vport->tx_itr_profile, tx_itr, IDPF_DIM_PROFILE_SLOTS); in idpf_vport_init()