Home
last modified time | relevance | path

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

/freebsd-13-stable/sys/contrib/dev/iwlwifi/mvm/
HDtime-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()
HDtime-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()
HDfw.c1702 if (mvm->time_sync.active) in iwl_mvm_up()
1703 iwl_mvm_time_sync_config(mvm, mvm->time_sync.peer_addr, in iwl_mvm_up()
HDops.c1393 iwl_mvm_init_time_sync(&mvm->time_sync); in iwl_op_mode_mvm_start()
HDmvm.h1206 struct iwl_time_sync_data time_sync; member
/freebsd-13-stable/contrib/ntp/ntpd/
HDrefclock_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()