Lines Matching refs:coalesce
776 u32 coalesce; member
2605 u32 ocp_data = tp->coalesce / 8; in r8153_set_rx_early_timeout()
4470 tp->coalesce = COALESCE_SUPER; in r8153_init()
4473 tp->coalesce = COALESCE_HIGH; in r8153_init()
4476 tp->coalesce = COALESCE_SLOW; in r8153_init()
4538 tp->coalesce = 15000; /* 15 us */ in r8153b_init()
5149 struct ethtool_coalesce *coalesce) in rtl8152_get_coalesce() argument
5162 coalesce->rx_coalesce_usecs = tp->coalesce; in rtl8152_get_coalesce()
5168 struct ethtool_coalesce *coalesce) in rtl8152_set_coalesce() argument
5182 if (coalesce->rx_coalesce_usecs > COALESCE_SLOW) in rtl8152_set_coalesce()
5191 if (tp->coalesce != coalesce->rx_coalesce_usecs) { in rtl8152_set_coalesce()
5192 tp->coalesce = coalesce->rx_coalesce_usecs; in rtl8152_set_coalesce()