Searched refs:tlc_cqhdl (Results 1 – 2 of 2) sorted by relevance
2038 if (lstate->tls_tx.tlc_cqhdl[i] != NULL) { in tavor_loopback_free_qps()2040 &lstate->tls_tx.tlc_cqhdl[i], TAVOR_NOSLEEP); in tavor_loopback_free_qps()2042 if (lstate->tls_rx.tlc_cqhdl[i] != NULL) { in tavor_loopback_free_qps()2044 &lstate->tls_rx.tlc_cqhdl[i], TAVOR_NOSLEEP); in tavor_loopback_free_qps()2046 lstate->tls_tx.tlc_cqhdl[i] = NULL; in tavor_loopback_free_qps()2047 lstate->tls_rx.tlc_cqhdl[i] = NULL; in tavor_loopback_free_qps()2199 &comm->tlc_cqhdl[i], TAVOR_NOSLEEP); in tavor_loopback_alloc_qps()2209 comm->tlc_qp_attr.qp_scq_hdl = (ibt_cq_hdl_t)comm->tlc_cqhdl[0]; in tavor_loopback_alloc_qps()2210 comm->tlc_qp_attr.qp_rcq_hdl = (ibt_cq_hdl_t)comm->tlc_cqhdl[1]; in tavor_loopback_alloc_qps()2211 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