Home
last modified time | relevance | path

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

/illumos-gate/usr/src/uts/common/io/afe/
H A Dafe.c531 if (mac_register(macp, &afep->afe_mh) == DDI_SUCCESS) { in afe_attach()
572 if (mac_unregister(afep->afe_mh) != 0) { in afe_detach()
1145 mac_link_update(afep->afe_mh, link); in afe_mii_notify()
1430 mac_tx_update(afep->afe_mh); in afe_startmac()
1917 mac_rx(afep->afe_mh, NULL, mp); in afe_intr()
2123 mac_tx_update(afep->afe_mh); in afe_reclaim()
H A Dafeimpl.h85 mac_handle_t afe_mh; member