txlog_cur_entry 110 drivers/net/ethernet/sun/sunhme.c static int txlog_cur_entry; txlog_cur_entry 117 drivers/net/ethernet/sun/sunhme.c tlp = &tx_log[txlog_cur_entry]; txlog_cur_entry 123 drivers/net/ethernet/sun/sunhme.c txlog_cur_entry = (txlog_cur_entry + 1) & (TX_LOG_LEN - 1); txlog_cur_entry 130 drivers/net/ethernet/sun/sunhme.c this = txlog_cur_entry;