/freebsd-src/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 | 2887 * @max_delay: maximum delay to event's start (apply time), in TU 2906 uint32_t max_delay; member
|
/freebsd-src/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-src/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-src/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-src/contrib/tcpdump/ |
H A D | print-slow.c | 225 nd_uint16_t max_delay; 434 GET_BE_U_2(tlv_ptr.lacp_tlv_collector_info->max_delay)); in slow_marker_lacp_print() 227 nd_uint16_t max_delay; global() member
|
/freebsd-src/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 | 6473 * The maximum delay is specified in milliseconds in max_delay. Note in pci_find_pcie_root_port() 6480 pcie_wait_for_pending_transactions(device_t dev, u_int max_delay) in pci_find_pcie_root_port() 6492 if (max_delay == 0) 6496 if (max_delay > 100) { 6498 max_delay -= 100; in pcie_wait_for_pending_transactions() argument 6500 pause_sbt("pcietp", max_delay * SBT_1MS, 0, in pcie_wait_for_pending_transactions() 6502 max_delay = 0; in pcie_wait_for_pending_transactions() 6623 * within the timeout specified by max_delay. If transactions are in pcie_apei_error() 6636 pcie_flr(device_t dev, u_int max_delay, bool force) 6658 if (!pcie_wait_for_pending_transactions(dev, max_delay)) { in pcie_flr() 6654 pcie_flr(device_t dev,u_int max_delay,bool force) pcie_flr() argument [all...] |
/freebsd-src/contrib/wpa/src/drivers/ |
H A D | nl80211_copy.h | 5805 * @max_delay: maximum supported coalescing delay in msecs 5813 __u32 max_delay; 5374 __u32 max_delay; global() member
|
/freebsd-src/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()
|