Home
last modified time | relevance | path

Searched refs:mac_alloc (Results 1 – 25 of 82) sorted by relevance

1234

/illumos-gate/usr/src/uts/common/mapfiles/
H A Dmac.mapfile35 mac_alloc { FLAGS = EXTERN };
/illumos-gate/usr/src/uts/common/io/cxgbe/cxgbe/
H A Dcxgbe.c133 mac = mac_alloc(MAC_VERSION); in cxgbe_devo_attach()
/illumos-gate/usr/src/uts/common/xen/io/
H A Dxnbu.c394 if ((mr = mac_alloc(MAC_VERSION)) == NULL) { in xnbu_attach()
/illumos-gate/usr/src/uts/common/sys/
H A Dmac_provider.h573 extern mac_register_t *mac_alloc(uint_t);
/illumos-gate/usr/src/uts/common/io/ena/
H A Dena_gld.c435 if ((regp = mac_alloc(MAC_VERSION)) == NULL) { in ena_mac_register()
/illumos-gate/usr/src/uts/common/io/fibre-channel/fca/oce/
H A Doce_main.c329 mac = mac_alloc(MAC_VERSION); in oce_attach()
/illumos-gate/usr/src/uts/common/io/ib/clients/eoib/
H A Deib_main.c815 if ((macp = mac_alloc(MAC_VERSION)) == NULL) { in eib_register_with_mac()
/illumos-gate/usr/src/uts/common/io/zyd/
H A Dzyd.c476 macp = mac_alloc(MAC_VERSION); in zyd_mac_init()
/illumos-gate/usr/src/uts/common/io/sfxge/
H A Dsfxge_gld_v3.c1221 if ((mrp = mac_alloc(MAC_VERSION)) == NULL) { in sfxge_gld_register()
/illumos-gate/usr/src/uts/common/io/vnic/
H A Dvnic_dev.c478 if ((mac = mac_alloc(MAC_VERSION)) == NULL) in vnic_dev_create()
/illumos-gate/usr/src/uts/sun4v/io/
H A Dvnet.c1110 if ((macp = mac_alloc(MAC_VERSION)) == NULL) in vnet_mac_register()
2707 if ((macp = mac_alloc(MAC_VERSION)) == NULL) { in vnet_hio_mac_init()
/illumos-gate/usr/src/uts/common/io/softmac/
H A Dsoftmac_main.c883 if ((macp = mac_alloc(MAC_VERSION)) == NULL) { in softmac_mac_register()
/illumos-gate/usr/src/uts/common/io/igc/
H A Digc_gld.c1265 mac_register_t *mac = mac_alloc(MAC_VERSION); in igc_mac_register()
/illumos-gate/usr/src/uts/common/io/bnx/
H A Dbnxgldv3.c1555 macp = mac_alloc(MAC_VERSION); in bnx_gld_init()
/illumos-gate/usr/src/uts/common/io/i40e/
H A Di40e_gld.c1536 mac_register_t *mac = mac_alloc(MAC_VERSION); in i40e_register_mac()
/illumos-gate/usr/src/uts/common/io/overlay/
H A Doverlay.c1264 mac = mac_alloc(MAC_VERSION); in overlay_i_create()
/illumos-gate/usr/src/uts/intel/io/vmxnet3s/
H A Dvmxnet3_main.c1343 if (!(macr = mac_alloc(MAC_VERSION))) { in vmxnet3_attach()
/illumos-gate/usr/src/uts/common/io/rge/
H A Drge_main.c1822 if ((macp = mac_alloc(MAC_VERSION)) == NULL) in rge_attach()
/illumos-gate/usr/src/uts/common/io/efe/
H A Defe.c379 if ((macp = mac_alloc(MAC_VERSION)) == NULL) { in efe_attach()
/illumos-gate/usr/src/uts/common/io/simnet/
H A Dsimnet.c364 if ((mac = mac_alloc(MAC_VERSION)) == NULL) in simnet_init_mac()
/illumos-gate/usr/src/uts/common/io/mac/
H A Dmac_provider.c97 mac_alloc(uint_t mac_version) in mac_alloc() function
/illumos-gate/usr/src/uts/common/io/mlxcx/
H A Dmlxcx_gld.c1605 mac_register_t *mac = mac_alloc(MAC_VERSION); in mlxcx_register_mac()
/illumos-gate/usr/src/uts/common/io/rtls/
H A Drtls.c511 if ((macp = mac_alloc(MAC_VERSION)) == NULL) { in rtls_attach()
/illumos-gate/usr/src/uts/common/io/pcn/
H A Dpcn.c406 if ((macp = mac_alloc(MAC_VERSION)) == NULL) { in pcn_attach()
/illumos-gate/usr/src/uts/common/io/atu/
H A Datu.c1270 macp = mac_alloc(MAC_VERSION); in atu_attach()

1234