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

/haiku/src/add-ons/kernel/drivers/network/wlan/atheroswifi/dev/ath/
H A Dif_ath_tdma.c368 u_int32_t txtime, nextslottu; local
442 * For 802.11n chips: nextslottu needs to be the full TSF space,
445 nextslottu = TSF_TO_TU(nextslot>>32, nextslot);
482 "nextslottu %d, nextslottume %d\n",
487 nextslottu, TSF_TO_TU(nextslot >> 32, nextslot));
504 nextslottu++;
509 nextslottu++;
514 tudelta = nextslottu - TSF_TO_TU(nexttbtt_full >> 32, nexttbtt_full);
523 t.nextslot_tu = htobe32(nextslottu);
560 "tsf %llu nextslot %llu (%d, %d) nextslottu
[all...]

Completed in 35 milliseconds