Searched defs:retry_cnt2 (Results 1 - 1 of 1) sorted by relevance

/illumos-gate/usr/src/uts/common/io/ib/adapters/hermon/
H A Dhermon_cmd.c75 int status, retry_cnt, retry_cnt2, hw_err; local
133 retry_cnt2 = HCA_PIO_RETRY_CNT;
137 } while (status == HERMON_CMD_INTERNAL_ERR && retry_cnt2-- > 0);
153 } else if (retry_cnt2 != HCA_PIO_RETRY_CNT) {

Completed in 82 milliseconds