| 220 | return MR->lkey; |
| 221 | } |
| 222 | ui32 GetRKey() const { |
| 223 | static_assert(sizeof(ui32) == sizeof(MR->lkey), "expect sizeof(ui32) == sizeof(MR->lkey)"); |
| 224 | return MR->lkey; |
| 225 | } |
| 226 | char* GetData() { |
| 227 | return MR ? (char*)MR->addr : nullptr; |
| 228 | } |
no outgoing calls
no test coverage detected