Home
last modified time | relevance | path

Searched refs:qp_num_mpt_shift (Results 1 – 3 of 3) sorted by relevance

/titanic_50/usr/src/lib/udapl/udapl_tavor/tavor/
H A Ddapl_tavor_ibtf_impl.h90 uint32_t qp_num_mpt_shift; /* Max # of MPT entries */ member
H A Ddapl_tavor_hw.c361 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()
H A Ddapl_tavor_ibtf_qp.c374 qp_p->qp_num_mpt_shift = (uint32_t)i; in dapls_ib_qp_alloc()