Home
last modified time | relevance | path

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

/illumos-gate/usr/src/uts/common/io/ib/adapters/tavor/
H A Dtavor_ioctl.c2166 comm->tlc_status = tavor_mr_register(lstate->tls_state, in tavor_loopback_alloc_mem()
2174 if (comm->tlc_status != IBT_SUCCESS) { in tavor_loopback_alloc_mem()
2197 comm->tlc_status = tavor_cq_alloc(lstate->tls_state, in tavor_loopback_alloc_qps()
2200 if (comm->tlc_status != IBT_SUCCESS) { in tavor_loopback_alloc_qps()
2218 comm->tlc_status = tavor_qp_alloc(lstate->tls_state, &qpinfo, in tavor_loopback_alloc_qps()
2220 if (comm->tlc_status == DDI_SUCCESS) { in tavor_loopback_alloc_qps()
2224 if (comm->tlc_status != IBT_SUCCESS) { in tavor_loopback_alloc_qps()
2244 comm->tlc_status = tavor_qp_modify(lstate->tls_state, comm->tlc_qp_hdl, in tavor_loopback_modify_qp()
2246 if (comm->tlc_status != IBT_SUCCESS) { in tavor_loopback_modify_qp()
2258 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 Dtavor_misc.h482 ibt_status_t tlc_status; member