Lines Matching refs:coalesce
857 u32 coalesce; member
2805 u32 ocp_data = tp->coalesce / 8; in r8153_set_rx_early_timeout()
5503 tp->coalesce = COALESCE_SUPER; in r8153_init()
5506 tp->coalesce = COALESCE_HIGH; in r8153_init()
5509 tp->coalesce = COALESCE_SLOW; in r8153_init()
5597 tp->coalesce = 15000; /* 15 us */ in r8153b_init()
6211 struct ethtool_coalesce *coalesce) in rtl8152_get_coalesce() argument
6224 coalesce->rx_coalesce_usecs = tp->coalesce; in rtl8152_get_coalesce()
6230 struct ethtool_coalesce *coalesce) in rtl8152_set_coalesce() argument
6244 if (coalesce->rx_coalesce_usecs > COALESCE_SLOW) in rtl8152_set_coalesce()
6253 if (tp->coalesce != coalesce->rx_coalesce_usecs) { in rtl8152_set_coalesce()
6254 tp->coalesce = coalesce->rx_coalesce_usecs; in rtl8152_set_coalesce()