Home
last modified time | relevance | path

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

/linux-5.19.10/drivers/xen/xenbus/
Dxenbus_probe_frontend.c269 static bool wait_loop(unsigned long start, unsigned int max_delay, in wait_loop() function
311 if (wait_loop(start, 30, &seconds_waited)) in wait_for_devices()
316 if (wait_loop(start, 270, &seconds_waited)) in wait_for_devices()
/linux-5.19.10/drivers/gpu/drm/amd/display/dc/dce/
Ddce_dmcu.h299 unsigned int wait_loop:16; /* [15:0] */ member
Ddce_dmcu.c316 masterCmdData1.bits.wait_loop = wait_loop_number; in dce_psr_wait_loop()
741 masterCmdData1.bits.wait_loop = wait_loop_number; in dcn10_psr_wait_loop()
/linux-5.19.10/drivers/net/ethernet/intel/ixgbevf/
Dixgbevf_main.c1689 int wait_loop = 10; in ixgbevf_configure_tx_ring() local
1743 } 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() local
1821 } 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() local
1841 } while (--wait_loop && !(rxdctl & IXGBE_RXDCTL_ENABLE)); in ixgbevf_rx_desc_queue_enable()
1843 if (!wait_loop) in ixgbevf_rx_desc_queue_enable()
/linux-5.19.10/drivers/gpu/drm/nouveau/nvkm/subdev/pmu/fuc/
Dkernel.fuc122 wait_loop:
130 bra l #wait_loop
/linux-5.19.10/drivers/net/ethernet/intel/ixgbe/
Dixgbe_main.c3474 int wait_loop = 10; in ixgbe_configure_tx_ring() local
3554 } while (--wait_loop && !(txdctl & IXGBE_TXDCTL_ENABLE)); in ixgbe_configure_tx_ring()
3555 if (!wait_loop) in ixgbe_configure_tx_ring()
4034 int wait_loop = IXGBE_MAX_RX_DESC_POLL; in ixgbe_rx_desc_queue_enable() local
4048 } while (--wait_loop && !(rxdctl & IXGBE_RXDCTL_ENABLE)); in ixgbe_rx_desc_queue_enable()
4050 if (!wait_loop) { in ixgbe_rx_desc_queue_enable()
5767 int i, wait_loop; in ixgbe_disable_rx() local
5807 wait_loop = IXGBE_MAX_RX_DESC_POLL; in ixgbe_disable_rx()
5810 while (wait_loop--) { in ixgbe_disable_rx()
5839 int i, wait_loop; in ixgbe_disable_tx() local
[all …]
/linux-5.19.10/drivers/net/ethernet/intel/fm10k/
Dfm10k_pci.c934 int wait_loop = 10; in fm10k_enable_tx_ring() local
946 } while (!(txdctl & FM10K_TXDCTL_ENABLE) && --wait_loop); in fm10k_enable_tx_ring()
947 if (!wait_loop) in fm10k_enable_tx_ring()