Searched refs:tlc_qp_hdl (Results 1 – 2 of 2) sorted by relevance
/illumos-gate/usr/src/uts/common/io/ib/adapters/tavor/ |
H A D | tavor_ioctl.c | 2025 if (lstate->tls_tx.tlc_qp_hdl != NULL) { in tavor_loopback_free_qps() 2027 &lstate->tls_tx.tlc_qp_hdl, IBC_FREE_QP_AND_QPN, NULL, in tavor_loopback_free_qps() 2030 if (lstate->tls_rx.tlc_qp_hdl != NULL) { in tavor_loopback_free_qps() 2032 &lstate->tls_rx.tlc_qp_hdl, IBC_FREE_QP_AND_QPN, NULL, in tavor_loopback_free_qps() 2035 lstate->tls_tx.tlc_qp_hdl = NULL; in tavor_loopback_free_qps() 2036 lstate->tls_rx.tlc_qp_hdl = NULL; in tavor_loopback_free_qps() 2221 comm->tlc_qp_hdl = qpinfo.qpi_qphdl; in tavor_loopback_alloc_qps() 2244 comm->tlc_status = tavor_qp_modify(lstate->tls_state, comm->tlc_qp_hdl, in tavor_loopback_modify_qp() 2258 comm->tlc_status = tavor_qp_modify(lstate->tls_state, comm->tlc_qp_hdl, in tavor_loopback_modify_qp() 2268 comm->tlc_status = tavor_qp_modify(lstate->tls_state, comm->tlc_qp_hdl, in tavor_loopback_modify_qp() [all …]
|
/illumos-gate/usr/src/uts/common/sys/ib/adapters/tavor/ |
H A D | tavor_misc.h | 469 tavor_qphdl_t tlc_qp_hdl; member
|