Home
last modified time | relevance | path

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

/linux-6.12.1/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-6.12.1/drivers/gpu/drm/amd/display/dc/dce/
Ddce_dmcu.h299 unsigned int wait_loop:16; /* [15:0] */ member
Ddce_dmcu.c313 masterCmdData1.bits.wait_loop = wait_loop_number; in dce_psr_wait_loop()
739 masterCmdData1.bits.wait_loop = wait_loop_number; in dcn10_psr_wait_loop()
/linux-6.12.1/drivers/net/ethernet/intel/ixgbevf/
Dixgbevf_main.c1688 int wait_loop = 10; in ixgbevf_configure_tx_ring() local
1742 } while (--wait_loop && !(txdctl & IXGBE_TXDCTL_ENABLE)); in ixgbevf_configure_tx_ring()
1743 if (!wait_loop) in ixgbevf_configure_tx_ring()
1804 int wait_loop = IXGBEVF_MAX_RX_DESC_POLL; in ixgbevf_disable_rx_queue() local
1820 } while (--wait_loop && (rxdctl & IXGBE_RXDCTL_ENABLE)); in ixgbevf_disable_rx_queue()
1822 if (!wait_loop) in ixgbevf_disable_rx_queue()
1831 int wait_loop = IXGBEVF_MAX_RX_DESC_POLL; in ixgbevf_rx_desc_queue_enable() local
1840 } while (--wait_loop && !(rxdctl & IXGBE_RXDCTL_ENABLE)); in ixgbevf_rx_desc_queue_enable()
1842 if (!wait_loop) in ixgbevf_rx_desc_queue_enable()
/linux-6.12.1/drivers/gpu/drm/nouveau/nvkm/subdev/pmu/fuc/
Dkernel.fuc122 wait_loop:
130 bra l #wait_loop
/linux-6.12.1/drivers/net/ethernet/intel/ixgbe/
Dixgbe_main.c3493 int wait_loop = 10; in ixgbe_configure_tx_ring() local
3573 } while (--wait_loop && !(txdctl & IXGBE_TXDCTL_ENABLE)); in ixgbe_configure_tx_ring()
3574 if (!wait_loop) in ixgbe_configure_tx_ring()
4053 int wait_loop = IXGBE_MAX_RX_DESC_POLL; in ixgbe_rx_desc_queue_enable() local
4067 } while (--wait_loop && !(rxdctl & IXGBE_RXDCTL_ENABLE)); in ixgbe_rx_desc_queue_enable()
4069 if (!wait_loop) { in ixgbe_rx_desc_queue_enable()
5826 int i, wait_loop; in ixgbe_disable_rx() local
5866 wait_loop = IXGBE_MAX_RX_DESC_POLL; in ixgbe_disable_rx()
5869 while (wait_loop--) { in ixgbe_disable_rx()
5898 int i, wait_loop; in ixgbe_disable_tx() local
[all …]
/linux-6.12.1/drivers/net/ethernet/intel/fm10k/
Dfm10k_pci.c933 int wait_loop = 10; in fm10k_enable_tx_ring() local
945 } while (!(txdctl & FM10K_TXDCTL_ENABLE) && --wait_loop); in fm10k_enable_tx_ring()
946 if (!wait_loop) in fm10k_enable_tx_ring()