Searched refs:tx_ctr (Results 1 - 1 of 1) sorted by relevance

/u-boot/board/gdsys/common/
H A Dcmd_ioloop.c74 unsigned long long tx_ctr; variable
165 tx_ctr++;
185 tx_ctr++;
245 tx_ctr++;
292 rx_ctr = 0; tx_ctr = 0; err_ctr = 0;
307 if (!(tx_ctr % rate) && (tx_ctr != last_seen))
308 printf("refl %llu, err %llu\n", tx_ctr,
310 last_seen = tx_ctr;
344 rx_ctr = 0; tx_ctr
[all...]

Completed in 347 milliseconds