Home
last modified time | relevance | path

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

/linux-6.1.9/lib/dim/
Dnet_dim.c59 tx_profile[DIM_CQ_PERIOD_NUM_MODES][NET_DIM_PARAMS_NUM_PROFILES] = { variable
87 struct dim_cq_moder cq_moder = tx_profile[cq_period_mode][ix]; in net_dim_get_tx_moderation()
/linux-6.1.9/drivers/net/ethernet/intel/ice/
Dice_main.c6186 static const struct ice_dim tx_profile[] = { variable
6203 WARN_ON(dim->profile_ix >= ARRAY_SIZE(tx_profile)); in ice_tx_dim_work()
6206 itr = tx_profile[dim->profile_ix].itr; in ice_tx_dim_work()
6260 tx_profile[rc->dim.profile_ix].itr : rc->itr_setting); in ice_init_moderation()