Home
last modified time | relevance | path

Searched refs:mac_stop (Results 1 – 4 of 4) sorted by relevance

/illumos-gate/usr/src/uts/common/sys/
H A Dmac_client_priv.h62 extern void mac_stop(mac_handle_t);
/illumos-gate/usr/src/uts/common/io/dls/
H A Ddls.c141 mac_stop(dsp->ds_mh); in dls_close()
/illumos-gate/usr/src/uts/common/io/mac/
H A Dmac_client.c2491 mac_stop((mac_handle_t)mip); in mac_client_datapath_setup()
3050 mac_stop((mac_handle_t)mip); in mac_client_datapath_teardown()
3201 mac_stop((mac_handle_t)mip); in mac_unicast_remove()
3381 mac_stop((mac_handle_t)mip); in mac_promisc_add()
3467 mac_stop((mac_handle_t)mip); in mac_promisc_remove()
H A Dmac.c1227 mac_stop(mac_handle_t mh) in mac_stop() function