Home
last modified time | relevance | path

Searched refs:rx_itr_profile (Results 1 – 3 of 3) sorted by relevance

/linux/drivers/net/ethernet/intel/idpf/
H A Didpf.h330 u16 rx_itr_profile[IDPF_DIM_PROFILE_SLOTS]; member
H A Didpf_txrx.c3832 itr = vport->rx_itr_profile[qv->rx_dim.profile_ix]; in idpf_vport_intr_ena_irq_all()
3896 if (dim->profile_ix >= ARRAY_SIZE(vport->rx_itr_profile)) in idpf_rx_dim_work()
3897 dim->profile_ix = ARRAY_SIZE(vport->rx_itr_profile) - 1; in idpf_rx_dim_work()
3900 itr = vport->rx_itr_profile[dim->profile_ix]; in idpf_rx_dim_work()
H A Didpf_virtchnl.c3184 memcpy(vport->rx_itr_profile, rx_itr, IDPF_DIM_PROFILE_SLOTS); in idpf_vport_init()