Searched refs:tx_coal_type (Results 1 – 2 of 2) sorted by relevance
1024 if (coal_conf->tx_coal_type != NO_COALESCE) { in amd8111e_calc_coalesce()1029 coal_conf->tx_coal_type = NO_COALESCE; in amd8111e_calc_coalesce()1036 if (coal_conf->tx_coal_type != NO_COALESCE) { in amd8111e_calc_coalesce()1041 coal_conf->tx_coal_type = NO_COALESCE; in amd8111e_calc_coalesce()1046 if (coal_conf->tx_coal_type != LOW_COALESCE) { in amd8111e_calc_coalesce()1050 coal_conf->tx_coal_type = LOW_COALESCE; in amd8111e_calc_coalesce()1055 if (coal_conf->tx_coal_type != MEDIUM_COALESCE) { in amd8111e_calc_coalesce()1059 coal_conf->tx_coal_type = MEDIUM_COALESCE; in amd8111e_calc_coalesce()1062 if (coal_conf->tx_coal_type != HIGH_COALESCE) { in amd8111e_calc_coalesce()1066 coal_conf->tx_coal_type = HIGH_COALESCE; in amd8111e_calc_coalesce()
719 unsigned int tx_coal_type; member