tx_coal_type     1024 drivers/net/ethernet/amd/amd8111e.c 		if(coal_conf->tx_coal_type != NO_COALESCE){
tx_coal_type     1029 drivers/net/ethernet/amd/amd8111e.c 			coal_conf->tx_coal_type = NO_COALESCE;
tx_coal_type     1037 drivers/net/ethernet/amd/amd8111e.c 			if(coal_conf->tx_coal_type != NO_COALESCE){
tx_coal_type     1042 drivers/net/ethernet/amd/amd8111e.c 				coal_conf->tx_coal_type = NO_COALESCE;
tx_coal_type     1048 drivers/net/ethernet/amd/amd8111e.c 			if(coal_conf->tx_coal_type !=  LOW_COALESCE){
tx_coal_type     1052 drivers/net/ethernet/amd/amd8111e.c 				coal_conf->tx_coal_type = LOW_COALESCE;
tx_coal_type     1058 drivers/net/ethernet/amd/amd8111e.c 			if(coal_conf->tx_coal_type !=  MEDIUM_COALESCE){
tx_coal_type     1062 drivers/net/ethernet/amd/amd8111e.c 				coal_conf->tx_coal_type = MEDIUM_COALESCE;
tx_coal_type     1065 drivers/net/ethernet/amd/amd8111e.c 			if (coal_conf->tx_coal_type != HIGH_COALESCE) {
tx_coal_type     1069 drivers/net/ethernet/amd/amd8111e.c 				coal_conf->tx_coal_type = HIGH_COALESCE;
tx_coal_type      719 drivers/net/ethernet/amd/amd8111e.h 	unsigned int tx_coal_type;