Home
last modified time | relevance | path

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

/titanic_41/usr/src/uts/common/io/bpf/
H A Dbpf_mac.c135 return (mac_client_open((mac_handle_t)mhandle, in mac_bpf_client_open()
/titanic_41/usr/src/uts/common/sys/
H A Dmac_client.h124 extern int mac_client_open(mac_handle_t, mac_client_handle_t *, char *,
/titanic_41/usr/src/uts/common/io/fcoe/
H A Dfcoe_eth.c82 ret = mac_client_open(mac->fm_handle, in fcoe_open_mac()
/titanic_41/usr/src/uts/common/io/vnic/
H A Dvnic_dev.c412 err = mac_client_open(vnic->vn_lower_mh, &vnic->vn_mch, in vnic_dev_create()
971 err = mac_client_open(vn->vn_lower_mh, &vn->vn_mc_handles[i], in vnic_set_secondary_macs()
/titanic_41/usr/src/uts/common/io/aggr/
H A Daggr_port.c187 if ((err = mac_client_open(mh, &mch, client_name, in aggr_port_create()
/titanic_41/usr/src/uts/common/xen/io/
H A Dxnbo.c315 if (mac_client_open(xnbop->o_mh, &xnbop->o_mch, NULL, in xnbo_open_mac()
/titanic_41/usr/src/uts/common/io/dls/
H A Ddls_link.c638 err = mac_client_open(dlp->dl_mh, &dlp->dl_mch, NULL, in i_dls_link_create()
/titanic_41/usr/src/uts/common/inet/sockmods/
H A Dsockmod_pfp.c1434 error = mac_client_open(mh, &mch, NULL, in pfp_open_index()
/titanic_41/usr/src/uts/sun4v/io/
H A Dvsw_phys.c552 rv = mac_client_open(vswp->mh, mchp, mac_cl_name, flags); in vsw_maccl_open()
H A Dvnet.c2726 rv = mac_client_open(mh, &mch, client_name, MAC_OPEN_FLAGS_EXCLUSIVE); in vnet_hio_mac_init()
/titanic_41/usr/src/uts/common/io/
H A Dbridge.c2876 err = mac_client_open(mh, &blp->bl_mch, kstatname, 0); in bridge_add_link()
/titanic_41/usr/src/uts/common/io/mac/
H A Dmac_client.c1293 mac_client_open(mac_handle_t mh, mac_client_handle_t *mchp, char *name, in mac_client_open() function