Home
last modified time | relevance | path

Searched refs:IDPF_DIM_PROFILE_SLOTS (Results 1 – 2 of 2) sorted by relevance

/linux-6.15/drivers/net/ethernet/intel/idpf/
H A Didpf.h44 #define IDPF_DIM_PROFILE_SLOTS 5 macro
332 u16 rx_itr_profile[IDPF_DIM_PROFILE_SLOTS];
333 u16 tx_itr_profile[IDPF_DIM_PROFILE_SLOTS];
H A Didpf_virtchnl.c3184 memcpy(vport->rx_itr_profile, rx_itr, IDPF_DIM_PROFILE_SLOTS); in idpf_vport_init()
3185 memcpy(vport->tx_itr_profile, tx_itr, IDPF_DIM_PROFILE_SLOTS); in idpf_vport_init()