Home
last modified time | relevance | path

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

/titanic_44/usr/src/uts/common/io/ib/adapters/tavor/
H A Dtavor_ioctl.c2338 if (lstate->tls_tx.tlc_qp_hdl != NULL) { in tavor_loopback_free_qps()
2340 &lstate->tls_tx.tlc_qp_hdl, IBC_FREE_QP_AND_QPN, NULL, in tavor_loopback_free_qps()
2343 if (lstate->tls_rx.tlc_qp_hdl != NULL) { in tavor_loopback_free_qps()
2345 &lstate->tls_rx.tlc_qp_hdl, IBC_FREE_QP_AND_QPN, NULL, in tavor_loopback_free_qps()
2348 lstate->tls_tx.tlc_qp_hdl = NULL; in tavor_loopback_free_qps()
2349 lstate->tls_rx.tlc_qp_hdl = NULL; in tavor_loopback_free_qps()
2536 comm->tlc_qp_hdl = qpinfo.qpi_qphdl; in tavor_loopback_alloc_qps()
2559 comm->tlc_status = tavor_qp_modify(lstate->tls_state, comm->tlc_qp_hdl, in tavor_loopback_modify_qp()
2573 comm->tlc_status = tavor_qp_modify(lstate->tls_state, comm->tlc_qp_hdl, in tavor_loopback_modify_qp()
2583 comm->tlc_status = tavor_qp_modify(lstate->tls_state, comm->tlc_qp_hdl, in tavor_loopback_modify_qp()
[all …]
/titanic_44/usr/src/uts/common/sys/ib/adapters/tavor/
H A Dtavor_misc.h469 tavor_qphdl_t tlc_qp_hdl; member