Searched refs:rx_itr_profile (Results 1 – 3 of 3) sorted by relevance
401 u16 rx_itr_profile[IDPF_DIM_PROFILE_SLOTS]; member
1091 itr = qv->vport->rx_itr_profile[qv->rx_dim.profile_ix]; in idpf_qvec_ena_irq() 4139 itr = vport->rx_itr_profile[qv->rx_dim.profile_ix]; in idpf_vport_intr_ena_irq_all() 4228 if (dim->profile_ix >= ARRAY_SIZE(vport->rx_itr_profile))4229 dim->profile_ix = ARRAY_SIZE(vport->rx_itr_profile) - 1;4232 itr = vport->rx_itr_profile[dim->profile_ix];
3323 memcpy(vport->rx_itr_profile, rx_itr, IDPF_DIM_PROFILE_SLOTS); in idpf_vport_init()