Searched refs:nonzero_params (Results 1 – 1 of 1) sorted by relevance
2060 u32 nonzero_params = 0; in ethtool_set_coalesce_supported() local 2063 nonzero_params |= ETHTOOL_COALESCE_RX_USECS; in ethtool_set_coalesce_supported() 2065 nonzero_params |= ETHTOOL_COALESCE_RX_MAX_FRAMES; in ethtool_set_coalesce_supported() 2067 nonzero_params |= ETHTOOL_COALESCE_RX_USECS_IRQ; in ethtool_set_coalesce_supported() 2069 nonzero_params |= ETHTOOL_COALESCE_RX_MAX_FRAMES_IRQ; in ethtool_set_coalesce_supported() 2071 nonzero_params |= ETHTOOL_COALESCE_TX_USECS; in ethtool_set_coalesce_supported() 2073 nonzero_params |= ETHTOOL_COALESCE_TX_MAX_FRAMES; in ethtool_set_coalesce_supported() 2075 nonzero_params |= ETHTOOL_COALESCE_TX_USECS_IRQ; in ethtool_set_coalesce_supported() 2077 nonzero_params |= ETHTOOL_COALESCE_TX_MAX_FRAMES_IRQ; in ethtool_set_coalesce_supported() 2079 nonzero_params | in ethtool_set_coalesce_supported() [all...]