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

  /src/sys/dev/ic/
ath.c 2477 u_int32_t nexttbtt, intval, tsftu; local in function:ath_beacon_config
2481 nexttbtt = TSF_TO_TU(LE_READ_4(ni->ni_tstamp.data + 4),
2485 if (nexttbtt == 0) /* e.g. for ap mode */
2486 nexttbtt = intval;
2488 nexttbtt = roundup(nexttbtt, intval);
2489 DPRINTF(sc, ATH_DEBUG_BEACON, "%s: nexttbtt %u intval %u (%u)\n",
2490 __func__, nexttbtt, intval, ni->ni_intval);
2509 * Pull nexttbtt forward to reflect the current
2515 nexttbtt += intval
    [all...]
  /src/sys/external/isc/atheros_hal/dist/
ah.h 846 uint32_t nexttbtt, uint32_t intval);

Completed in 23 milliseconds