Home
last modified time | relevance | path

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

/illumos-gate/usr/src/uts/common/sys/ib/ibtl/
H A Dibtl_types.h1390 typedef struct ibt_wr_reg_pmr_s { struct
1391 ib_vaddr_t pmr_iova; /* I/O virtual address requested by */
1394 ib_memlen_t pmr_len; /* Length of region to register */
1395 ib_memlen_t pmr_offset; /* Offset of the region's starting */
1398 ibt_mr_hdl_t pmr_mr_hdl;
1399 ibt_phys_addr_t *pmr_addr_list; /* List of physical buffers accessed */
1401 size_t pmr_buf_sz; /* size of uniform size PBEs */
1402 uint_t pmr_num_buf; /* #entries in the pmr_addr_list */
1403 ibt_lkey_t pmr_lkey; /* new lkey upon return */
1404 ibt_rkey_t pmr_rkey; /* new rkey upon return */
[all …]