Home
last modified time | relevance | path

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

/linux-5.19.10/drivers/net/ethernet/sun/
Dsunhme.c109 static int txlog_cur_entry; variable
116 tlp = &tx_log[txlog_cur_entry]; in tx_add_log()
122 txlog_cur_entry = (txlog_cur_entry + 1) & (TX_LOG_LEN - 1); in tx_add_log()
129 this = txlog_cur_entry; in tx_dump_log()