Searched refs:rx_coal_type (Results 1 – 2 of 2) sorted by relevance
976 if (coal_conf->rx_coal_type != NO_COALESCE) { in amd8111e_calc_coalesce()981 coal_conf->rx_coal_type = NO_COALESCE; in amd8111e_calc_coalesce()987 if (coal_conf->rx_coal_type != NO_COALESCE) { in amd8111e_calc_coalesce()992 coal_conf->rx_coal_type = NO_COALESCE; in amd8111e_calc_coalesce()997 if (coal_conf->rx_coal_type != LOW_COALESCE) { in amd8111e_calc_coalesce()1001 coal_conf->rx_coal_type = LOW_COALESCE; in amd8111e_calc_coalesce()1005 if (coal_conf->rx_coal_type != MEDIUM_COALESCE) { in amd8111e_calc_coalesce()1009 coal_conf->rx_coal_type = MEDIUM_COALESCE; in amd8111e_calc_coalesce()1014 if (coal_conf->rx_coal_type != HIGH_COALESCE) { in amd8111e_calc_coalesce()1018 coal_conf->rx_coal_type = HIGH_COALESCE; in amd8111e_calc_coalesce()
711 unsigned int rx_coal_type; member