Searched refs:wait_loop (Results 1 – 9 of 9) sorted by relevance
269 static bool wait_loop(unsigned long start, unsigned int max_delay, in wait_loop() function311 if (wait_loop(start, 30, &seconds_waited)) in wait_for_devices()316 if (wait_loop(start, 270, &seconds_waited)) in wait_for_devices()
299 unsigned int wait_loop:16; /* [15:0] */ member
318 masterCmdData1.bits.wait_loop = wait_loop_number; in dce_psr_wait_loop()744 masterCmdData1.bits.wait_loop = wait_loop_number; in dcn10_psr_wait_loop()
1689 int wait_loop = 10; in ixgbevf_configure_tx_ring() local1743 } while (--wait_loop && !(txdctl & IXGBE_TXDCTL_ENABLE)); in ixgbevf_configure_tx_ring()1744 if (!wait_loop) in ixgbevf_configure_tx_ring()1805 int wait_loop = IXGBEVF_MAX_RX_DESC_POLL; in ixgbevf_disable_rx_queue() local1821 } while (--wait_loop && (rxdctl & IXGBE_RXDCTL_ENABLE)); in ixgbevf_disable_rx_queue()1823 if (!wait_loop) in ixgbevf_disable_rx_queue()1832 int wait_loop = IXGBEVF_MAX_RX_DESC_POLL; in ixgbevf_rx_desc_queue_enable() local1841 } while (--wait_loop && !(rxdctl & IXGBE_RXDCTL_ENABLE)); in ixgbevf_rx_desc_queue_enable()1843 if (!wait_loop) in ixgbevf_rx_desc_queue_enable()
122 wait_loop:130 bra l #wait_loop
3473 int wait_loop = 10; in ixgbe_configure_tx_ring() local3554 if (!wait_loop) in ixgbe_configure_tx_ring()4049 if (!wait_loop) { in ixgbe_rx_desc_queue_enable()5763 int i, wait_loop; in ixgbe_disable_rx() local5806 while (wait_loop--) { in ixgbe_disable_rx()5835 int i, wait_loop; in ixgbe_disable_tx() local5881 while (wait_loop--) { in ixgbe_disable_tx()10321 int wait_loop; in ixgbe_disable_txr_hw() local10332 while (wait_loop--) { in ixgbe_disable_txr_hw()10357 int wait_loop; in ixgbe_disable_rxr_hw() local[all …]
934 int wait_loop = 10; in fm10k_enable_tx_ring() local946 } while (!(txdctl & FM10K_TXDCTL_ENABLE) && --wait_loop); in fm10k_enable_tx_ring()947 if (!wait_loop) in fm10k_enable_tx_ring()
27601 ffff800010730090 t wait_loop
Completed in 343 milliseconds