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

/linux-master/net/ethtool/
H A Dioctl.c1749 u32 nonzero_params = 0; local
1752 nonzero_params |= ETHTOOL_COALESCE_RX_USECS;
1754 nonzero_params |= ETHTOOL_COALESCE_RX_MAX_FRAMES;
1756 nonzero_params |= ETHTOOL_COALESCE_RX_USECS_IRQ;
1758 nonzero_params |= ETHTOOL_COALESCE_RX_MAX_FRAMES_IRQ;
1760 nonzero_params |= ETHTOOL_COALESCE_TX_USECS;
1762 nonzero_params |= ETHTOOL_COALESCE_TX_MAX_FRAMES;
1764 nonzero_params |= ETHTOOL_COALESCE_TX_USECS_IRQ;
1766 nonzero_params |= ETHTOOL_COALESCE_TX_MAX_FRAMES_IRQ;
1768 nonzero_params |
[all...]

Completed in 242 milliseconds