Home
last modified time | relevance | path

Searched refs:tx_wr (Results 1 – 2 of 2) sorted by relevance

/illumos-gate/usr/src/uts/common/rpc/
H A Drpcib.c2312 ibt_send_wr_t tx_wr; in rib_send_and_wait() local
2352 tx_wr.wr_flags = IBT_WR_NO_FLAGS; 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()
2751 ibt_send_wr_t tx_wr; in rib_write() local
2794 tx_wr.wr_opcode = IBT_WRC_RDMAW; in rib_write()
2795 tx_wr.wr_trans = IBT_RC_SRV; in rib_write()
2796 tx_wr.wr_nds = 1; in rib_write()
[all …]
/illumos-gate/usr/src/cmd/svc/configd/
H A Dfile_object.c1639 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()