Home
last modified time | relevance | path

Searched refs: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; in hermon_cmd_post() local
133 retry_cnt2 = HCA_PIO_RETRY_CNT; in hermon_cmd_post()
137 } while (status == HERMON_CMD_INTERNAL_ERR && retry_cnt2-- > 0); in hermon_cmd_post()
153 } else if (retry_cnt2 != HCA_PIO_RETRY_CNT) { in hermon_cmd_post()