Searched refs:tx_itr_profile (Results 1 – 3 of 3) sorted by relevance
402 u16 tx_itr_profile[IDPF_DIM_PROFILE_SLOTS]; member
1080 itr = qv->vport->tx_itr_profile[qv->tx_dim.profile_ix]; in idpf_qvec_ena_irq()4127 itr = vport->tx_itr_profile[qv->tx_dim.profile_ix]; in idpf_vport_intr_ena_irq_all()4177 if (dim->profile_ix >= ARRAY_SIZE(vport->tx_itr_profile)) in idpf_tx_dim_work()4178 dim->profile_ix = ARRAY_SIZE(vport->tx_itr_profile) - 1; in idpf_tx_dim_work()4181 itr = vport->tx_itr_profile[dim->profile_ix]; in idpf_tx_dim_work()
3324 memcpy(vport->tx_itr_profile, tx_itr, IDPF_DIM_PROFILE_SLOTS); in idpf_vport_init()