Searched refs:rx_coal_type (Results 1 – 2 of 2) sorted by relevance
977 if (coal_conf->rx_coal_type != NO_COALESCE) { in amd8111e_calc_coalesce()982 coal_conf->rx_coal_type = NO_COALESCE; in amd8111e_calc_coalesce()988 if (coal_conf->rx_coal_type != NO_COALESCE) { in amd8111e_calc_coalesce()993 coal_conf->rx_coal_type = NO_COALESCE; in amd8111e_calc_coalesce()998 if (coal_conf->rx_coal_type != LOW_COALESCE) { in amd8111e_calc_coalesce()1002 coal_conf->rx_coal_type = LOW_COALESCE; in amd8111e_calc_coalesce()1006 if (coal_conf->rx_coal_type != MEDIUM_COALESCE) { in amd8111e_calc_coalesce()1010 coal_conf->rx_coal_type = MEDIUM_COALESCE; in amd8111e_calc_coalesce()1015 if (coal_conf->rx_coal_type != HIGH_COALESCE) { in amd8111e_calc_coalesce()1019 coal_conf->rx_coal_type = HIGH_COALESCE; in amd8111e_calc_coalesce()
711 unsigned int rx_coal_type; member