Home
last modified time | relevance | path

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

/Linux-v4.19/drivers/net/ethernet/intel/igb/
De1000_mbx.c136 int countdown = mbx->timeout; in igb_poll_for_msg() local
138 if (!countdown || !mbx->ops.check_for_msg) in igb_poll_for_msg()
141 while (countdown && mbx->ops.check_for_msg(hw, mbx_id)) { in igb_poll_for_msg()
142 countdown--; in igb_poll_for_msg()
143 if (!countdown) in igb_poll_for_msg()
149 if (!countdown) in igb_poll_for_msg()
152 return countdown ? 0 : -E1000_ERR_MBX; in igb_poll_for_msg()
165 int countdown = mbx->timeout; in igb_poll_for_ack() local
167 if (!countdown || !mbx->ops.check_for_ack) in igb_poll_for_ack()
170 while (countdown && mbx->ops.check_for_ack(hw, mbx_id)) { in igb_poll_for_ack()
[all …]
/Linux-v4.19/drivers/net/ethernet/intel/ixgbevf/
Dmbx.c16 int countdown = mbx->timeout; in ixgbevf_poll_for_msg() local
18 while (countdown && mbx->ops.check_for_msg(hw)) { in ixgbevf_poll_for_msg()
19 countdown--; in ixgbevf_poll_for_msg()
24 if (!countdown) in ixgbevf_poll_for_msg()
27 return countdown ? 0 : IXGBE_ERR_MBX; in ixgbevf_poll_for_msg()
39 int countdown = mbx->timeout; in ixgbevf_poll_for_ack() local
41 while (countdown && mbx->ops.check_for_ack(hw)) { in ixgbevf_poll_for_ack()
42 countdown--; in ixgbevf_poll_for_ack()
47 if (!countdown) in ixgbevf_poll_for_ack()
50 return countdown ? 0 : IXGBE_ERR_MBX; in ixgbevf_poll_for_ack()
/Linux-v4.19/drivers/net/ethernet/intel/igbvf/
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-v4.19/drivers/net/ethernet/intel/ixgbe/
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-v4.19/arch/mips/bcm63xx/
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-v4.19/drivers/net/wireless/broadcom/brcm80211/include/
Dbrcmu_utils.h28 uint countdown = (us) + 9; \
29 while ((exp) && (countdown >= 10)) {\
31 countdown -= 10; \
/Linux-v4.19/drivers/net/ethernet/intel/fm10k/
Dfm10k_mbx.c741 u32 countdown = mbx->timeout; in fm10k_mbx_enqueue_tx() local
756 while (err && countdown) { in fm10k_mbx_enqueue_tx()
757 countdown--; in fm10k_mbx_enqueue_tx()
/Linux-v4.19/Documentation/virtual/kvm/
Dtimekeeping.txt85 line is set high, a countdown is initiated (which does not stop if the gate is
89 Mode 2: Rate Generator. The output is initially set high. When the countdown
91 is reloaded and the countdown automatically resumes. If the gate line goes
112 output remains high. When the gate is raised, a countdown is initiated
/Linux-v4.19/drivers/net/ethernet/dlink/
Dsundance.c457 int countdown; in sundance_reset() local
462 countdown = 10 + 1; in sundance_reset()
464 if (--countdown == 0) { in sundance_reset()
/Linux-v4.19/Documentation/networking/
Dxfrm_sync.txt29 machine is known ahead of time since the decay of the time countdown
/Linux-v4.19/Documentation/process/
Dmaintainer-pgp-guide.rst103 the time-to-live expires, the countdown will reset for another period.
107 countdown expires, you'll have to enter the passphrase again. The
/Linux-v4.19/Documentation/scsi/
DChangeLog.megaraid426 ii. Display elapsed time (countdown) while waiting for FW to boot.