| /titanic_50/usr/src/uts/common/io/cxgbe/cxgbe/ |
| H A D | cxgbe.c | 189 return (mac_unregister(mh)); in cxgbe_devo_detach()
|
| /titanic_50/usr/src/uts/common/io/vnic/ |
| H A D | vnic_dev.c | 550 (void) mac_unregister(vnic->vn_mh); in vnic_dev_create() 566 (void) mac_unregister(vnic->vn_mh); in vnic_dev_create() 684 (void) mac_unregister(vnic->vn_mh); in vnic_dev_delete()
|
| /titanic_50/usr/src/uts/common/io/fibre-channel/fca/oce/ |
| H A D | oce_main.c | 404 if (mac_unregister(dev->mac_handle) != 0) { in oce_detach() 527 (void) mac_unregister(dev->mac_handle); in oce_unconfigure()
|
| /titanic_50/usr/src/uts/common/sys/ |
| H A D | mac_provider.h | 497 extern int mac_unregister(mac_handle_t);
|
| /titanic_50/usr/src/uts/common/xen/io/ |
| H A D | xnbu.c | 483 if ((xnbup->u_mh != NULL) && (mac_unregister(xnbup->u_mh) != 0)) in xnbu_detach()
|
| H A D | xnf.c | 962 (void) mac_unregister(xnfp->xnf_mh); in xnf_attach() 1053 if (mac_unregister(xnfp->xnf_mh) != 0) in xnf_detach()
|
| /titanic_50/usr/src/uts/common/io/softmac/ |
| H A D | softmac_main.c | 914 (void) mac_unregister(softmac->smac_mh); in softmac_mac_register() 1050 VERIFY(mac_unregister(smac_mh) == 0); in softmac_destroy()
|
| /titanic_50/usr/src/uts/common/io/vioif/ |
| H A D | vioif.c | 1809 (void) mac_unregister(sc->sc_mac_handle); in vioif_attach() 1868 if (mac_unregister(sc->sc_mac_handle)) { in vioif_detach()
|
| /titanic_50/usr/src/uts/common/io/ib/clients/eoib/ |
| H A D | eib_main.c | 970 if ((ret = mac_unregister(ss->ei_mac_hdl)) != 0) { in eib_rb_register_with_mac()
|
| /titanic_50/usr/src/uts/common/io/atu/ |
| H A D | atu.c | 1304 (void) mac_unregister(ic->ic_mach); in atu_attach() 1355 (void) mac_unregister(sc->sc_ic.ic_mach); in atu_detach()
|
| /titanic_50/usr/src/uts/common/io/zyd/ |
| H A D | zyd.c | 686 (void) mac_unregister(sc->ic.ic_mach); in zyd_detach()
|
| /titanic_50/usr/src/uts/common/io/ural/ |
| H A D | ural.c | 2371 (void) mac_unregister(ic->ic_mach); in ural_attach() 2412 (void) mac_unregister(sc->sc_ic.ic_mach); in ural_detach()
|
| /titanic_50/usr/src/uts/common/io/atge/ |
| H A D | atge_main.c | 1340 (void) mac_unregister(atgep->atge_mh); in atge_attach() 1396 (void) mac_unregister(atgep->atge_mh); in atge_detach()
|
| /titanic_50/usr/src/uts/common/io/rum/ |
| H A D | rum.c | 2416 (void) mac_unregister(ic->ic_mach); in rum_attach() 2454 if (mac_unregister(sc->sc_ic.ic_mach) != 0) in rum_detach()
|
| /titanic_50/usr/src/uts/common/io/bfe/ |
| H A D | bfe.c | 2962 (void) mac_unregister(bfe->bfe_machdl); in bfe_attach() 2991 if (mac_unregister(bfe->bfe_machdl) != DDI_SUCCESS) in bfe_detach()
|
| /titanic_50/usr/src/uts/common/io/mac/ |
| H A D | mac_provider.c | 506 mac_unregister(mac_handle_t mh) in mac_unregister() function
|
| /titanic_50/usr/src/uts/common/io/simnet/ |
| H A D | simnet.c | 306 (void) mac_unregister(sdev->sd_mh); in simnet_dev_unref()
|
| /titanic_50/usr/src/uts/common/io/aggr/ |
| H A D | aggr_grp.c | 1374 (void) mac_unregister(grp->lg_mh); in aggr_grp_create() 1804 VERIFY(mac_unregister(grp->lg_mh) == 0); in aggr_grp_delete()
|
| /titanic_50/usr/src/uts/common/io/efe/ |
| H A D | efe.c | 453 if (mac_unregister(efep->efe_mh) != 0) { in efe_detach()
|
| /titanic_50/usr/src/uts/common/io/rge/ |
| H A D | rge_main.c | 1952 if (mac_unregister(rgep->mh) != 0) in rge_detach()
|
| /titanic_50/usr/src/uts/common/io/uath/ |
| H A D | uath.c | 3260 (void) mac_unregister(ic->ic_mach); in uath_attach() 3320 if (mac_unregister(sc->sc_ic.ic_mach) != 0) in uath_detach()
|
| /titanic_50/usr/src/uts/common/io/rtw/ |
| H A D | rtw.c | 3356 (void) mac_unregister(ic->ic_mach); in rtw_attach() 3417 (void) mac_unregister(rsc->sc_ic.ic_mach); in rtw_detach()
|
| /titanic_50/usr/src/uts/common/io/ntxn/ |
| H A D | unm_nic_hw.c | 1976 (void) mac_unregister(adapter->mach); in unm_nic_stop_port()
|
| /titanic_50/usr/src/uts/common/io/pcn/ |
| H A D | pcn.c | 448 if (mac_unregister(pcnp->pcn_mh) != 0) in pcn_detach()
|
| /titanic_50/usr/src/uts/common/io/rtls/ |
| H A D | rtls.c | 601 if (mac_unregister(rtlsp->mh) != 0) { in rtls_detach()
|