Home
last modified time | relevance | path

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

/illumos-gate/usr/src/uts/common/sys/ib/ibtl/
H A Dibti.h146 typedef struct ibt_ud_chan_alloc_args_s { struct
147 ibt_attr_flags_t ud_flags; /* Sig type etc */
148 uint8_t ud_hca_port_num;
149 uint16_t ud_pkey_ix; /* P_Key Index */
150 ibt_chan_sizes_t ud_sizes;
151 ib_qkey_t ud_qkey; /* Q_Key */
152 ibt_cq_hdl_t ud_scq; /* Send CQ */
153 ibt_cq_hdl_t ud_rcq; /* Recv CQ */
154 ibt_pd_hdl_t ud_pd; /* PD */
155 ibt_channel_hdl_t ud_clone_chan; /* Optional clone handle */
[all …]