Home
last modified time | relevance | path

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

/illumos-gate/usr/src/uts/common/io/ib/adapters/hermon/
H A Dhermon_ioctl.c1142 lstate.hls_tx.hlc_qp_num) != 0) { in hermon_ioctl_loopback()
1174 lb.alb_fail_buf, lstate.hls_tx.hlc_buf_sz, in hermon_ioctl_loopback()
1193 lb.alb_fail_buf, lstate.hls_tx.hlc_buf_sz, in hermon_ioctl_loopback()
2775 if (lstate->hls_tx.hlc_qp_hdl != NULL) { in hermon_loopback_free_qps()
2785 lstate->hls_tx.hlc_qp_hdl = NULL; in hermon_loopback_free_qps()
2788 if (lstate->hls_tx.hlc_cqhdl[i] != NULL) { in hermon_loopback_free_qps()
2790 &lstate->hls_tx.hlc_cqhdl[i], HERMON_NOSLEEP); in hermon_loopback_free_qps()
2796 lstate->hls_tx.hlc_cqhdl[i] = NULL; in hermon_loopback_free_qps()
2808 if (lstate->hls_tx.hlc_mrhdl != NULL) { in hermon_loopback_free_state()
2821 if (lstate->hls_tx.hlc_buf != NULL) { in hermon_loopback_free_state()
[all …]
/illumos-gate/usr/src/uts/common/sys/ib/adapters/hermon/
H A Dhermon_misc.h556 hermon_loopback_comm_t hls_tx; member