Searched refs:max_delay (Results 1 – 12 of 12) sorted by relevance
/freebsd/sys/dev/iwm/ |
H A D | if_iwm_time_event.c | 347 uint32_t duration, uint32_t max_delay, boolean_t wait_for_notif) in iwm_protect_session() argument 365 time_cmd.max_delay = htole32(max_delay); in iwm_protect_session() 399 TU_TO_HZ(max_delay))) { in iwm_protect_session()
|
H A D | if_iwm_time_event.h | 112 uint32_t duration, uint32_t max_delay, boolean_t wait_for_notif);
|
H A D | if_iwmreg.h | 2906 uint32_t max_delay; member
|
/freebsd/sys/contrib/dev/iwlwifi/mvm/ |
H A D | time-event.h | 68 * @max_delay: maximum delay before starting the time event (in TU) 82 u32 max_delay, bool wait_for_notif);
|
H A D | time-event.c | 654 u32 max_delay, bool wait_for_notif) in iwl_mvm_cancel_session_protection() 694 time_cmd.max_delay = cpu_to_le32(max_delay); in __iwl_mvm_remove_time_event() 722 TU_TO_JIFFIES(max_delay))) { in __iwl_mvm_remove_time_event() 1126 roc_req.max_delay = cpu_to_le32(delay); in iwl_mvm_schedule_csa_period() 1129 "\t(requested = %ums, max_delay = %ums)\n", in iwl_mvm_schedule_csa_period() 1233 time_cmd.max_delay = cpu_to_le32(MSEC_TO_TU(duration/2)); in iwl_mvm_schedule_session_protection() 581 iwl_mvm_protect_session(struct iwl_mvm * mvm,struct ieee80211_vif * vif,u32 duration,u32 min_duration,u32 max_delay,bool wait_for_notif) iwl_mvm_protect_session() argument
|
/freebsd/contrib/ntp/ntpd/ |
H A D | refclock_shm.c | 122 time_t max_delay; /* age/stale limit */ member 245 up->max_delay = 5; in shm_start() 608 if (tt < 0 || tt > up->max_delay) { in shm_timer()
|
/freebsd/sys/contrib/dev/iwlwifi/fw/api/ |
H A D | time-event.h | 201 * @max_delay: maximum delay to event's start (apply time), in TU 221 __le32 max_delay; member 366 * @max_delay: max delay the ROC can start in TU 376 __le32 max_delay;
|
/freebsd/contrib/tcpdump/ |
H A D | print-slow.c | 225 nd_uint16_t max_delay; member 434 GET_BE_U_2(tlv_ptr.lacp_tlv_collector_info->max_delay)); in slow_marker_lacp_print()
|
/freebsd/sys/dev/pci/ |
H A D | pcivar.h | 695 bool pcie_flr(device_t dev, u_int max_delay, bool force); 697 bool pcie_wait_for_pending_transactions(device_t dev, u_int max_delay);
|
H A D | pci.c | 6474 pcie_wait_for_pending_transactions(device_t dev, u_int max_delay) in pcie_wait_for_pending_transactions() argument 6486 if (max_delay == 0) in pcie_wait_for_pending_transactions() 6490 if (max_delay > 100) { in pcie_wait_for_pending_transactions() 6492 max_delay -= 100; in pcie_wait_for_pending_transactions() 6494 pause_sbt("pcietp", max_delay * SBT_1MS, 0, in pcie_wait_for_pending_transactions() 6496 max_delay = 0; in pcie_wait_for_pending_transactions() 6630 pcie_flr(device_t dev, u_int max_delay, bool force) in pcie_flr() argument 6652 if (!pcie_wait_for_pending_transactions(dev, max_delay)) { in pcie_flr() 6659 max_delay); in pcie_flr()
|
/freebsd/contrib/wpa/src/drivers/ |
H A D | nl80211_copy.h | 5813 __u32 max_delay; member
|
/freebsd/sys/dev/ixl/ |
H A D | i40e_common.c | 1662 u16 max_delay = I40E_MAX_PHY_TIMEOUT, total_delay = 0; in i40e_aq_get_phy_capabilities() local 1702 (total_delay < max_delay)); in i40e_aq_get_phy_capabilities()
|