Searched refs:ibt_attach (Results 1 - 17 of 17) sorted by relevance

/illumos-gate/usr/src/uts/common/io/ib/clients/eoib/
H A Deib_main.c244 if ((ret = ibt_attach(&eib_clnt_modinfo, ss->ei_dip, ss,
247 "eib_attach: ibt_attach() failed, ret=%d", ret);
H A Denx_ibt.c36 * Module (static) info passed to IBTL during ibt_attach
90 if ((ret = ibt_attach(&eibnx_clnt_modinfo, ss->nx_dip, ss,
92 ENX_DPRINTF_ERR("ibt_attach() failed, ret=%d", ret);
/illumos-gate/usr/src/uts/common/io/ib/ibtl/
H A Dibtl_impl.c48 * is modified by IBTF on an IBT client's ibt_attach/ibt_detach call.
66 * [per-client_instance] (ibt_attach)
200 * ibt_attach
221 ibt_attach(ibt_clnt_modinfo_t *mod_infop, dev_info_t *arg, void *clnt_private, function
227 IBTF_DPRINTF_L3(ibtf, "ibt_attach(%p, %p, %p)",
231 IBTF_DPRINTF_L1(ibtf, "ibt_attach: "
240 IBTF_DPRINTF_L1(ibtf, "ibt_attach: IB client '%s' has an "
247 IBTF_DPRINTF_L2(ibtf, "ibt_attach: Client '%s' has not\n"
260 IBTF_DPRINTF_L1(ibtf, "ibt_attach: "
269 IBTF_DPRINTF_L2(ibtf, "ibt_attach
[all...]
/illumos-gate/usr/src/uts/common/io/ib/mgt/ibdma/
H A Dibdma.c206 cmn_err(CE_NOTE, "ibdma_init, ibt_attach failed (%d)",
296 status = ibt_attach(&ibdma_ibt_modinfo, NULL,
299 cmn_err(CE_NOTE, "ibt_init, ibt_attach failed (%d)",
/illumos-gate/usr/src/uts/common/sys/ib/ibtl/
H A Dibti_common.h110 * to be handled specially in ibt_attach, where we bypass the check for a valid
157 * is passed into the IBTF by a client when calling ibt_attach().
691 * ibt_attach() and ibt_detach():
701 ibt_status_t ibt_attach(ibt_clnt_modinfo_t *mod_infop, dev_info_t *arg,
/illumos-gate/usr/src/uts/common/io/comstar/port/srpt/
H A Dsrpt_ioc.c156 status = ibt_attach(&srpt_ibt_modinfo, srpt_ctxt->sc_dip,
159 SRPT_DPRINTF_L1("ioc_attach, ibt_attach failed (0x%x)",
/illumos-gate/usr/src/uts/common/io/ib/clients/iser/
H A Diser_ib.c100 status = ibt_attach(&iser_ib_modinfo, iser_state->is_dip, iser_state,
103 ISER_LOG(CE_NOTE, "iser_ib_init: ibt_attach failed (0x%x)",
1126 * passed via the ibt_attach() routine. This function handles the following
/illumos-gate/usr/src/uts/common/io/ib/clients/of/sol_umad/
H A Dsol_umad.c577 rc = ibt_attach(&ibt_clnt_modinfo, info->info_dip, info,
/illumos-gate/usr/src/uts/common/io/ib/clients/rds/
H A Drdsib_ib.c342 ret = ibt_attach(&rds_ib_modinfo, rdsib_dev_info, rdsib_statep,
345 RDS_DPRINTF2("rdsib_initialize_ib", "ibt_attach failed: %d",
/illumos-gate/usr/src/uts/common/io/ib/mgt/ibcm/
H A Dibcm_impl.c551 * - call ibt_attach()
604 * NOTE : if ibt_attach is done after ibcm_init_hcas, then some
610 status = ibt_attach(&ibcm_ibt_modinfo, NULL, NULL, &ibcm_ibt_handle);
612 IBTF_DPRINTF_L2(cmlog, "ibcm_init(): ibt_attach failed %d",
/illumos-gate/usr/src/uts/common/io/ib/clients/ibd/
H A Dibd.c470 * Module (static) info passed to IBTL during ibt_attach
2718 if ((ret = ibt_attach(&ibd_clnt_modinfo, dip, state,
2721 "ibt_attach(), ret=%d", ret);
2726 if ((ret = ibt_attach(&ibd_clnt_modinfo, dip, state,
2728 DPRINT(10, "ibd_part_attach: failed in ibt_attach(), ret=%d",
2847 * Pre ibt_attach() driver initialization
8784 if ((ret = ibt_attach(&ibdpd_clnt_modinfo, dip, state,
8786 DPRINT(10, "ibd_port_attach: failed in ibt_attach(), ret=%d",
/illumos-gate/usr/src/uts/common/io/ib/clients/of/sol_ofs/
H A Dsol_kverbs.c368 rtn = ibt_attach(&ofs_client->ibt_client, client->dip, ofs_client,
377 "ibt_attach failed w/ 0x%x", client, rtn);
/illumos-gate/usr/src/uts/common/io/ib/clients/of/sol_uverbs/
H A Dsol_uverbs.c225 status = ibt_attach(&mod_ctxt->clnt_modinfo, mod_ctxt->dip,
230 "hca_open:ibt_attach fail %d", status);
522 * Opening of the hca will perform the ibt_attach and build a list of
/illumos-gate/usr/src/uts/common/io/ib/mgt/ibmf/
H A Dibmf_impl.c176 status = ibt_attach(&ibmf_statep->ibmf_ibt_modinfo, (void *)NULL,
/illumos-gate/usr/src/uts/common/rpc/
H A Drpcib.c611 ibt_status = ibt_attach(&rib_modinfo, dip,
/illumos-gate/usr/src/uts/common/io/ib/clients/daplt/
H A Ddaplt.c903 retval = ibt_attach(&daplka_clnt_modinfo, dip, dp,
906 DERR("attach: ibt_attach failed: error = %d\n", retval);
/illumos-gate/usr/src/uts/common/io/ib/mgt/ibdm/
H A Dibdm.c273 if ((status = ibt_attach(&ibdm_ibt_modinfo, NULL, NULL,
275 IBTF_DPRINTF_L2("ibdm", "ibdm_init: ibt_attach "
504 * ibt_attach. IBDM support the following async events. For other

Completed in 141 milliseconds