Home
last modified time | relevance | path

Searched refs:netdev_sw_irq_coalesce_default_on (Results 1 – 3 of 3) sorted by relevance

/openbmc/linux/include/linux/
H A Dnetdevice.h88 void netdev_sw_irq_coalesce_default_on(struct net_device *dev);
/openbmc/linux/net/core/
H A Ddev.c10711 void netdev_sw_irq_coalesce_default_on(struct net_device *dev) in netdev_sw_irq_coalesce_default_on() function
10720 EXPORT_SYMBOL_GPL(netdev_sw_irq_coalesce_default_on);
/openbmc/linux/drivers/net/ethernet/realtek/
H A Dr8169_main.c5377 netdev_sw_irq_coalesce_default_on(dev); in rtl_init_one()