Searched refs:ibt_attach_mcg (Results 1 - 6 of 6) sorted by relevance
/illumos-gate/usr/src/uts/common/io/ib/ibtl/ |
H A D | ibtl_mcg.c | 43 * ibt_attach_mcg 61 ibt_attach_mcg(ibt_channel_hdl_t ud_chan, ibt_mcg_info_t *mcg_info) function 63 IBTF_DPRINTF_L3(ibtl_mcg, "ibt_attach_mcg(%p, %p)", ud_chan, mcg_info);
|
/illumos-gate/usr/src/uts/common/io/ib/clients/eoib/ |
H A D | eib_vnic.c | 497 ret = ibt_attach_mcg(chan->ch_chan, mcg_info); 543 * was a dup, a second ibt_attach_mcg() above would've simply been 1605 ret = ibt_attach_mcg(chan->ch_chan, tbl_mcginfo); 1609 "ibt_attach_mcg(mgid=%llx.%llx, pkey=0x%x) " 1711 ret = ibt_attach_mcg(chan->ch_chan, upd_mcginfo); 1715 "ibt_attach_mcg(mgid=%llx.%llx, pkey=0x%x) "
|
H A D | enx_ibt.c | 754 ret = ibt_attach_mcg(info->ti_chan, info->ti_advertise_mcg); 756 ENX_DPRINTF_ERR("ibt_attach_mcg(chan_hdl=0x%llx, "
|
/illumos-gate/usr/src/uts/common/sys/ib/ibtl/ |
H A D | ibti_common.h | 1371 * ibt_attach_mcg() 1378 ibt_status_t ibt_attach_mcg(ibt_channel_hdl_t ud_chan,
|
/illumos-gate/usr/src/uts/common/io/ib/clients/of/sol_uverbs/ |
H A D | sol_uverbs_qp.c | 2333 rc = ibt_attach_mcg(uqp->qp, &mc->mcg);
|
/illumos-gate/usr/src/uts/common/io/ib/clients/ibd/ |
H A D | ibd.c | 3159 DPRINT(10, "ibd_join_group: ibt_attach_mcg \n"); 3160 if ((ibt_status = ibt_attach_mcg(state->id_chnl_hdl,
|
Completed in 102 milliseconds