Home
last modified time | relevance | path

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

/illumos-gate/usr/src/uts/common/io/ib/adapters/hermon/
H A Dhermon_ioctl.c1039 lstate.hls_state = state; in hermon_ioctl_loopback()
2776 (void) hermon_qp_free(lstate->hls_state, in hermon_loopback_free_qps()
2781 (void) hermon_qp_free(lstate->hls_state, in hermon_loopback_free_qps()
2789 (void) hermon_cq_free(lstate->hls_state, in hermon_loopback_free_qps()
2793 (void) hermon_cq_free(lstate->hls_state, in hermon_loopback_free_qps()
2809 (void) hermon_mr_deregister(lstate->hls_state, in hermon_loopback_free_state()
2814 (void) hermon_mr_deregister(lstate->hls_state, in hermon_loopback_free_state()
2839 lstate->hls_status = hermon_pd_alloc(lstate->hls_state, in hermon_loopback_init()
2916 comm->hlc_status = hermon_mr_register(lstate->hls_state, in hermon_loopback_alloc_mem()
2948 comm->hlc_status = hermon_cq_alloc(lstate->hls_state, in hermon_loopback_alloc_qps()
[all …]
/illumos-gate/usr/src/uts/common/sys/ib/adapters/hermon/
H A Dhermon_misc.h553 hermon_state_t *hls_state; member