TX_LOG_LEN
static struct hme_tx_logent tx_log[TX_LOG_LEN];
txlog_cur_entry = (txlog_cur_entry + 1) & (TX_LOG_LEN - 1);
for (i = 0; i < TX_LOG_LEN; i++) {
this = (this + 1) & (TX_LOG_LEN - 1);