Searched refs:hlc_qp_hdl (Results 1 – 2 of 2) sorted by relevance
/illumos-gate/usr/src/uts/common/io/ib/adapters/hermon/ |
H A D | hermon_ioctl.c | 2775 if (lstate->hls_tx.hlc_qp_hdl != NULL) { in hermon_loopback_free_qps() 2777 &lstate->hls_tx.hlc_qp_hdl, IBC_FREE_QP_AND_QPN, NULL, in hermon_loopback_free_qps() 2780 if (lstate->hls_rx.hlc_qp_hdl != NULL) { in hermon_loopback_free_qps() 2782 &lstate->hls_rx.hlc_qp_hdl, IBC_FREE_QP_AND_QPN, NULL, in hermon_loopback_free_qps() 2785 lstate->hls_tx.hlc_qp_hdl = NULL; in hermon_loopback_free_qps() 2786 lstate->hls_rx.hlc_qp_hdl = NULL; in hermon_loopback_free_qps() 2972 comm->hlc_qp_hdl = qpinfo.qpi_qphdl; in hermon_loopback_alloc_qps() 2995 comm->hlc_status = hermon_qp_modify(lstate->hls_state, comm->hlc_qp_hdl, in hermon_loopback_modify_qp() 3009 comm->hlc_status = hermon_qp_modify(lstate->hls_state, comm->hlc_qp_hdl, in hermon_loopback_modify_qp() 3019 comm->hlc_status = hermon_qp_modify(lstate->hls_state, comm->hlc_qp_hdl, in hermon_loopback_modify_qp() [all …]
|
/illumos-gate/usr/src/uts/common/sys/ib/adapters/hermon/ |
H A D | hermon_misc.h | 531 hermon_qphdl_t hlc_qp_hdl; member
|