Home
last modified time | relevance | path

Searched refs:max_poll (Results 1 – 3 of 3) sorted by relevance

/freebsd-10-stable/contrib/ofed/management/opensm/osmtest/
Dosmt_mtl_regular_qp.c425 u_int32_t max_poll, u_int32_t poll_sleep, in osmt_mtl_mad_poll4cqe() argument
432 while ((ret == VAPI_CQ_EMPTY) && (poll_cnt < max_poll)) { in osmt_mtl_mad_poll4cqe()
447 if ((poll_cnt == max_poll) && (ret == VAPI_CQ_EMPTY)) { in osmt_mtl_mad_poll4cqe()
450 max_poll); in osmt_mtl_mad_poll4cqe()
/freebsd-10-stable/contrib/ofed/management/opensm/osmtest/include/
Dosmt_mtl_regular_qp.h157 u_int32_t max_poll, /*number of polling iterations */
/freebsd-10-stable/sys/dev/cxgbe/common/
Dt4_hw.c2694 int max_poll; in t4_seeprom_wait() local
2707 max_poll = EEPROM_MAX_POLL; in t4_seeprom_wait()
2722 } while (--max_poll); in t4_seeprom_wait()
2804 int max_poll; in t4_seeprom_write() local
2845 max_poll = EEPROM_MAX_POLL; in t4_seeprom_write()
2849 } while ((stats_reg & 0x1) && --max_poll); in t4_seeprom_write()
2850 if (!max_poll) in t4_seeprom_write()