Home
last modified time | relevance | path

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

/illumos-gate/usr/src/uts/common/io/ib/adapters/hermon/
H A Dhermon_ioctl.c2788 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()
2792 if (lstate->hls_rx.hlc_cqhdl[i] != NULL) { in hermon_loopback_free_qps()
2794 &lstate->hls_rx.hlc_cqhdl[i], HERMON_NOSLEEP); in hermon_loopback_free_qps()
2796 lstate->hls_tx.hlc_cqhdl[i] = NULL; in hermon_loopback_free_qps()
2797 lstate->hls_rx.hlc_cqhdl[i] = NULL; in hermon_loopback_free_qps()
2950 &comm->hlc_cqhdl[i], HERMON_NOSLEEP); in hermon_loopback_alloc_qps()
2960 comm->hlc_qp_attr.qp_scq_hdl = (ibt_cq_hdl_t)comm->hlc_cqhdl[0]; in hermon_loopback_alloc_qps()
2961 comm->hlc_qp_attr.qp_rcq_hdl = (ibt_cq_hdl_t)comm->hlc_cqhdl[1]; in hermon_loopback_alloc_qps()
2962 comm->hlc_qp_attr.qp_ibc_scq_hdl = (ibt_opaque1_t)comm->hlc_cqhdl[0]; in hermon_loopback_alloc_qps()
[all …]
/illumos-gate/usr/src/uts/common/sys/ib/adapters/hermon/
H A Dhermon_misc.h530 hermon_cqhdl_t hlc_cqhdl[2]; member