Home
last modified time | relevance | path

Searched refs:mac_notify_add (Results 1 – 9 of 9) sorted by relevance

/illumos-gate/usr/src/uts/common/sys/
H A Dmac_client.h152 extern mac_notify_handle_t mac_notify_add(mac_handle_t, mac_notify_t, void *);
/illumos-gate/usr/src/uts/common/io/fcoe/
H A Dfcoe_eth.c208 mac->fm_notify_handle = mac_notify_add(mac->fm_handle, in fcoe_enable_callback()
/illumos-gate/usr/src/uts/common/io/aggr/
H A Daggr_port.c113 port->lp_mnh = mac_notify_add(port->lp_mh, aggr_port_notify_cb, port); in aggr_port_init_callbacks()
/illumos-gate/usr/src/uts/common/io/dls/
H A Ddls_link.c727 dlp->dl_mnh = mac_notify_add(dlp->dl_mh, dls_link_notify, dlp); in i_dls_link_create()
/illumos-gate/usr/src/uts/common/io/vnic/
H A Dvnic_dev.c434 vnic->vn_mnh = mac_notify_add(vnic->vn_lower_mh, vnic_notify_cb, in vnic_dev_create()
/illumos-gate/usr/src/uts/sun4v/io/
H A Dvsw_phys.c1314 mnh = mac_notify_add(vswp->mh, vsw_notify_cb, vswp); in vsw_notify_add()
/illumos-gate/usr/src/uts/common/io/dld/
H A Ddld_str.c1068 dsp->ds_mnh = mac_notify_add(dsp->ds_mh, str_notify, dsp); in dld_str_attach()
/illumos-gate/usr/src/uts/common/io/
H A Dbridge.c2901 blp->bl_mnh = mac_notify_add(mh, bridge_notify_cb, blp); in bridge_add_link()
/illumos-gate/usr/src/uts/common/io/mac/
H A Dmac_client.c3837 mac_notify_add(mac_handle_t mh, mac_notify_t notify_fn, void *arg) in mac_notify_add() function