Searched refs:new_rkey (Results 1 – 8 of 8) sorted by relevance
302 uint32_t new_rkey; in dapli_tavor_wqe_send_build() local362 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()
197 uint32_t new_rkey; in dapli_arbel_wqe_send_build() local266 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()
185 uint32_t new_rkey; in dapli_hermon_wqe_send_build() local260 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()
395 uint32_t new_rkey; member
2117 uint32_t new_rkey; in hermon_wr_bind_check() local2198 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()
2204 uint32_t new_rkey; in tavor_wr_bind_check() local2311 tavor_mr_keycalc(state, mpt->tr_indx, &new_rkey); in tavor_wr_bind_check()2313 wr->wr.rc.rcwr.bind->bind_rkey_out = new_rkey; in tavor_wr_bind_check()2314 mw->mr_rkey = new_rkey; in tavor_wr_bind_check()
2229 uint32_t new_rkey; member
4526 uint32_t new_rkey; member