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

/netbsd-current/sys/dev/ic/
H A Dgem.c1634 int txlast; local
1678 txlast = bus_space_read_4(t, mac, GEM_TX_COMPLETION);
1680 ("gem_tint: txs->txs_lastdesc = %d, txlast = %d\n",
1681 txs->txs_lastdesc, txlast));
1683 if (txlast >= txs->txs_firstdesc &&
1684 txlast <= txs->txs_lastdesc)
1686 } else if (txlast >= txs->txs_firstdesc ||
1687 txlast <= txs->txs_lastdesc)

Completed in 121 milliseconds