Searched refs:wait_count (Results 1 – 8 of 8) sorted by relevance
103 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 && \
5434 uint32_t wait_count = 0; in ql_pollrd() local5449 wait_count = 0; in ql_pollrd()5451 while (wait_count < poll) { in ql_pollrd()5461 wait_count++; in ql_pollrd()5464 if (wait_count == poll) { in ql_pollrd()5469 __func__, wait_count, poll); in ql_pollrd()5500 uint32_t wait_count = 0; in ql_pollrd_modify_write() local5515 wait_count = 0; in ql_pollrd_modify_write()5516 while (wait_count < poll) { in ql_pollrd_modify_write()5526 wait_count++; in ql_pollrd_modify_write()[all …]
592 int wait_count = 0; in ecore_iwarp_destroy_qp() local617 if (wait_count++ > 200) { in ecore_iwarp_destroy_qp()1514 int wait_count = 0; in ecore_iwarp_wait_cid_map_cleared() local1526 wait_count++; in ecore_iwarp_wait_cid_map_cleared()1529 wait_count = 0; in ecore_iwarp_wait_cid_map_cleared()1532 if (wait_count > ECORE_IWARP_MAX_NO_PROGRESS_CNT) { in ecore_iwarp_wait_cid_map_cleared()3889 int wait_count = 0; in ecore_iwarp_destroy_listen() local3902 if (wait_count++ > 200) { in ecore_iwarp_destroy_listen()
196 int wait_count = 0; in ecore_roce_stop() local206 if (wait_count++ > 20) { in ecore_roce_stop()
249 int wait_count; in ecore_rdma_deactivate() local256 wait_count = p_hwfn->p_rdma_info->ref_cnt; in ecore_rdma_deactivate()260 if (--wait_count == 0) { in ecore_rdma_deactivate()
125 unsigned int wait_count; member
1965 int wait_count = timeout_ms * AL_PCIE_LINKUP_WAIT_INTERVALS_PER_SEC; in al_pcie_link_up_wait() local1967 while (wait_count-- > 0) { in al_pcie_link_up_wait()1973 pcie_port->port_id, wait_count); in al_pcie_link_up_wait()
3439 int rc, wait_count = BNXT_RE_RES_FREE_WAIT_COUNT; in bnxt_re_dev_uninit() local3466 while (atomic_read(&rdev->stats.rsors.cq_count) && --wait_count) in bnxt_re_dev_uninit()3468 if (!wait_count) in bnxt_re_dev_uninit()