Home
last modified time | relevance | path

Searched refs:countdown (Results 1 – 15 of 15) sorted by relevance

/linux-6.3-rc2/drivers/net/ethernet/intel/igb/
A De1000_mbx.c137 int countdown = mbx->timeout; in igb_poll_for_msg() local
139 if (!countdown || !mbx->ops.check_for_msg) in igb_poll_for_msg()
143 countdown--; in igb_poll_for_msg()
144 if (!countdown) in igb_poll_for_msg()
150 if (!countdown) in igb_poll_for_msg()
153 return countdown ? 0 : -E1000_ERR_MBX; in igb_poll_for_msg()
166 int countdown = mbx->timeout; in igb_poll_for_ack() local
172 countdown--; in igb_poll_for_ack()
173 if (!countdown) in igb_poll_for_ack()
179 if (!countdown) in igb_poll_for_ack()
[all …]
/linux-6.3-rc2/drivers/net/ethernet/intel/igbvf/
A Dmbx.c15 int countdown = mbx->timeout; in e1000_poll_for_msg() local
20 while (countdown && mbx->ops.check_for_msg(hw)) { in e1000_poll_for_msg()
21 countdown--; in e1000_poll_for_msg()
26 if (!countdown) in e1000_poll_for_msg()
29 return countdown ? E1000_SUCCESS : -E1000_ERR_MBX; in e1000_poll_for_msg()
41 int countdown = mbx->timeout; in e1000_poll_for_ack() local
46 while (countdown && mbx->ops.check_for_ack(hw)) { in e1000_poll_for_ack()
47 countdown--; in e1000_poll_for_ack()
52 if (!countdown) in e1000_poll_for_ack()
55 return countdown ? E1000_SUCCESS : -E1000_ERR_MBX; in e1000_poll_for_ack()
/linux-6.3-rc2/drivers/net/ethernet/intel/ixgbevf/
A Dmbx.c16 int countdown = mbx->timeout; in ixgbevf_poll_for_msg() local
18 if (!countdown || !mbx->ops.check_for_msg) in ixgbevf_poll_for_msg()
21 while (countdown && mbx->ops.check_for_msg(hw)) { in ixgbevf_poll_for_msg()
22 countdown--; in ixgbevf_poll_for_msg()
26 return countdown ? 0 : IXGBE_ERR_TIMEOUT; in ixgbevf_poll_for_msg()
38 int countdown = mbx->timeout; in ixgbevf_poll_for_ack() local
40 if (!countdown || !mbx->ops.check_for_ack) in ixgbevf_poll_for_ack()
44 countdown--; in ixgbevf_poll_for_ack()
48 return countdown ? 0 : IXGBE_ERR_TIMEOUT; in ixgbevf_poll_for_ack()
204 int countdown = mbx->timeout; in ixgbevf_obtain_mbx_lock_vf() local
[all …]
/linux-6.3-rc2/drivers/net/ethernet/intel/ixgbe/
A Dixgbe_mbx.c115 int countdown = mbx->timeout; in ixgbe_poll_for_msg() local
117 if (!countdown || !mbx->ops) in ixgbe_poll_for_msg()
121 countdown--; in ixgbe_poll_for_msg()
122 if (!countdown) in ixgbe_poll_for_msg()
140 int countdown = mbx->timeout; in ixgbe_poll_for_ack() local
142 if (!countdown || !mbx->ops) in ixgbe_poll_for_ack()
146 countdown--; in ixgbe_poll_for_ack()
147 if (!countdown) in ixgbe_poll_for_ack()
/linux-6.3-rc2/arch/mips/bcm63xx/
A Dtimer.c153 u32 reg, countdown; in bcm63xx_timer_set() local
159 countdown = bcm63xx_timer_countdown(countdown_us); in bcm63xx_timer_set()
160 if (countdown & ~TIMER_CTL_COUNTDOWN_MASK) in bcm63xx_timer_set()
172 reg |= countdown; in bcm63xx_timer_set()
/linux-6.3-rc2/drivers/net/wireless/broadcom/brcm80211/include/
A Dbrcmu_utils.h17 uint countdown = (us) + 9; \
18 while ((exp) && (countdown >= 10)) {\
20 countdown -= 10; \
/linux-6.3-rc2/drivers/gpu/drm/amd/amdgpu/
A Ddf_v3_6.c175 int countdown = ARM_RETRY_USEC_TIMEOUT; in df_v3_6_perfmon_arm_with_retry() local
177 while (countdown) { in df_v3_6_perfmon_arm_with_retry()
183 countdown -= ARM_RETRY_USEC_INTERVAL; in df_v3_6_perfmon_arm_with_retry()
187 return countdown > 0 ? 0 : -ETIME; in df_v3_6_perfmon_arm_with_retry()
/linux-6.3-rc2/tools/perf/scripts/python/
A Dintel-pt-events.py130 countdown = glb_args.interleave
131 while len(items) and countdown:
134 countdown -= 1
/linux-6.3-rc2/drivers/net/ethernet/intel/fm10k/
A Dfm10k_mbx.c742 u32 countdown = mbx->timeout; in fm10k_mbx_enqueue_tx() local
757 while (err && countdown) { in fm10k_mbx_enqueue_tx()
758 countdown--; in fm10k_mbx_enqueue_tx()
/linux-6.3-rc2/Documentation/virt/kvm/x86/
A Dtimekeeping.rst91 line is set high, a countdown is initiated (which does not stop if the gate is
96 The output is initially set high. When the countdown
98 is reloaded and the countdown automatically resumes. If the gate line goes
122 output remains high. When the gate is raised, a countdown is initiated
/linux-6.3-rc2/drivers/net/ethernet/dlink/
A Dsundance.c450 int countdown; in sundance_reset() local
455 countdown = 10 + 1; in sundance_reset()
457 if (--countdown == 0) { in sundance_reset()
/linux-6.3-rc2/Documentation/networking/
A Dxfrm_sync.rst34 machine is known ahead of time since the decay of the time countdown
/linux-6.3-rc2/Documentation/process/
A Dmaintainer-pgp-guide.rst85 the time-to-live expires, the countdown will reset for another period.
89 countdown expires, you'll have to enter the passphrase again. The
/linux-6.3-rc2/Documentation/scsi/
A DChangeLog.megaraid426 ii. Display elapsed time (countdown) while waiting for FW to boot.
/linux-6.3-rc2/drivers/net/wireless/realtek/rtw89/
A Dpci.c343 int countdown = rtwdev->napi_budget_countdown; in rtw89_pci_poll_rxq_dma() local
360 return budget - countdown; in rtw89_pci_poll_rxq_dma()

Completed in 51 milliseconds