Home
last modified time | relevance | path

Searched refs:mac_notify_type_t (Results 1 – 11 of 11) sorted by relevance

/illumos-gate/usr/src/uts/common/io/fcoe/
H A Dfcoe_eth.c48 static void fcoe_mac_notify(void *arg, mac_notify_type_t type);
274 fcoe_mac_notify(void *arg, mac_notify_type_t type) in fcoe_mac_notify()
/illumos-gate/usr/src/uts/common/sys/
H A Ddls.h106 extern void str_notify(void *, mac_notify_type_t);
H A Dmac.h419 } mac_notify_type_t; typedef
421 typedef void (*mac_notify_t)(void *, mac_notify_type_t);
H A Dmac_impl.h628 mac_notify_type_t mnt_type;
818 extern void i_mac_notify(mac_impl_t *, mac_notify_type_t);
/illumos-gate/usr/src/uts/common/io/aggr/
H A Daggr_port.c58 static void aggr_port_notify_cb(void *, mac_notify_type_t);
455 aggr_port_notify_cb(void *arg, mac_notify_type_t type) in aggr_port_notify_cb()
/illumos-gate/usr/src/uts/common/io/vnic/
H A Dvnic_dev.c99 static void vnic_notify_cb(void *, mac_notify_type_t);
1291 vnic_notify_cb(void *arg, mac_notify_type_t type) in vnic_notify_cb()
/illumos-gate/usr/src/uts/sun4v/io/
H A Dvsw_phys.c94 static void vsw_notify_cb(void *arg, mac_notify_type_t type);
1341 vsw_notify_cb(void *arg, mac_notify_type_t type) in vsw_notify_cb()
/illumos-gate/usr/src/uts/common/io/dld/
H A Ddld_str.c1448 mac_notify_type_t type; in dld_str_notify_ind()
1778 str_notify(void *arg, mac_notify_type_t type) in str_notify()
/illumos-gate/usr/src/uts/common/io/dls/
H A Ddls_link.c619 dls_link_notify(void *arg, mac_notify_type_t type) in dls_link_notify()
/illumos-gate/usr/src/uts/common/io/
H A Dbridge.c2187 bridge_notify_cb(void *arg, mac_notify_type_t note_type) in bridge_notify_cb()
/illumos-gate/usr/src/uts/common/io/mac/
H A Dmac.c904 i_mac_notify(mac_impl_t *mip, mac_notify_type_t type) in i_mac_notify()