Home
last modified time | relevance | path

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

/Linux-v5.15/drivers/xen/xenbus/
Dxenbus_probe_frontend.c277 static bool wait_loop(unsigned long start, unsigned int max_delay, in wait_loop() function
319 if (wait_loop(start, 30, &seconds_waited)) in wait_for_devices()
324 if (wait_loop(start, 270, &seconds_waited)) in wait_for_devices()
/Linux-v5.15/drivers/gpu/drm/amd/display/dc/dce/
Ddce_dmcu.h299 unsigned int wait_loop:16; /* [15:0] */ member
Ddce_dmcu.c318 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()
/Linux-v5.15/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-v5.15/drivers/gpu/drm/nouveau/nvkm/subdev/pmu/fuc/
Dkernel.fuc122 wait_loop:
130 bra l #wait_loop
/Linux-v5.15/drivers/net/ethernet/intel/ixgbe/
Dixgbe_main.c3468 int wait_loop = 10; in ixgbe_configure_tx_ring() local
3548 } while (--wait_loop && !(txdctl & IXGBE_TXDCTL_ENABLE)); in ixgbe_configure_tx_ring()
3549 if (!wait_loop) in ixgbe_configure_tx_ring()
4028 int wait_loop = IXGBE_MAX_RX_DESC_POLL; in ixgbe_rx_desc_queue_enable() local
4042 } while (--wait_loop && !(rxdctl & IXGBE_RXDCTL_ENABLE)); in ixgbe_rx_desc_queue_enable()
4044 if (!wait_loop) { in ixgbe_rx_desc_queue_enable()
5754 int i, wait_loop; in ixgbe_disable_rx() local
5794 wait_loop = IXGBE_MAX_RX_DESC_POLL; in ixgbe_disable_rx()
5797 while (wait_loop--) { in ixgbe_disable_rx()
5826 int i, wait_loop; in ixgbe_disable_tx() local
[all …]
/Linux-v5.15/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()