Home
last modified time | relevance | path

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

/illumos-gate/usr/src/uts/common/sys/ib/ibtl/
H A Dibtl_types.h1007 typedef struct ibt_pmr_attr_s { struct
1008 ib_vaddr_t pmr_iova; /* I/O virtual address requested by */
1011 ib_memlen_t pmr_len; /* Length of region to register */
1012 ib_memlen_t pmr_offset; /* Offset of the regions starting */
1015 ibt_ma_hdl_t pmr_ma; /* Memory handle used to obtain the */
1017 ibt_phys_addr_t *pmr_addr_list; /* List of physical buffers accessed */
1019 size_t pmr_buf_sz;
1020 uint_t pmr_num_buf; /* Num of entries in the pmr_buf_list */
1021 ibt_lkey_t pmr_lkey; /* Reregister only */
1022 ibt_rkey_t pmr_rkey; /* Reregister only */
[all …]