Home
last modified time | relevance | path

Searched refs:new_rkey (Results 1 – 8 of 8) sorted by relevance

/illumos-gate/usr/src/lib/udapl/udapl_tavor/tavor/
H A Ddapl_tavor_hw.c302 uint32_t new_rkey; in dapli_tavor_wqe_send_build() local
362 new_rkey = (old_rkey >> qp->qp_num_mpt_shift); in dapli_tavor_wqe_send_build()
363 new_rkey++; in dapli_tavor_wqe_send_build()
364 new_rkey = ((new_rkey << qp->qp_num_mpt_shift) | in dapli_tavor_wqe_send_build()
367 wr->wr.rc.rcwr.bind->bind_rkey_out = new_rkey; in dapli_tavor_wqe_send_build()
H A Ddapl_arbel_hw.c197 uint32_t new_rkey; in dapli_arbel_wqe_send_build() local
266 new_rkey = old_rkey >> 8; /* index */ in dapli_arbel_wqe_send_build()
268 new_rkey = (new_rkey << 8) | old_rkey; in dapli_arbel_wqe_send_build()
270 wr->wr.rc.rcwr.bind->bind_rkey_out = new_rkey; in dapli_arbel_wqe_send_build()
H A Ddapl_hermon_hw.c185 uint32_t new_rkey; in dapli_hermon_wqe_send_build() local
260 new_rkey = old_rkey >> 8; /* index */ in dapli_hermon_wqe_send_build()
262 new_rkey = (new_rkey << 8) | old_rkey; in dapli_hermon_wqe_send_build()
264 wr->wr.rc.rcwr.bind->bind_rkey_out = new_rkey; in dapli_hermon_wqe_send_build()
H A Ddapl_tavor_hw.h395 uint32_t new_rkey; member
/illumos-gate/usr/src/uts/common/io/ib/adapters/hermon/
H A Dhermon_wr.c2117 uint32_t new_rkey; in hermon_wr_bind_check() local
2198 new_rkey = hermon_mr_keycalc(mpt->hr_indx); in hermon_wr_bind_check()
2199 new_rkey = hermon_mr_key_swap(new_rkey); in hermon_wr_bind_check()
2201 wr->wr.rc.rcwr.bind->bind_rkey_out = new_rkey; in hermon_wr_bind_check()
2202 mw->mr_rkey = new_rkey; in hermon_wr_bind_check()
/illumos-gate/usr/src/uts/common/io/ib/adapters/tavor/
H A Dtavor_wr.c2077 uint32_t new_rkey; in tavor_wr_bind_check() local
2158 tavor_mr_keycalc(state, mpt->tr_indx, &new_rkey); in tavor_wr_bind_check()
2160 wr->wr.rc.rcwr.bind->bind_rkey_out = new_rkey; in tavor_wr_bind_check()
2161 mw->mr_rkey = new_rkey; in tavor_wr_bind_check()
/illumos-gate/usr/src/uts/common/sys/ib/adapters/tavor/
H A Dtavor_hw.h2229 uint32_t new_rkey; member
/illumos-gate/usr/src/uts/common/sys/ib/adapters/hermon/
H A Dhermon_hw.h4526 uint32_t new_rkey; member