Lines Matching refs:coalesce
624 u32 coalesce; member
2161 u32 ocp_data = tp->coalesce / 8; in r8153_set_rx_early_timeout()
3862 struct ethtool_coalesce *coalesce) in rtl8152_get_coalesce() argument
3874 coalesce->rx_coalesce_usecs = tp->coalesce; in rtl8152_get_coalesce()
3880 struct ethtool_coalesce *coalesce) in rtl8152_set_coalesce() argument
3893 if (coalesce->rx_coalesce_usecs > COALESCE_SLOW) in rtl8152_set_coalesce()
3902 if (tp->coalesce != coalesce->rx_coalesce_usecs) { in rtl8152_set_coalesce()
3903 tp->coalesce = coalesce->rx_coalesce_usecs; in rtl8152_set_coalesce()
4188 tp->coalesce = COALESCE_SUPER; in rtl8152_probe()
4191 tp->coalesce = COALESCE_HIGH; in rtl8152_probe()
4194 tp->coalesce = COALESCE_SLOW; in rtl8152_probe()