Searched refs:dtim_tsf (Results 1 – 5 of 5) sorted by relevance
/freebsd/sys/dev/iwm/ |
H A D | if_iwm_mac_ctxt.c | 428 ctxt_sta->dtim_tsf = htole64(tsf + dtim_offs); in iwm_mac_ctxt_cmd_fill_sta() 433 (long long)le64toh(ctxt_sta->dtim_tsf), in iwm_mac_ctxt_cmd_fill_sta()
|
H A D | if_iwmreg.h | 3925 * @dtim_tsf: DTIM arrival time in TSF 3936 uint64_t dtim_tsf; member
|
/freebsd/sys/contrib/dev/iwlwifi/fw/api/ |
H A D | mac.h | 157 * @dtim_tsf: DTIM arrival time in TSF 169 __le64 dtim_tsf; member
|
/freebsd/sys/contrib/dev/iwlwifi/mvm/ |
H A D | mac-ctxt.c | 601 __le64 *dtim_tsf, __le32 *dtim_time, in iwl_mvm_set_fw_dtim_tbtt() 626 *dtim_tsf = 634 le64_to_cpu(*dtim_tsf), in iwl_mvm_mac_ctxt_cmd_p2p_sta_get_oppps_ctwin() 698 &ctxt_sta->dtim_tsf, in iwl_mvm_mac_ctxt_cmd_sta() 589 iwl_mvm_set_fw_dtim_tbtt(struct iwl_mvm * mvm,struct ieee80211_vif * vif,struct ieee80211_bss_conf * link_conf,__le64 * dtim_tsf,__le32 * dtim_time,__le32 * assoc_beacon_arrive_time) iwl_mvm_set_fw_dtim_tbtt() argument
|
H A D | mvm.h | 2026 __le64 *dtim_tsf, __le32 *dtim_time,
|