Searched refs:max_poll (Results 1 – 3 of 3) sorted by relevance
425 u_int32_t max_poll, u_int32_t poll_sleep, in osmt_mtl_mad_poll4cqe() argument432 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()
157 u_int32_t max_poll, /*number of polling iterations */
2694 int max_poll; in t4_seeprom_wait() local2707 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() local2845 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()