Home
last modified time | relevance | path

Searched refs:time_sync (Results 1 – 10 of 10) sorted by relevance

/freebsd/sys/contrib/dev/iwlwifi/mld/
H A Dtime_sync.c15 struct iwl_mld_time_sync_data *time_sync = kzalloc(sizeof(*time_sync), in iwl_mld_init_time_sync() local
18 if (!time_sync) in iwl_mld_init_time_sync()
21 time_sync->active_protocols = protocols; in iwl_mld_init_time_sync()
22 ether_addr_copy(time_sync->peer_addr, addr); in iwl_mld_init_time_sync()
23 skb_queue_head_init(&time_sync->frame_list); in iwl_mld_init_time_sync()
24 rcu_assign_pointer(mld->time_sync, time_sync); in iwl_mld_init_time_sync()
32 struct iwl_mld_time_sync_data *time_sync; in iwl_mld_time_sync_fw_config() local
35 time_sync = wiphy_dereference(mld->wiphy, mld->time_sync); in iwl_mld_time_sync_fw_config()
36 if (!time_sync) in iwl_mld_time_sync_fw_config()
39 cmd.protocols = cpu_to_le32(time_sync->active_protocols); in iwl_mld_time_sync_fw_config()
[all …]
H A DMakefile7 iwlmld-y += low_latency.o mlo.o ptp.o time_sync.o ftm-initiator.o
H A Dmld.h294 struct iwl_mld_time_sync_data __rcu *time_sync; member
/freebsd/sys/contrib/dev/iwlwifi/mvm/
H A Dtime-sync.c42 while ((skb = skb_dequeue(&mvm->time_sync.frame_list))) { in iwl_mvm_time_sync_find_skb()
142 if (mvm->time_sync.active && in iwl_mvm_time_sync_config()
143 !ether_addr_equal(addr, mvm->time_sync.peer_addr)) { in iwl_mvm_time_sync_config()
164 mvm->time_sync.active = protocols != 0; in iwl_mvm_time_sync_config()
165 ether_addr_copy(mvm->time_sync.peer_addr, addr); in iwl_mvm_time_sync_config()
169 if (!mvm->time_sync.active) in iwl_mvm_time_sync_config()
170 skb_queue_purge(&mvm->time_sync.frame_list); in iwl_mvm_time_sync_config()
H A Dtime-sync.h22 if (ether_addr_equal(mvm->time_sync.peer_addr, addr) && in iwl_mvm_time_sync_frame()
24 skb_queue_tail(&mvm->time_sync.frame_list, skb); in iwl_mvm_time_sync_frame()
H A Dfw.c1532 if (mvm->time_sync.active) in iwl_mvm_up()
1533 iwl_mvm_time_sync_config(mvm, mvm->time_sync.peer_addr, in iwl_mvm_up()
H A Dops.c1553 iwl_mvm_init_time_sync(&mvm->time_sync); in iwl_op_mode_mvm_start()
H A Dmvm.h1371 struct iwl_time_sync_data time_sync; member
/freebsd/contrib/ntp/ntpd/
H A Drefclock_mx4200.c953 char time_mark_valid, time_sync, op_mode; in mx4200_parse_t() local
966 &hour, &minute, &second, &time_sync, &op_mode, in mx4200_parse_t()
983 switch (time_sync) { in mx4200_parse_t()
/freebsd/sys/modules/iwlwifi/
H A DMakefile50 SRCS+= mld/time_sync.c mld/tlc.c mld/tx.c