Home
last modified time | relevance | path

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

/linux/net/ethtool/
A Dioctl.c1665 u32 nonzero_params = 0; in ethtool_set_coalesce_supported() local
1668 nonzero_params |= ETHTOOL_COALESCE_RX_USECS; in ethtool_set_coalesce_supported()
1670 nonzero_params |= ETHTOOL_COALESCE_RX_MAX_FRAMES; in ethtool_set_coalesce_supported()
1672 nonzero_params |= ETHTOOL_COALESCE_RX_USECS_IRQ; in ethtool_set_coalesce_supported()
1676 nonzero_params |= ETHTOOL_COALESCE_TX_USECS; in ethtool_set_coalesce_supported()
1678 nonzero_params |= ETHTOOL_COALESCE_TX_MAX_FRAMES; in ethtool_set_coalesce_supported()
1680 nonzero_params |= ETHTOOL_COALESCE_TX_USECS_IRQ; in ethtool_set_coalesce_supported()
1690 nonzero_params |= ETHTOOL_COALESCE_PKT_RATE_LOW; in ethtool_set_coalesce_supported()
1692 nonzero_params |= ETHTOOL_COALESCE_RX_USECS_LOW; in ethtool_set_coalesce_supported()
1696 nonzero_params |= ETHTOOL_COALESCE_TX_USECS_LOW; in ethtool_set_coalesce_supported()
[all …]

Completed in 9 milliseconds