Searched refs:wait_loop (Results 1 – 5 of 5) 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
1690 int wait_loop = 10; in ixgbevf_configure_tx_ring() local1744 } while (--wait_loop && !(txdctl & IXGBE_TXDCTL_ENABLE)); in ixgbevf_configure_tx_ring()1745 if (!wait_loop) in ixgbevf_configure_tx_ring()1806 int wait_loop = IXGBEVF_MAX_RX_DESC_POLL; in ixgbevf_disable_rx_queue() local1822 } while (--wait_loop && (rxdctl & IXGBE_RXDCTL_ENABLE)); in ixgbevf_disable_rx_queue()1824 if (!wait_loop) in ixgbevf_disable_rx_queue()1833 int wait_loop = IXGBEVF_MAX_RX_DESC_POLL; in ixgbevf_rx_desc_queue_enable() local1842 } while (--wait_loop && !(rxdctl & IXGBE_RXDCTL_ENABLE)); in ixgbevf_rx_desc_queue_enable()1844 if (!wait_loop) in ixgbevf_rx_desc_queue_enable()
122 wait_loop:130 bra l #wait_loop
3908 int wait_loop = 10; in ixgbe_configure_tx_ring() local3988 } while (--wait_loop && !(txdctl & IXGBE_TXDCTL_ENABLE)); in ixgbe_configure_tx_ring()3989 if (!wait_loop) in ixgbe_configure_tx_ring()4475 int wait_loop = IXGBE_MAX_RX_DESC_POLL; in ixgbe_rx_desc_queue_enable() local4489 } while (--wait_loop && !(rxdctl & IXGBE_RXDCTL_ENABLE)); in ixgbe_rx_desc_queue_enable()4491 if (!wait_loop) { in ixgbe_rx_desc_queue_enable()6344 int i, wait_loop; in ixgbe_disable_rx() local6384 wait_loop = IXGBE_MAX_RX_DESC_POLL; in ixgbe_disable_rx()6387 while (wait_loop--) { in ixgbe_disable_rx()6416 int i, wait_loop; in ixgbe_disable_tx() local[all …]