Searched refs:hermon_cmd_retry_ok (Results 1 - 3 of 3) sorted by relevance
/illumos-gate/usr/src/uts/common/sys/ib/adapters/hermon/ |
H A D | hermon_fm.h | 289 extern boolean_t hermon_cmd_retry_ok(hermon_cmd_post_t *, int);
|
/illumos-gate/usr/src/uts/common/io/ib/adapters/hermon/ |
H A D | hermon_fm.c | 1509 * hermon_cmd_retry_ok(hermon_cmd_post_t *cmd, int status) 1519 * but a harmless result. hermon_cmd_retry_ok() checks this kind of 1531 * hermon_cmd_retry_ok() can be called in user, kernel, interrupt 1539 hermon_cmd_retry_ok(hermon_cmd_post_t *cmd, int status) function
|
H A D | hermon_cmd.c | 92 * If there is a HW error, call hermon_cmd_retry_ok() 97 !hermon_cmd_retry_ok(cmdpost, status)) { 142 * If there is a HW error, call hermon_cmd_retry_ok() 147 !hermon_cmd_retry_ok(cmdpost, status)) { 204 * If there is a HW error, call hermon_cmd_retry_ok() 209 !hermon_cmd_retry_ok(cmdpost, status)) {
|
Completed in 55 milliseconds