Home
last modified time | relevance | path

Searched refs:wait_loop (Results 1 – 5 of 5) sorted by relevance

/linux-4.4.14/drivers/xen/xenbus/
Dxenbus_probe_frontend.c263 static bool wait_loop(unsigned long start, unsigned int max_delay, in wait_loop() function
305 if (wait_loop(start, 30, &seconds_waited)) in wait_for_devices()
310 if (wait_loop(start, 270, &seconds_waited)) in wait_for_devices()
/linux-4.4.14/drivers/net/ethernet/intel/ixgbevf/
Dixgbevf_main.c1549 int wait_loop = 10; in ixgbevf_configure_tx_ring() local
1598 } while (--wait_loop && !(txdctl & IXGBE_TXDCTL_ENABLE)); in ixgbevf_configure_tx_ring()
1599 if (!wait_loop) in ixgbevf_configure_tx_ring()
1654 int wait_loop = IXGBEVF_MAX_RX_DESC_POLL; in ixgbevf_disable_rx_queue() local
1670 } while (--wait_loop && (rxdctl & IXGBE_RXDCTL_ENABLE)); in ixgbevf_disable_rx_queue()
1672 if (!wait_loop) in ixgbevf_disable_rx_queue()
1681 int wait_loop = IXGBEVF_MAX_RX_DESC_POLL; in ixgbevf_rx_desc_queue_enable() local
1690 } while (--wait_loop && !(rxdctl & IXGBE_RXDCTL_ENABLE)); in ixgbevf_rx_desc_queue_enable()
1692 if (!wait_loop) in ixgbevf_rx_desc_queue_enable()
/linux-4.4.14/drivers/gpu/drm/nouveau/nvkm/subdev/pmu/fuc/
Dkernel.fuc125 wait_loop:
133 bra l #wait_loop
/linux-4.4.14/drivers/net/ethernet/intel/fm10k/
Dfm10k_pci.c597 int wait_loop = 10; in fm10k_enable_tx_ring() local
609 } while (!(txdctl & FM10K_TXDCTL_ENABLE) && --wait_loop); in fm10k_enable_tx_ring()
610 if (!wait_loop) in fm10k_enable_tx_ring()
/linux-4.4.14/drivers/net/ethernet/intel/ixgbe/
Dixgbe_main.c3080 int wait_loop = 10; in ixgbe_configure_tx_ring() local
3152 } while (--wait_loop && !(txdctl & IXGBE_TXDCTL_ENABLE)); in ixgbe_configure_tx_ring()
3153 if (!wait_loop) in ixgbe_configure_tx_ring()
3554 int wait_loop = IXGBE_MAX_RX_DESC_POLL; in ixgbe_rx_desc_queue_enable() local
3568 } while (--wait_loop && !(rxdctl & IXGBE_RXDCTL_ENABLE)); in ixgbe_rx_desc_queue_enable()
3570 if (!wait_loop) { in ixgbe_rx_desc_queue_enable()
3580 int wait_loop = IXGBE_MAX_RX_DESC_POLL; in ixgbe_disable_rx_queue() local
3600 } while (--wait_loop && (rxdctl & IXGBE_RXDCTL_ENABLE)); in ixgbe_disable_rx_queue()
3602 if (!wait_loop) { in ixgbe_disable_rx_queue()