OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:txlast
(Results
1 - 2
of
2
) sorted by relevancy
/src/sys/dev/ic/
gem.c
1633
int
txlast
;
local in function:gem_tint
1677
txlast
= bus_space_read_4(t, mac, GEM_TX_COMPLETION);
1679
("gem_tint: txs->txs_lastdesc = %d,
txlast
= %d\n",
1680
txs->txs_lastdesc,
txlast
));
1682
if (
txlast
>= txs->txs_firstdesc &&
1683
txlast
<= txs->txs_lastdesc)
1685
} else if (
txlast
>= txs->txs_firstdesc ||
1686
txlast
<= txs->txs_lastdesc)
gem.c
1633
int
txlast
;
local in function:gem_tint
1677
txlast
= bus_space_read_4(t, mac, GEM_TX_COMPLETION);
1679
("gem_tint: txs->txs_lastdesc = %d,
txlast
= %d\n",
1680
txs->txs_lastdesc,
txlast
));
1682
if (
txlast
>= txs->txs_firstdesc &&
1683
txlast
<= txs->txs_lastdesc)
1685
} else if (
txlast
>= txs->txs_firstdesc ||
1686
txlast
<= txs->txs_lastdesc)
Completed in 25 milliseconds
Indexes created Wed Oct 01 15:09:59 GMT 2025