OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:first_tx
(Results
1 - 3
of
3
) sorted by relevancy
/src/sys/dev/ic/
mtd803.c
467
int
first_tx
= sc->cur_tx;
local
484
if (sc->cur_tx !=
first_tx
)
491
sc->desc[MTD_NUM_RXD +
first_tx
].conf |= MTD_TXD_CONF_FSD;
501
sc->desc[MTD_NUM_RXD +
first_tx
].stat = MTD_TXD_OWNER;
/src/sbin/ping/
ping.c
205
static struct timespec now, clear_cache, last_tx, next_tx,
first_tx
;
variable in typeref:struct:
975
first_tx
= now;
1429
double t = diffsec(&last_tx, &
first_tx
);
/src/sbin/ping6/
ping6.c
219
static struct timespec now, last_tx, next_tx,
first_tx
;
variable in typeref:struct:
1184
first_tx
= now;
Completed in 25 milliseconds
Indexes created Tue Feb 24 01:34:59 UTC 2026