Lines Matching defs:rkey
1369 u32 rkey;
1384 u32 rkey;
1793 u32 rkey;
1816 u32 rkey;
3420 * the rkey for it into pd->unsafe_global_rkey. This can be used by
4206 mr->rkey = (mr->rkey & 0xffffff00) | newkey;
4210 * ib_inc_rkey - increments the key portion of the given rkey. Can be used
4211 * for calculating a new rkey for type 2 memory windows.
4212 * @rkey - the rkey to increment.
4214 static inline u32 ib_inc_rkey(u32 rkey)
4217 return ((rkey + 1) & mask) | (rkey & ~mask);