Home
last modified time | relevance | path

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

/illumos-gate/usr/src/uts/common/io/elxl/
H A Delxl.c587 if (mac_register(macp, &sc->ex_mach) == DDI_SUCCESS) { in elxl_attach()
994 mac_link_update(sc->ex_mach, link); in elxl_linkcheck()
1827 mac_rx(sc->ex_mach, NULL, mphead); in elxl_intr()
1833 mac_tx_update(sc->ex_mach); in elxl_intr()
2159 mac_link_update(sc->ex_mach, link); in elxl_mii_notify()
2188 if (mac_disable(sc->ex_mach) != 0) { in elxl_ddi_detach()
2191 (void) mac_unregister(sc->ex_mach); in elxl_ddi_detach()
H A Delxl.h460 mac_handle_t ex_mach; member