Searched refs:max_delay (Results 1 – 14 of 14) 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 | 2887 * @max_delay: maximum delay to event's start (apply time), in TU 2906 uint32_t max_delay; member
|
| /freebsd/sys/contrib/dev/iwlwifi/fw/api/ |
| H A D | time-event.h | 221 __le32 max_delay; member 376 __le32 max_delay; member 407 __le32 max_delay; member
|
| /freebsd/sys/contrib/dev/iwlwifi/mvm/ |
| H A D | time-event.h | 82 u32 max_delay, bool wait_for_notif);
|
| H A D | time-event.c | 652 u32 max_delay, bool wait_for_notif) in iwl_mvm_protect_session() argument 692 time_cmd.max_delay = cpu_to_le32(max_delay); in iwl_mvm_protect_session() 720 TU_TO_JIFFIES(max_delay))) { in iwl_mvm_protect_session() 1109 roc_req.max_delay = cpu_to_le32(delay); in iwl_mvm_roc_add_cmd() 1216 time_cmd.max_delay = cpu_to_le32(MSEC_TO_TU(duration/2)); in iwl_mvm_start_p2p_roc()
|
| /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/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/contrib/dev/iwlwifi/mld/ |
| H A D | roc.c | 137 cmd.max_delay = cpu_to_le32(AUX_ROC_MAX_DELAY); in iwl_mld_start_roc()
|
| /freebsd/sys/dev/pci/ |
| H A D | pcivar.h | 710 bool pcie_flr(device_t dev, u_int max_delay, bool force); 712 bool pcie_wait_for_pending_transactions(device_t dev, u_int max_delay);
|
| H A D | pci.c | 6581 pcie_wait_for_pending_transactions(device_t dev, u_int max_delay) in pcie_wait_for_pending_transactions() argument 6593 if (max_delay == 0) in pcie_wait_for_pending_transactions() 6597 if (max_delay > 100) { in pcie_wait_for_pending_transactions() 6599 max_delay -= 100; in pcie_wait_for_pending_transactions() 6601 pause_sbt("pcietp", max_delay * SBT_1MS, 0, in pcie_wait_for_pending_transactions() 6603 max_delay = 0; in pcie_wait_for_pending_transactions() 6737 pcie_flr(device_t dev, u_int max_delay, bool force) in pcie_flr() argument 6761 if (!pcie_wait_for_pending_transactions(dev, max_delay)) { in pcie_flr() 6768 max_delay); in pcie_flr()
|
| /freebsd/contrib/wpa/src/drivers/ |
| H A D | nl80211_copy.h | 5813 __u32 max_delay; member
|
| /freebsd/sys/dev/iwx/ |
| H A D | if_iwxreg.h | 3118 uint32_t 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()
|