Home
last modified time | relevance | path

Searched refs:HERMON_CMD_INTERNAL_ERR (Results 1 – 2 of 2) sorted by relevance

/illumos-gate/usr/src/uts/common/io/ib/adapters/hermon/
H A Dhermon_cmd.c87 } while (status == HERMON_CMD_INTERNAL_ERR && retry_cnt-- > 0); in hermon_cmd_post()
137 } while (status == HERMON_CMD_INTERNAL_ERR && retry_cnt2-- > 0); in hermon_cmd_post()
189 if (status == HERMON_CMD_INTERNAL_ERR && retry_cnt-- > 0) in hermon_cmd_post()
260 case HERMON_CMD_INTERNAL_ERR: in hermon_cmd_check_status()
1189 status = HERMON_CMD_INTERNAL_ERR; in hermon_write_hcr()
/illumos-gate/usr/src/uts/common/sys/ib/adapters/hermon/
H A Dhermon_cmd.h211 #define HERMON_CMD_INTERNAL_ERR 0x01 macro