Searched refs:mac_client_close (Results 1 – 12 of 12) sorted by relevance
/titanic_50/usr/src/uts/common/io/bpf/ |
H A D | bpf_mac.c | 143 mac_client_close((mac_client_handle_t)chandle, 0); in mac_bpf_client_close()
|
/titanic_50/usr/src/uts/common/sys/ |
H A D | mac_client.h | 126 extern void mac_client_close(mac_client_handle_t, uint16_t);
|
/titanic_50/usr/src/uts/common/io/aggr/ |
H A D | aggr_port.c | 263 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_50/usr/src/uts/common/io/vnic/ |
H A D | vnic_dev.c | 601 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_50/usr/src/uts/common/inet/sockmods/ |
H A D | sockmod_pfp.c | 1120 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_50/usr/src/uts/common/io/fcoe/ |
H A D | fcoe_eth.c | 166 mac_client_close(mac->fm_cli_handle, 0); in fcoe_close_mac()
|
/titanic_50/usr/src/uts/common/xen/io/ |
H A D | xnbo.c | 429 mac_client_close(xnbop->o_mch, 0); in i_xnbo_close_mac()
|
/titanic_50/usr/src/uts/common/io/dls/ |
H A D | dls_link.c | 593 mac_client_close(dlp->dl_mch, 0); in i_dls_link_destroy()
|
/titanic_50/usr/src/uts/sun4v/io/ |
H A D | vsw_phys.c | 590 mac_client_close(*mchp, 0); in vsw_maccl_close()
|
H A D | vnet.c | 2779 mac_client_close(vnetp->hio_mch, 0); in vnet_hio_mac_cleanup()
|
/titanic_50/usr/src/uts/common/io/ |
H A D | bridge.c | 1211 mac_client_close(blp->bl_mch, 0); in link_shutdown()
|
/titanic_50/usr/src/uts/common/io/mac/ |
H A D | mac_client.c | 1485 mac_client_close(mac_client_handle_t mch, uint16_t flags) in mac_client_close() function
|