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

/netbsd-6-1-5-RELEASE/sys/dev/ic/
H A Dmtd803.c464 int first_tx = sc->cur_tx; local
481 if (sc->cur_tx != first_tx)
488 sc->desc[MTD_NUM_RXD + first_tx].conf |= MTD_TXD_CONF_FSD;
497 sc->desc[MTD_NUM_RXD + first_tx].stat = MTD_TXD_OWNER;
/netbsd-6-1-5-RELEASE/sbin/ping/
H A Dping.c202 static struct timespec now, clear_cache, last_tx, next_tx, first_tx; variable in typeref:struct:
913 first_tx = now;
1351 double t = diffsec(&last_tx, &first_tx);

Completed in 57 milliseconds