OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:TULIP_NEXTTX
(Results
1 - 2
of
2
) sorted by relevancy
/src/sys/dev/ic/
tulipvar.h
57
#define
TULIP_NEXTTX
(x) ((x + 1) & TULIP_NTXDESC_MASK)
tulip.c
801
seg++, nexttx =
TULIP_NEXTTX
(nexttx)) {
830
for (seg = sc->sc_txnext;; seg =
TULIP_NEXTTX
(seg)) {
1423
for (i = txs->txs_firstdesc;; i =
TULIP_NEXTTX
(i)) {
1776
txd->td_bufaddr2 = htole32(TULIP_CDTXADDR(sc,
TULIP_NEXTTX
(i)));
2785
sc->sc_txnext =
TULIP_NEXTTX
(nexttx);
Completed in 16 milliseconds
Indexes created Mon Oct 20 10:10:01 GMT 2025