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

/osnet-11/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 in struct:dapls_ib_qp_handle
H A Ddapl_tavor_hw.c361 tavor_num_mpt_mask = (uint32_t)(1 << qp->qp_num_mpt_shift) - 1;
362 new_rkey = (old_rkey >> qp->qp_num_mpt_shift);
364 new_rkey = ((new_rkey << qp->qp_num_mpt_shift) |
H A Ddapl_tavor_ibtf_qp.c374 qp_p->qp_num_mpt_shift = (uint32_t)i;

Completed in 20 milliseconds