Searched refs:profile_flags (Results 1 – 4 of 4) sorted by relevance
99 int net_dim_init_irq_moder(struct net_device *dev, u8 profile_flags, in net_dim_init_irq_moder() argument116 moder->profile_flags = profile_flags; in net_dim_init_irq_moder()118 if (profile_flags & DIM_PROFILE_RX) { in net_dim_init_irq_moder()128 if (profile_flags & DIM_PROFILE_TX) { in net_dim_init_irq_moder()
280 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()
81 u8 profile_flags; member248 int net_dim_init_irq_moder(struct net_device *dev, u8 profile_flags,
5846 u8 profile_flags = 0, coal_flags = 0; in virtnet_init_irq_moder() local5849 profile_flags |= DIM_PROFILE_RX; in virtnet_init_irq_moder()5851 ret = net_dim_init_irq_moder(vi->dev, profile_flags, coal_flags, in virtnet_init_irq_moder()