Searched refs:time_sync (Results 1 – 10 of 10) sorted by relevance
| /freebsd/sys/contrib/dev/iwlwifi/mld/ |
| H A D | time_sync.c | 15 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 D | Makefile | 7 iwlmld-y += low_latency.o mlo.o ptp.o time_sync.o ftm-initiator.o
|
| H A D | mld.h | 294 struct iwl_mld_time_sync_data __rcu *time_sync; member
|
| /freebsd/sys/contrib/dev/iwlwifi/mvm/ |
| H A D | time-sync.c | 42 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 D | time-sync.h | 22 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 D | fw.c | 1532 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 D | ops.c | 1553 iwl_mvm_init_time_sync(&mvm->time_sync); in iwl_op_mode_mvm_start()
|
| H A D | mvm.h | 1371 struct iwl_time_sync_data time_sync; member
|
| /freebsd/contrib/ntp/ntpd/ |
| H A D | refclock_mx4200.c | 953 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 D | Makefile | 50 SRCS+= mld/time_sync.c mld/tlc.c mld/tx.c
|