HomeSort by: relevance | last modified time | path
    Searched defs:atw_get_tsft (Results 1 - 2 of 2) sorted by relevancy

  /src/sys/dev/ic/
atw.c 257 static uint64_t atw_get_tsft(struct atw_softc *);
2250 if (le64toh(ni->ni_tstamp.tsf) >= atw_get_tsft(sc))
2404 atw_get_tsft(struct atw_softc *sc) function in typeref:typename:uint64_t
2439 tsft = atw_get_tsft(sc);
atw.c 257 static uint64_t atw_get_tsft(struct atw_softc *);
2250 if (le64toh(ni->ni_tstamp.tsf) >= atw_get_tsft(sc))
2404 atw_get_tsft(struct atw_softc *sc) function in typeref:typename:uint64_t
2439 tsft = atw_get_tsft(sc);

Completed in 149 milliseconds