Home
last modified time | relevance | path

Searched refs:efe_mh (Results 1 – 2 of 2) sorted by relevance

/illumos-gate/usr/src/uts/common/io/efe/
H A Defe.c393 if (mac_register(macp, &efep->efe_mh) != 0) { in efe_attach()
453 if (mac_unregister(efep->efe_mh) != 0) { in efe_detach()
540 mac_link_update(efep->efe_mh, link); in efe_mii_notify()
924 mac_rx(efep->efe_mh, NULL, mp); in efe_intr()
928 mac_tx_update(efep->efe_mh); in efe_intr()
H A Defe.h397 mac_handle_t efe_mh; member