Home
last modified time | relevance | path

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

/linux/net/ethtool/
H A Dcoalesce.c153 u8 coal_flags) in coalesce_put_profile() argument
158 if (!profile || !coal_flags) in coalesce_put_profile()
173 if (coal_flags & DIM_COALESCE_USEC) { in coalesce_put_profile()
180 if (coal_flags & DIM_COALESCE_PKTS) { in coalesce_put_profile()
187 if (coal_flags & DIM_COALESCE_COMPS) { in coalesce_put_profile()
283 moder->coal_flags); in coalesce_fill_reply()
291 moder->coal_flags); in coalesce_fill_reply()
402 if (irq_moder->coal_flags & coal_bit) { in ethnl_update_irq_moder()
/linux/drivers/net/
H A Dvirtio_net.c6075 u8 profile_flags = 0, coal_flags = 0; in virtnet_init_irq_moder() local
6079 coal_flags |= DIM_COALESCE_USEC | DIM_COALESCE_PKTS; in virtnet_init_irq_moder()
6080 ret = net_dim_init_irq_moder(vi->dev, profile_flags, coal_flags, in virtnet_init_irq_moder()