Home
last modified time | relevance | path

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

/titanic_41/usr/src/uts/common/sys/
H A Dmac_client.h150 extern mac_notify_handle_t mac_notify_add(mac_handle_t, mac_notify_t, void *);
/titanic_41/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()
/titanic_41/usr/src/uts/common/io/aggr/
H A Daggr_port.c111 port->lp_mnh = mac_notify_add(port->lp_mh, aggr_port_notify_cb, port); in aggr_port_init_callbacks()
/titanic_41/usr/src/uts/common/io/vnic/
H A Dvnic_dev.c430 vnic->vn_mnh = mac_notify_add(vnic->vn_lower_mh, vnic_notify_cb, in vnic_dev_create()
/titanic_41/usr/src/uts/sun4v/io/
H A Dvsw_phys.c1314 mnh = mac_notify_add(vswp->mh, vsw_notify_cb, vswp); in vsw_notify_add()
/titanic_41/usr/src/uts/common/io/dld/
H A Ddld_str.c1051 dsp->ds_mnh = mac_notify_add(dsp->ds_mh, str_notify, dsp); in dld_str_attach()
/titanic_41/usr/src/uts/common/io/
H A Dbridge.c2886 blp->bl_mnh = mac_notify_add(mh, bridge_notify_cb, blp); in bridge_add_link()
/titanic_41/usr/src/uts/common/io/mac/
H A Dmac_client.c3665 mac_notify_add(mac_handle_t mh, mac_notify_t notify_fn, void *arg) in mac_notify_add() function