Searched refs:rx_itr_profile (Results 1 – 3 of 3) sorted by relevance
330 u16 rx_itr_profile[IDPF_DIM_PROFILE_SLOTS]; member
3824 itr = vport->rx_itr_profile[qv->rx_dim.profile_ix]; in idpf_vport_intr_ena_irq_all()3888 if (dim->profile_ix >= ARRAY_SIZE(vport->rx_itr_profile)) in idpf_rx_dim_work()3889 dim->profile_ix = ARRAY_SIZE(vport->rx_itr_profile) - 1; in idpf_rx_dim_work()3892 itr = vport->rx_itr_profile[dim->profile_ix]; in idpf_rx_dim_work()
3171 memcpy(vport->rx_itr_profile, rx_itr, IDPF_DIM_PROFILE_SLOTS); in idpf_vport_init()