Searched refs:tx_wr (Results 1 – 2 of 2) sorted by relevance
/illumos-gate/usr/src/uts/common/rpc/ |
H A D | rpcib.c | 2312 ibt_send_wr_t tx_wr; in rib_send_and_wait() local 2322 bzero(&tx_wr, sizeof (ibt_send_wr_t)); in rib_send_and_wait() 2342 tx_wr.wr_flags = IBT_WR_SEND_SIGNAL; in rib_send_and_wait() 2345 tx_wr.wr_id = (ibt_wrid_t)(uintptr_t)wdesc; in rib_send_and_wait() 2352 tx_wr.wr_flags = IBT_WR_NO_FLAGS; in rib_send_and_wait() 2354 tx_wr.wr_id = (ibt_wrid_t)RDMA_DUMMY_WRID; in rib_send_and_wait() 2357 tx_wr.wr_opcode = IBT_WRC_SEND; in rib_send_and_wait() 2358 tx_wr.wr_trans = IBT_RC_SRV; in rib_send_and_wait() 2359 tx_wr.wr_nds = nds; in rib_send_and_wait() 2360 tx_wr.wr_sgl = sgl; in rib_send_and_wait() [all …]
|
/illumos-gate/usr/src/cmd/svc/configd/ |
H A D | file_object.c | 1639 backend_tx_t *tx_ro, *tx_wr; in object_create_pg() local 1679 rc_wr = backend_tx_begin(BACKEND_TYPE_NORMAL, &tx_wr); in object_create_pg() 1684 rc_wr = backend_tx_begin(BACKEND_TYPE_NONPERSIST, &tx_wr); in object_create_pg() 1710 rc = backend_tx_run_single_int(tx_wr, q, &id); in object_create_pg() 1724 if ((lp->rl_main_id = backend_new_id(tx_wr, in object_create_pg() 1735 if ((rc = (*ip->obj_insert_pg_child)(tx_wr, lp, name, pgtype, flags, in object_create_pg() 1741 rc = backend_tx_commit(tx_wr); in object_create_pg() 1754 if (tx_wr != NULL) in object_create_pg() 1755 backend_tx_rollback(tx_wr); in object_create_pg()
|