Home
last modified time | relevance | path

Searched refs:tx_coal_type (Results 1 – 2 of 2) sorted by relevance

/linux-6.12.1/drivers/net/ethernet/amd/
Damd8111e.c1024 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()
Damd8111e.h719 unsigned int tx_coal_type; member