Home
last modified time | relevance | path

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

/kernel/linux/linux-5.10/drivers/net/wireless/ath/ath9k/
H A Dbeacon.c145 mgmt_hdr->u.beacon.timestamp = avp->tsf_adjust; in ath9k_beacon_generate()
285 /* Get the tsf_adjust value for the new first slot. */ in ath9k_beacon_ensure_primary_slot()
287 tsfadjust = le64_to_cpu(avp->tsf_adjust); in ath9k_beacon_ensure_primary_slot()
300 /* The slots tsf_adjust will be updated by ath9k_beacon_config later. */ in ath9k_beacon_ensure_primary_slot()
349 /* tsf_adjust is added to the TSF value. We send out the in ath9k_set_tsfadjust()
356 avp->tsf_adjust = cpu_to_le64(tsfadjust); in ath9k_set_tsfadjust()
H A Dath9k.h636 __le64 tsf_adjust; /* TSF adjustment for staggered beacons */ member
H A Dmain.c1966 tsf += le64_to_cpu(avp->tsf_adjust); in ath9k_get_tsf()
1982 tsf -= le64_to_cpu(avp->tsf_adjust); in ath9k_set_tsf()
/kernel/linux/linux-6.6/drivers/net/wireless/ath/ath9k/
H A Dbeacon.c145 mgmt_hdr->u.beacon.timestamp = avp->tsf_adjust; in ath9k_beacon_generate()
285 /* Get the tsf_adjust value for the new first slot. */ in ath9k_beacon_ensure_primary_slot()
287 tsfadjust = le64_to_cpu(avp->tsf_adjust); in ath9k_beacon_ensure_primary_slot()
300 /* The slots tsf_adjust will be updated by ath9k_beacon_config later. */ in ath9k_beacon_ensure_primary_slot()
349 /* tsf_adjust is added to the TSF value. We send out the in ath9k_set_tsfadjust()
356 avp->tsf_adjust = cpu_to_le64(tsfadjust); in ath9k_set_tsfadjust()
H A Dath9k.h637 __le64 tsf_adjust; /* TSF adjustment for staggered beacons */ member
H A Dmain.c1961 tsf += le64_to_cpu(avp->tsf_adjust); in ath9k_get_tsf()
1977 tsf -= le64_to_cpu(avp->tsf_adjust); in ath9k_set_tsf()

Completed in 24 milliseconds