Home
last modified time | relevance | path

Searched defs:ib_mr (Results 1 – 1 of 1) sorted by relevance

/linux-4.19.296/include/rdma/
Dib_verbs.h1799 struct ib_mr { struct
1800 struct ib_device *device;
1801 struct ib_pd *pd;
1802 u32 lkey;
1803 u32 rkey;
1804 u64 iova;
1805 u64 length;
1806 unsigned int page_size;
1807 bool need_inval;
1808 union {
[all …]