Searched refs:mac_notify_add (Results 1 – 8 of 8) sorted by relevance
/titanic_41/usr/src/uts/common/sys/ |
H A D | mac_client.h | 150 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 D | fcoe_eth.c | 208 mac->fm_notify_handle = mac_notify_add(mac->fm_handle, in fcoe_enable_callback()
|
/titanic_41/usr/src/uts/common/io/aggr/ |
H A D | aggr_port.c | 111 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 D | vnic_dev.c | 430 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 D | vsw_phys.c | 1314 mnh = mac_notify_add(vswp->mh, vsw_notify_cb, vswp); in vsw_notify_add()
|
/titanic_41/usr/src/uts/common/io/dld/ |
H A D | dld_str.c | 1051 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 D | bridge.c | 2886 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 D | mac_client.c | 3665 mac_notify_add(mac_handle_t mh, mac_notify_t notify_fn, void *arg) in mac_notify_add() function
|