Searched refs:IB_PORT_MPB_MASK (Results 1 – 1 of 1) sorted by relevance
4651 #define IB_PORT_MPB_MASK 0xC0 macro6201 return ((uint8_t) ((p_pi->mkey_lmc & IB_PORT_MPB_MASK) >> in ib_port_info_get_mpb()6231 (~IB_PORT_MPB_MASK & p_pi->mkey_lmc) | in ib_port_info_set_mpb()6232 (IB_PORT_MPB_MASK & (mpb << IB_PORT_MPB_SHIFT)); in ib_port_info_set_mpb()