Lines Matching refs:coalesce
611 u32 coalesce; member
2150 u32 ocp_data = tp->coalesce / 8; in r8153_set_rx_early_timeout()
3703 struct ethtool_coalesce *coalesce) in rtl8152_get_coalesce() argument
3715 coalesce->rx_coalesce_usecs = tp->coalesce; in rtl8152_get_coalesce()
3721 struct ethtool_coalesce *coalesce) in rtl8152_set_coalesce() argument
3734 if (coalesce->rx_coalesce_usecs > COALESCE_SLOW) in rtl8152_set_coalesce()
3743 if (tp->coalesce != coalesce->rx_coalesce_usecs) { in rtl8152_set_coalesce()
3744 tp->coalesce = coalesce->rx_coalesce_usecs; in rtl8152_set_coalesce()
4022 tp->coalesce = COALESCE_SUPER; in rtl8152_probe()
4025 tp->coalesce = COALESCE_HIGH; in rtl8152_probe()
4028 tp->coalesce = COALESCE_SLOW; in rtl8152_probe()