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.h402 u16 rx_itr_profile[IDPF_DIM_PROFILE_SLOTS]; member
H A Didpf_txrx.c1091 itr = qv->vport->rx_itr_profile[qv->rx_dim.profile_ix]; in idpf_qvec_ena_irq()
4138 itr = vport->rx_itr_profile[qv->rx_dim.profile_ix]; in idpf_vport_intr_ena_irq_all()
4206 if (dim->profile_ix >= ARRAY_SIZE(vport->rx_itr_profile)) in idpf_rx_dim_work()
4207 dim->profile_ix = ARRAY_SIZE(vport->rx_itr_profile) - 1; in idpf_rx_dim_work()
4210 itr = vport->rx_itr_profile[dim->profile_ix]; in idpf_rx_dim_work()
H A Didpf_virtchnl.c3786 memcpy(vport->rx_itr_profile, rx_itr, IDPF_DIM_PROFILE_SLOTS); in idpf_vport_init()