Home
last modified time | relevance | path

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

1234

/illumos-gate/usr/src/uts/common/io/cxgbe/cxgbe/
H A Dcxgbe.c133 mac = mac_alloc(MAC_VERSION); in cxgbe_devo_attach()
137 MAC_VERSION); in cxgbe_devo_attach()
162 MAC_VERSION); in cxgbe_devo_attach()
/illumos-gate/usr/src/uts/common/io/bnx/
H A Dbnxgldv3.c599 #if (MAC_VERSION > 1) in bnx_m_stats()
641 #if (MAC_VERSION > 1) in bnx_m_stats()
673 #if (MAC_VERSION > 1) in bnx_m_stats()
705 #if (MAC_VERSION > 1) in bnx_m_stats()
1555 macp = mac_alloc(MAC_VERSION); in bnx_gld_init()
/illumos-gate/usr/src/uts/common/io/bnxe/
H A Dbnxe_gld.c281 #if (MAC_VERSION > 1) in BnxeMacStats()
301 #if (MAC_VERSION > 1) in BnxeMacStats()
350 #if (MAC_VERSION > 1) in BnxeMacStats()
356 #if (MAC_VERSION > 1) in BnxeMacStats()
401 #if (MAC_VERSION > 1) in BnxeMacStats()
408 #if (MAC_VERSION > 1) in BnxeMacStats()
3004 if ((pMac = mac_alloc(MAC_VERSION)) == NULL) in BnxeGldInit()
/illumos-gate/usr/src/uts/common/io/bge/
H A Dbge_kstats.c947 #if (MAC_VERSION > 1) in bge_m_stat()
1024 #if (MAC_VERSION > 1) in bge_m_stat()
1066 #if (MAC_VERSION > 1) in bge_m_stat()
1120 #if (MAC_VERSION > 1) in bge_m_stat()
/illumos-gate/usr/src/uts/common/io/fibre-channel/fca/oce/
H A Doce_main.c328 "MAC_VERSION = 0x%x", MAC_VERSION); in oce_attach()
329 mac = mac_alloc(MAC_VERSION); in oce_attach()
/illumos-gate/usr/src/uts/common/io/qede/
H A Dqede_gld.c823 #if (MAC_VERSION > 1)
843 #if (MAC_VERSION > 1)
864 #if (MAC_VERSION > 1)
870 #if (MAC_VERSION > 1)
887 #if (MAC_VERSION > 1)
2519 macp = mac_alloc(MAC_VERSION);
/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()
817 "mac_alloc(MAC_VERSION=%d) failed", MAC_VERSION); in eib_register_with_mac()
/illumos-gate/usr/src/uts/common/io/cxgbe/t4nex/
H A Dt4_mac.c106 #if MAC_VERSION == 1
1841 #if MAC_VERSION == 1 in propinfo()
1870 #if MAC_VERSION == 1 in getprop()
1964 #if MAC_VERSION == 1 in setprop()
/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.h55 #define MAC_VERSION MAC_VERSION_V1 macro
/illumos-gate/usr/src/uts/common/io/usbgem/
H A Dusbgem.h11 #ifndef MAC_VERSION
/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/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/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.c106 if (mac_version != MAC_VERSION) in mac_alloc()

1234