Home
last modified time | relevance | path

Searched refs:ud_clone_chan (Results 1 – 3 of 3) sorted by relevance

/titanic_50/usr/src/uts/common/sys/ib/ibtl/
H A Dibti.h155 ibt_channel_hdl_t ud_clone_chan; /* Optional clone handle */ member
/titanic_50/usr/src/uts/common/io/ib/ibtl/
H A Dibtl_chan.c475 if (args->ud_clone_chan == NULL) { in ibt_alloc_ud_channel()
479 } else if (args->ud_clone_chan->ch_qp.qp_hca != hca_hdl) { in ibt_alloc_ud_channel()
486 "Clone <%p> - UD Channel", args->ud_clone_chan); in ibt_alloc_ud_channel()
488 retval = ibt_query_ud_channel(args->ud_clone_chan, &chan_attrs); in ibt_alloc_ud_channel()
/titanic_50/usr/src/uts/common/io/ib/clients/ibd/
H A Dibd.c5487 ud_alloc_attr.ud_clone_chan = NULL; in ibd_setup_ud_channel()