Home
last modified time | relevance | path

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

/linux/drivers/net/ethernet/intel/idpf/
H A Didpf.h51 #define IDPF_DIM_PROFILE_SLOTS 5 macro
402 u16 rx_itr_profile[IDPF_DIM_PROFILE_SLOTS];
403 u16 tx_itr_profile[IDPF_DIM_PROFILE_SLOTS];
H A Didpf_virtchnl.c3786 memcpy(vport->rx_itr_profile, rx_itr, IDPF_DIM_PROFILE_SLOTS); in idpf_vport_init()
3787 memcpy(vport->tx_itr_profile, tx_itr, IDPF_DIM_PROFILE_SLOTS); in idpf_vport_init()