Home
last modified time | relevance | path

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

/drivers/net/ethernet/sun/
Dsunhme.c107 #define TX_LOG_LEN 128 macro
108 static struct hme_tx_logent tx_log[TX_LOG_LEN];
122 txlog_cur_entry = (txlog_cur_entry + 1) & (TX_LOG_LEN - 1); in tx_add_log()
130 for (i = 0; i < TX_LOG_LEN; i++) { in tx_dump_log()
135 this = (this + 1) & (TX_LOG_LEN - 1); in tx_dump_log()