tx_prev_bytes     963 drivers/net/ethernet/amd/amd8111e.c 	tx_data_rate = coal_conf->tx_bytes - coal_conf->tx_prev_bytes;
tx_prev_bytes     964 drivers/net/ethernet/amd/amd8111e.c 	coal_conf->tx_prev_bytes =  coal_conf->tx_bytes;
tx_prev_bytes     718 drivers/net/ethernet/amd/amd8111e.h 	unsigned long tx_prev_bytes;