Searched refs:tx_coal_type (Results 1 – 2 of 2) sorted by relevance
1025 if (coal_conf->tx_coal_type != NO_COALESCE) { in amd8111e_calc_coalesce()1030 coal_conf->tx_coal_type = NO_COALESCE; in amd8111e_calc_coalesce()1037 if (coal_conf->tx_coal_type != NO_COALESCE) { in amd8111e_calc_coalesce()1042 coal_conf->tx_coal_type = NO_COALESCE; in amd8111e_calc_coalesce()1047 if (coal_conf->tx_coal_type != LOW_COALESCE) { in amd8111e_calc_coalesce()1051 coal_conf->tx_coal_type = LOW_COALESCE; in amd8111e_calc_coalesce()1056 if (coal_conf->tx_coal_type != MEDIUM_COALESCE) { in amd8111e_calc_coalesce()1060 coal_conf->tx_coal_type = MEDIUM_COALESCE; in amd8111e_calc_coalesce()1063 if (coal_conf->tx_coal_type != HIGH_COALESCE) { in amd8111e_calc_coalesce()1067 coal_conf->tx_coal_type = HIGH_COALESCE; in amd8111e_calc_coalesce()
719 unsigned int tx_coal_type; member