Searched refs:qp_num_mpt_shift (Results 1 – 3 of 3) sorted by relevance
90 uint32_t qp_num_mpt_shift; /* Max # of MPT entries */ member
361 tavor_num_mpt_mask = (uint32_t)(1 << qp->qp_num_mpt_shift) - 1; in dapli_tavor_wqe_send_build()362 new_rkey = (old_rkey >> qp->qp_num_mpt_shift); in dapli_tavor_wqe_send_build()364 new_rkey = ((new_rkey << qp->qp_num_mpt_shift) | in dapli_tavor_wqe_send_build()
374 qp_p->qp_num_mpt_shift = (uint32_t)i; in dapls_ib_qp_alloc()