Home
last modified time | relevance | path

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

/linux/drivers/xen/xenbus/
H A Dxenbus_probe_frontend.c267 static bool wait_loop(unsigned long start, unsigned int max_delay, in wait_loop() function
309 if (wait_loop(start, 30, &seconds_waited)) in wait_for_devices()
314 if (wait_loop(start, 270, &seconds_waited)) in wait_for_devices()
/linux/drivers/gpu/drm/amd/display/dc/dce/
H A Ddce_dmcu.h299 unsigned int wait_loop:16; /* [15:0] */ member
/linux/drivers/gpu/drm/nouveau/nvkm/subdev/pmu/fuc/
H A Dkernel.fuc122 wait_loop:
130 bra l #wait_loop
/linux/drivers/net/ethernet/intel/ixgbe/
H A Dixgbe_main.c3908 int wait_loop = 10; in ixgbe_configure_tx_ring() local
3989 } while (--wait_loop && !(txdctl & IXGBE_TXDCTL_ENABLE)); in ixgbe_configure_tx_ring()
3990 if (!wait_loop) in ixgbe_configure_tx_ring()
4476 int wait_loop = IXGBE_MAX_RX_DESC_POLL; in ixgbe_rx_desc_queue_enable() local
4490 } while (--wait_loop && !(rxdctl & IXGBE_RXDCTL_ENABLE)); in ixgbe_rx_desc_queue_enable()
4492 if (!wait_loop) { in ixgbe_rx_desc_queue_enable()
6355 int i, wait_loop; in ixgbe_disable_rx() local
6395 wait_loop = IXGBE_MAX_RX_DESC_POLL; in ixgbe_disable_rx()
6398 while (wait_loop--) { in ixgbe_disable_rx()
6427 int i, wait_loop; in ixgbe_disable_tx() local
[all …]