Home
last modified time | relevance | path

Searched refs:noa_start (Results 1 – 2 of 2) sorted by relevance

/linux-5.19.10/drivers/net/wireless/ath/ath9k/
Dchannel.c449 avp->noa_start = tsf_time; in ath_chanctx_set_periodic_noa()
468 avp->noa_start, in ath_chanctx_set_periodic_noa()
481 avp->noa_start = tsf_time; in ath_chanctx_set_oneshot_noa()
489 avp->noa_start, in ath_chanctx_set_oneshot_noa()
617 if (avp->noa_duration && tsf_time - avp->noa_start > BIT(30)) in ath_chanctx_event()
1543 noa->desc[i].start_time = cpu_to_le32(avp->noa_start); in ath9k_beacon_add_noa()
Dath9k.h649 u32 noa_start; member