Home
last modified time | relevance | path

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

/linux/net/ethtool/
H A Dcoalesce.c280 if (moder->profile_flags & DIM_PROFILE_RX) { in coalesce_fill_reply()
288 if (moder->profile_flags & DIM_PROFILE_TX) in coalesce_fill_reply()
362 if (irq_moder && irq_moder->profile_flags & DIM_PROFILE_RX) in ethnl_set_coalesce_validate()
365 if (irq_moder && irq_moder->profile_flags & DIM_PROFILE_TX) in ethnl_set_coalesce_validate()
574 if (dev->irq_moder && dev->irq_moder->profile_flags & DIM_PROFILE_RX) { in __ethnl_set_coalesce()
582 if (dev->irq_moder && dev->irq_moder->profile_flags & DIM_PROFILE_TX) { in __ethnl_set_coalesce()
/linux/drivers/net/
H A Dvirtio_net.c6075 u8 profile_flags = 0, coal_flags = 0; in virtnet_init_irq_moder() local
6078 profile_flags |= DIM_PROFILE_RX; in virtnet_init_irq_moder()
6080 ret = net_dim_init_irq_moder(vi->dev, profile_flags, coal_flags, in virtnet_init_irq_moder()