Lines Matching refs:coalesce
942 u32 coalesce; member
3214 u32 ocp_data = tp->coalesce / 8; in r8153_set_rx_early_timeout()
7192 tp->coalesce = COALESCE_SUPER; in r8153_init()
7195 tp->coalesce = COALESCE_HIGH; in r8153_init()
7198 tp->coalesce = COALESCE_SLOW; in r8153_init()
7282 tp->coalesce = 15000; /* 15 us */ in r8153b_init()
7364 tp->coalesce = 15000; /* 15 us */ in r8153c_init()
8227 tp->coalesce = 15000; /* 15 us */ in r8156_init()
8357 tp->coalesce = 15000; /* 15 us */ in r8156b_init()
9061 struct ethtool_coalesce *coalesce, in rtl8152_get_coalesce() argument
9076 coalesce->rx_coalesce_usecs = tp->coalesce; in rtl8152_get_coalesce()
9082 struct ethtool_coalesce *coalesce, in rtl8152_set_coalesce() argument
9098 if (coalesce->rx_coalesce_usecs > COALESCE_SLOW) in rtl8152_set_coalesce()
9107 if (tp->coalesce != coalesce->rx_coalesce_usecs) { in rtl8152_set_coalesce()
9108 tp->coalesce = coalesce->rx_coalesce_usecs; in rtl8152_set_coalesce()