Home
last modified time | relevance | path

Searched refs:mac_client_close (Results 1 – 12 of 12) sorted by relevance

/titanic_44/usr/src/uts/common/io/bpf/
H A Dbpf_mac.c143 mac_client_close((mac_client_handle_t)chandle, 0); in mac_bpf_client_close()
/titanic_44/usr/src/uts/common/sys/
H A Dmac_client.h126 extern void mac_client_close(mac_client_handle_t, uint16_t);
/titanic_44/usr/src/uts/common/io/aggr/
H A Daggr_port.c263 mac_client_close(mch, MAC_CLOSE_FLAGS_EXCLUSIVE); in aggr_port_create()
312 mac_client_close(port->lp_mch, MAC_CLOSE_FLAGS_EXCLUSIVE); in aggr_port_delete()
/titanic_44/usr/src/uts/common/io/vnic/
H A Dvnic_dev.c601 mac_client_close(vnic->vn_mch, MAC_CLOSE_FLAGS_IS_VNIC); in vnic_dev_create()
699 mac_client_close(vnic->vn_mch, MAC_CLOSE_FLAGS_IS_VNIC); in vnic_dev_delete()
926 mac_client_close(vn->vn_mc_handles[i], MAC_CLOSE_FLAGS_IS_VNIC); in vnic_cleanup_secondary_macs()
/titanic_44/usr/src/uts/common/inet/sockmods/
H A Dsockmod_pfp.c1118 mac_client_close(ps->ps_mch, 0); in sdpfp_close()
1460 mac_client_close(mch, 0); in pfp_open_index()
1469 mac_client_close(mch, 0); in pfp_close()
/titanic_44/usr/src/uts/common/io/fcoe/
H A Dfcoe_eth.c166 mac_client_close(mac->fm_cli_handle, 0); in fcoe_close_mac()
/titanic_44/usr/src/uts/common/xen/io/
H A Dxnbo.c429 mac_client_close(xnbop->o_mch, 0); in i_xnbo_close_mac()
/titanic_44/usr/src/uts/common/io/dls/
H A Ddls_link.c593 mac_client_close(dlp->dl_mch, 0); in i_dls_link_destroy()
/titanic_44/usr/src/uts/sun4v/io/
H A Dvsw_phys.c590 mac_client_close(*mchp, 0); in vsw_maccl_close()
H A Dvnet.c2779 mac_client_close(vnetp->hio_mch, 0); in vnet_hio_mac_cleanup()
/titanic_44/usr/src/uts/common/io/
H A Dbridge.c1211 mac_client_close(blp->bl_mch, 0); in link_shutdown()
/titanic_44/usr/src/uts/common/io/mac/
H A Dmac_client.c1485 mac_client_close(mac_client_handle_t mch, uint16_t flags) in mac_client_close() function