Searched refs:tlc_status (Results 1 – 2 of 2) sorted by relevance
2166 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 …]
482 ibt_status_t tlc_status; member