Home
last modified time | relevance | path

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

/illumos-gate/usr/src/uts/common/io/bpf/
H A Dbpf_mac.c135 return (mac_client_open((mac_handle_t)mhandle, in mac_bpf_client_open()
/illumos-gate/usr/src/uts/common/sys/
H A Dmac_client.h125 extern int mac_client_open(mac_handle_t, mac_client_handle_t *, char *,
/illumos-gate/usr/src/uts/common/io/fcoe/
H A Dfcoe_eth.c82 ret = mac_client_open(mac->fm_handle, in fcoe_open_mac()
/illumos-gate/usr/src/uts/common/io/vnic/
H A Dvnic_dev.c416 err = mac_client_open(vnic->vn_lower_mh, &vnic->vn_mch, in vnic_dev_create()
997 err = mac_client_open(vn->vn_lower_mh, &vn->vn_mc_handles[i], in vnic_set_secondary_macs()
/illumos-gate/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()
/illumos-gate/usr/src/uts/common/io/aggr/
H A Daggr_port.c188 if ((err = mac_client_open(mh, &mch, client_name, in aggr_port_create()
/illumos-gate/usr/src/uts/intel/io/viona/
H A Dviona_main.c758 err = mac_client_open(link->l_mh, &link->l_mch, cli_name, 0); in viona_ioc_create()
/illumos-gate/usr/src/uts/common/io/dls/
H A Ddls_link.c722 err = mac_client_open(dlp->dl_mh, &dlp->dl_mch, NULL, in i_dls_link_create()
/illumos-gate/usr/src/uts/common/inet/sockmods/
H A Dsockmod_pfp.c1434 error = mac_client_open(mh, &mch, NULL, in pfp_open_index()
/illumos-gate/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.c2727 rv = mac_client_open(mh, &mch, client_name, MAC_OPEN_FLAGS_EXCLUSIVE); in vnet_hio_mac_init()
/illumos-gate/usr/src/uts/common/io/
H A Dbridge.c2891 err = mac_client_open(mh, &blp->bl_mch, kstatname, 0); in bridge_add_link()
/illumos-gate/usr/src/uts/common/io/mac/
H A Dmac_client.c1314 mac_client_open(mac_handle_t mh, mac_client_handle_t *mchp, char *name, in mac_client_open() function