Searched refs:tlc_status (Results 1 – 2 of 2) sorted by relevance
2481 comm->tlc_status = tavor_mr_register(lstate->tls_state, in tavor_loopback_alloc_mem()2489 if (comm->tlc_status != IBT_SUCCESS) { in tavor_loopback_alloc_mem()2512 comm->tlc_status = tavor_cq_alloc(lstate->tls_state, in tavor_loopback_alloc_qps()2515 if (comm->tlc_status != IBT_SUCCESS) { in tavor_loopback_alloc_qps()2533 comm->tlc_status = tavor_qp_alloc(lstate->tls_state, &qpinfo, in tavor_loopback_alloc_qps()2535 if (comm->tlc_status == DDI_SUCCESS) { in tavor_loopback_alloc_qps()2539 if (comm->tlc_status != IBT_SUCCESS) { in tavor_loopback_alloc_qps()2559 comm->tlc_status = tavor_qp_modify(lstate->tls_state, comm->tlc_qp_hdl, in tavor_loopback_modify_qp()2561 if (comm->tlc_status != IBT_SUCCESS) { in tavor_loopback_modify_qp()2573 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