HomeSort by: relevance | last modified time | path
    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 in function:mtd_start
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 204 static struct timespec now, clear_cache, last_tx, next_tx, first_tx; variable in typeref:struct:timespec
974 first_tx = now;
1428 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:timespec
1184 first_tx = now;

Completed in 15 milliseconds