Searched refs:wait_loop (Results 1 – 5 of 5) sorted by relevance
263 static bool wait_loop(unsigned long start, unsigned int max_delay, in wait_loop() function305 if (wait_loop(start, 30, &seconds_waited)) in wait_for_devices()310 if (wait_loop(start, 270, &seconds_waited)) in wait_for_devices()
1548 int wait_loop = 10; in ixgbevf_configure_tx_ring() local1597 } while (--wait_loop && !(txdctl & IXGBE_TXDCTL_ENABLE)); in ixgbevf_configure_tx_ring()1598 if (!wait_loop) in ixgbevf_configure_tx_ring()1653 int wait_loop = IXGBEVF_MAX_RX_DESC_POLL; in ixgbevf_disable_rx_queue() local1669 } while (--wait_loop && (rxdctl & IXGBE_RXDCTL_ENABLE)); in ixgbevf_disable_rx_queue()1671 if (!wait_loop) in ixgbevf_disable_rx_queue()1680 int wait_loop = IXGBEVF_MAX_RX_DESC_POLL; in ixgbevf_rx_desc_queue_enable() local1689 } while (--wait_loop && !(rxdctl & IXGBE_RXDCTL_ENABLE)); in ixgbevf_rx_desc_queue_enable()1691 if (!wait_loop) in ixgbevf_rx_desc_queue_enable()
125 wait_loop:133 bra l #wait_loop
566 int wait_loop = 10; in fm10k_enable_tx_ring() local578 } while (!(txdctl & FM10K_TXDCTL_ENABLE) && --wait_loop); in fm10k_enable_tx_ring()579 if (!wait_loop) in fm10k_enable_tx_ring()
2994 int wait_loop = 10; in ixgbe_configure_tx_ring() local3066 } while (--wait_loop && !(txdctl & IXGBE_TXDCTL_ENABLE)); in ixgbe_configure_tx_ring()3067 if (!wait_loop) in ixgbe_configure_tx_ring()3468 int wait_loop = IXGBE_MAX_RX_DESC_POLL; in ixgbe_rx_desc_queue_enable() local3482 } while (--wait_loop && !(rxdctl & IXGBE_RXDCTL_ENABLE)); in ixgbe_rx_desc_queue_enable()3484 if (!wait_loop) { in ixgbe_rx_desc_queue_enable()3494 int wait_loop = IXGBE_MAX_RX_DESC_POLL; in ixgbe_disable_rx_queue() local3514 } while (--wait_loop && (rxdctl & IXGBE_RXDCTL_ENABLE)); in ixgbe_disable_rx_queue()3516 if (!wait_loop) { in ixgbe_disable_rx_queue()