Lines Matching defs:rkey
1397 u32 rkey;
1412 u32 rkey;
1832 u32 rkey;
1855 u32 rkey;
3481 * the rkey for it into pd->unsafe_global_rkey. This can be used by
4318 mr->rkey = (mr->rkey & 0xffffff00) | newkey;
4322 * ib_inc_rkey - increments the key portion of the given rkey. Can be used
4323 * for calculating a new rkey for type 2 memory windows.
4324 * @rkey - the rkey to increment.
4326 static inline u32 ib_inc_rkey(u32 rkey)
4329 return ((rkey + 1) & mask) | (rkey & ~mask);