Searched refs:tlc_cqhdl (Results 1 – 2 of 2) sorted by relevance
2351 if (lstate->tls_tx.tlc_cqhdl[i] != NULL) { in tavor_loopback_free_qps()2353 &lstate->tls_tx.tlc_cqhdl[i], TAVOR_NOSLEEP); in tavor_loopback_free_qps()2355 if (lstate->tls_rx.tlc_cqhdl[i] != NULL) { in tavor_loopback_free_qps()2357 &lstate->tls_rx.tlc_cqhdl[i], TAVOR_NOSLEEP); in tavor_loopback_free_qps()2359 lstate->tls_tx.tlc_cqhdl[i] = NULL; in tavor_loopback_free_qps()2360 lstate->tls_rx.tlc_cqhdl[i] = NULL; in tavor_loopback_free_qps()2514 &comm->tlc_cqhdl[i], TAVOR_NOSLEEP); in tavor_loopback_alloc_qps()2524 comm->tlc_qp_attr.qp_scq_hdl = (ibt_cq_hdl_t)comm->tlc_cqhdl[0]; in tavor_loopback_alloc_qps()2525 comm->tlc_qp_attr.qp_rcq_hdl = (ibt_cq_hdl_t)comm->tlc_cqhdl[1]; in tavor_loopback_alloc_qps()2526 comm->tlc_qp_attr.qp_ibc_scq_hdl = (ibt_opaque1_t)comm->tlc_cqhdl[0]; in tavor_loopback_alloc_qps()[all …]
468 tavor_cqhdl_t tlc_cqhdl[2]; member