Searched refs:coal_flags (Results 1 – 4 of 4) sorted by relevance
| /linux/net/ethtool/ |
| A D | coalesce.c | 153 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/include/linux/ |
| A D | dim.h | 82 u8 coal_flags; member 249 u8 coal_flags, u8 rx_mode, u8 tx_mode,
|
| /linux/lib/dim/ |
| A D | net_dim.c | 100 u8 coal_flags, u8 rx_mode, u8 tx_mode, in net_dim_init_irq_moder() argument 115 moder->coal_flags = coal_flags; in net_dim_init_irq_moder()
|
| /linux/drivers/net/ |
| A D | virtio_net.c | 5846 u8 profile_flags = 0, coal_flags = 0; in virtnet_init_irq_moder() local 5850 coal_flags |= DIM_COALESCE_USEC | DIM_COALESCE_PKTS; in virtnet_init_irq_moder() 5851 ret = net_dim_init_irq_moder(vi->dev, profile_flags, coal_flags, in virtnet_init_irq_moder()
|
Completed in 24 milliseconds