Home
last modified time | relevance | path

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

/illumos-gate/usr/src/uts/common/io/ib/adapters/hermon/
H A Dhermon_ioctl.c2925 if (comm->hlc_status != IBT_SUCCESS) { in hermon_loopback_alloc_mem()
2951 if (comm->hlc_status != IBT_SUCCESS) { in hermon_loopback_alloc_qps()
2971 if (comm->hlc_status == DDI_SUCCESS) { in hermon_loopback_alloc_qps()
2975 if (comm->hlc_status != IBT_SUCCESS) { in hermon_loopback_alloc_qps()
2997 if (comm->hlc_status != IBT_SUCCESS) { in hermon_loopback_modify_qp()
3011 if (comm->hlc_status != IBT_SUCCESS) { in hermon_loopback_modify_qp()
3021 if (comm->hlc_status != IBT_SUCCESS) { in hermon_loopback_modify_qp()
3114 comm->hlc_status = hermon_cq_poll(lstate->hls_state, in hermon_loopback_poll_cq()
3116 if ((comm->hlc_status == IBT_SUCCESS) && in hermon_loopback_poll_cq()
3118 comm->hlc_status = ibc_get_ci_failure(0); in hermon_loopback_poll_cq()
[all …]
/illumos-gate/usr/src/uts/common/sys/ib/adapters/hermon/
H A Dhermon_misc.h544 ibt_status_t hlc_status; member