Searched refs:old_rkey (Results 1 – 3 of 3) sorted by relevance
198 uint32_t old_rkey; in dapli_arbel_wqe_send_build() local265 old_rkey = wr->wr.rc.rcwr.bind->bind_rkey; in dapli_arbel_wqe_send_build()266 new_rkey = old_rkey >> 8; /* index */ in dapli_arbel_wqe_send_build()267 old_rkey = ((old_rkey & 0xff) + 1) & 0xff; /* incremented key */ in dapli_arbel_wqe_send_build()268 new_rkey = (new_rkey << 8) | old_rkey; in dapli_arbel_wqe_send_build()
186 uint32_t old_rkey; in dapli_hermon_wqe_send_build() local259 old_rkey = wr->wr.rc.rcwr.bind->bind_rkey; in dapli_hermon_wqe_send_build()260 new_rkey = old_rkey >> 8; /* index */ in dapli_hermon_wqe_send_build()261 old_rkey = (old_rkey + 1) & 0xff; /* incremented key */ in dapli_hermon_wqe_send_build()262 new_rkey = (new_rkey << 8) | old_rkey; in dapli_hermon_wqe_send_build()
303 uint32_t old_rkey; in dapli_tavor_wqe_send_build() local360 old_rkey = wr->wr.rc.rcwr.bind->bind_rkey; in dapli_tavor_wqe_send_build()362 new_rkey = (old_rkey >> qp->qp_num_mpt_shift); in dapli_tavor_wqe_send_build()365 (old_rkey & tavor_num_mpt_mask)); in dapli_tavor_wqe_send_build()