Searched refs:HCA_PIO_RETRY_CNT (Results 1 – 3 of 3) sorted by relevance
/illumos-gate/usr/src/uts/common/sys/ib/adapters/hermon/ |
H A D | hermon_fm.h | 205 #define HCA_PIO_RETRY_CNT (3) macro 235 int cnt = HCA_PIO_RETRY_CNT 249 cnt = HCA_PIO_RETRY_CNT; \
|
/illumos-gate/usr/src/uts/common/io/ib/adapters/hermon/ |
H A D | hermon_cmd.c | 84 retry_cnt = HCA_PIO_RETRY_CNT; in hermon_cmd_post() 95 if ((retry_cnt == HCA_PIO_RETRY_CNT && in hermon_cmd_post() 102 } else if (retry_cnt != HCA_PIO_RETRY_CNT) { in hermon_cmd_post() 118 retry_cnt = HCA_PIO_RETRY_CNT; in hermon_cmd_post() 133 retry_cnt2 = HCA_PIO_RETRY_CNT; in hermon_cmd_post() 145 if ((retry_cnt == HCA_PIO_RETRY_CNT && in hermon_cmd_post() 153 } else if (retry_cnt2 != HCA_PIO_RETRY_CNT) { in hermon_cmd_post() 207 if ((retry_cnt == HCA_PIO_RETRY_CNT && in hermon_cmd_post() 218 } else if (retry_cnt != HCA_PIO_RETRY_CNT) { in hermon_cmd_post() 1053 if (fm_loop_cnt != HCA_PIO_RETRY_CNT) { in hermon_write_hcr() [all …]
|
H A D | hermon_fm.c | 1695 HCA_PIO_RETRY_CNT, 0, NULL, NULL, NULL}, /* 1 */ 1697 HCA_PIO_RETRY_CNT, 0, NULL, NULL, NULL}, /* 2 */
|