Home
last modified time | relevance | path

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

/illumos-gate/usr/src/uts/common/io/ib/adapters/hermon/
H A Dhermon_ioctl.c1132 lstate.hls_rx.hlc_qp_num) != 0) { in hermon_ioctl_loopback()
1157 &lstate.hls_rx) != IBT_SUCCESS) { in hermon_ioctl_loopback()
1173 if (ddi_copyout(lstate.hls_rx.hlc_buf, in hermon_ioctl_loopback()
1192 if (ddi_copyout(lstate.hls_rx.hlc_buf, in hermon_ioctl_loopback()
2780 if (lstate->hls_rx.hlc_qp_hdl != NULL) { in hermon_loopback_free_qps()
2786 lstate->hls_rx.hlc_qp_hdl = NULL; in hermon_loopback_free_qps()
2792 if (lstate->hls_rx.hlc_cqhdl[i] != NULL) { in hermon_loopback_free_qps()
2797 lstate->hls_rx.hlc_cqhdl[i] = NULL; in hermon_loopback_free_qps()
2813 if (lstate->hls_rx.hlc_mrhdl != NULL) { in hermon_loopback_free_state()
2824 if (lstate->hls_rx.hlc_buf != NULL) { in hermon_loopback_free_state()
[all …]
/illumos-gate/usr/src/uts/common/sys/ib/adapters/hermon/
H A Dhermon_misc.h557 hermon_loopback_comm_t hls_rx; member