Searched refs:noa_start (Results 1 - 4 of 4) sorted by relevance
/kernel/linux/linux-5.10/drivers/net/wireless/ath/ath9k/ |
H A D | channel.c | 426 "offchannel noa_duration: %d, noa_start: %u, noa_index: %d\n", in ath_chanctx_offchannel_noa() 449 avp->noa_start = tsf_time; in ath_chanctx_set_periodic_noa() 466 "noa_duration: %d, noa_start: %u, noa_index: %d, periodic: %d\n", 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() 487 "oneshot noa_duration: %d, noa_start: %u, noa_index: %d, periodic: %d\n", 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()
|
H A D | ath9k.h | 649 u32 noa_start; member
|
/kernel/linux/linux-6.6/drivers/net/wireless/ath/ath9k/ |
H A D | channel.c | 426 "offchannel noa_duration: %d, noa_start: %u, noa_index: %d\n", in ath_chanctx_offchannel_noa() 449 avp->noa_start = tsf_time; in ath_chanctx_set_periodic_noa() 466 "noa_duration: %d, noa_start: %u, noa_index: %d, periodic: %d\n", 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() 487 "oneshot noa_duration: %d, noa_start: %u, noa_index: %d, periodic: %d\n", 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()
|
H A D | ath9k.h | 650 u32 noa_start; member
|
Completed in 10 milliseconds