OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:ntxd
(Results
1 - 2
of
2
) sorted by relevancy
/src/sys/dev/ic/
awi.c
631
uint32_t txd, frame,
ntxd
;
local
643
if (awi_next_txd(sc, len, &frame, &
ntxd
)) {
668
if (awi_next_txd(sc, len, &frame, &
ntxd
)) {
739
awi_write_1(sc,
ntxd
+ AWI_TXD_STATE, 0);
741
awi_write_4(sc, txd + AWI_TXD_NEXT,
ntxd
);
747
sc->sc_txnext =
ntxd
;
1589
uint32_t txd,
ntxd
, frame;
local
1595
ntxd
= frame + len;
1596
if (
ntxd
+ AWI_TXD_SIZE > sc->sc_txend)
1597
ntxd
= sc->sc_txbase
[
all
...]
/src/sys/dev/pci/
if_xge.c
946
int nexttx = 0,
ntxd
, error, i;
local
984
ntxd
= txd - sc->sc_txd[nexttx] - 1;
999
txd[
ntxd
].txd_control1 |= TXD_CTL1_GCL;
1005
lcr = TXDL_NUMTXD(
ntxd
) | TXDL_LGC_FIRST | TXDL_LGC_LAST;
Completed in 30 milliseconds
Indexes created Tue Mar 03 05:31:39 UTC 2026