Home
last modified time | relevance | path

Searched refs:wait_count (Results 1 – 6 of 6) sorted by relevance

/f-stack/dpdk/drivers/event/dlb/pf/
H A Ddlb_main.c217 int msix_cap_offset, err_cap_offset, acs_cap_offset, wait_count; in dlb_pf_reset() local
290 for (wait_count = 0; wait_count < 4; wait_count++) { in dlb_pf_reset()
304 sleep_time = (1 << (wait_count)) * 100; in dlb_pf_reset()
308 if (wait_count == 4) { in dlb_pf_reset()
/f-stack/dpdk/drivers/event/dlb2/pf/
H A Ddlb2_main.c248 int wait_count; in dlb2_pf_reset() local
318 for (wait_count = 0; wait_count < 4; wait_count++) { in dlb2_pf_reset()
332 sleep_time = (1 << (wait_count)) * 100; in dlb2_pf_reset()
336 if (wait_count == 4) { in dlb2_pf_reset()
/f-stack/freebsd/contrib/ck/include/
H A Dck_rwcohort.h103 unsigned int wait_count = 0; \
117 if (++wait_count > rw_cohort->wait_limit && \
181 unsigned int wait_count = 0; \
192 if (++wait_count > rw_cohort->wait_limit && \
/f-stack/dpdk/drivers/net/sfc/
H A Dsfc_tx.c529 unsigned int wait_count; in sfc_tx_qstop() local
566 wait_count = 0; in sfc_tx_qstop()
571 wait_count++ < SFC_TX_QFLUSH_POLL_ATTEMPTS); in sfc_tx_qstop()
H A Dsfc_rx.c662 unsigned int wait_count; in sfc_rx_qflush() local
693 wait_count = 0; in sfc_rx_qflush()
698 (wait_count++ < SFC_RX_QFLUSH_POLL_ATTEMPTS)); in sfc_rx_qflush()
/f-stack/freebsd/contrib/alpine-hal/
H A Dal_hal_pcie.c1965 int wait_count = timeout_ms * AL_PCIE_LINKUP_WAIT_INTERVALS_PER_SEC; in al_pcie_link_up_wait() local
1967 while (wait_count-- > 0) { in al_pcie_link_up_wait()
1973 pcie_port->port_id, wait_count); in al_pcie_link_up_wait()