Home
last modified time | relevance | path

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

/linux-6.12.1/drivers/net/ethernet/intel/idpf/
Didpf.h330 u16 rx_itr_profile[IDPF_DIM_PROFILE_SLOTS]; member
Didpf_txrx.c3824 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()
Didpf_virtchnl.c3171 memcpy(vport->rx_itr_profile, rx_itr, IDPF_DIM_PROFILE_SLOTS); in idpf_vport_init()