/titanic_41/usr/src/uts/common/io/cxgbe/cxgbe/ |
H A D | cxgbe.c | 133 mac = mac_alloc(MAC_VERSION); in cxgbe_devo_attach()
|
/titanic_41/usr/src/uts/common/sys/ |
H A D | mac_provider.h | 467 extern mac_register_t *mac_alloc(uint_t);
|
/titanic_41/usr/src/uts/common/xen/io/ |
H A D | xnbu.c | 394 if ((mr = mac_alloc(MAC_VERSION)) == NULL) { in xnbu_attach()
|
H A D | xnf.c | 827 macp = mac_alloc(MAC_VERSION); in xnf_attach()
|
/titanic_41/usr/src/uts/common/io/fibre-channel/fca/oce/ |
H A D | oce_main.c | 329 mac = mac_alloc(MAC_VERSION); in oce_attach()
|
/titanic_41/usr/src/uts/common/io/ib/clients/eoib/ |
H A D | eib_main.c | 815 if ((macp = mac_alloc(MAC_VERSION)) == NULL) { in eib_register_with_mac()
|
/titanic_41/usr/src/uts/common/io/vnic/ |
H A D | vnic_dev.c | 460 if ((mac = mac_alloc(MAC_VERSION)) == NULL) in vnic_dev_create()
|
/titanic_41/usr/src/uts/common/io/i40e/ |
H A D | i40e_gld.c | 1095 mac_register_t *mac = mac_alloc(MAC_VERSION); in i40e_register_mac()
|
/titanic_41/usr/src/uts/common/io/zyd/ |
H A D | zyd.c | 476 macp = mac_alloc(MAC_VERSION); in zyd_mac_init()
|
/titanic_41/usr/src/uts/common/io/mac/ |
H A D | mac_provider.c | 88 mac_alloc(uint_t mac_version) in mac_alloc() function
|
/titanic_41/usr/src/uts/common/io/softmac/ |
H A D | softmac_main.c | 883 if ((macp = mac_alloc(MAC_VERSION)) == NULL) { in softmac_mac_register()
|
/titanic_41/usr/src/uts/common/io/simnet/ |
H A D | simnet.c | 360 if ((mac = mac_alloc(MAC_VERSION)) == NULL) in simnet_init_mac()
|
/titanic_41/usr/src/uts/sun4v/io/ |
H A D | vnet.c | 1109 if ((macp = mac_alloc(MAC_VERSION)) == NULL) in vnet_mac_register() 2706 if ((macp = mac_alloc(MAC_VERSION)) == NULL) { in vnet_hio_mac_init()
|
H A D | vsw.c | 1091 if ((macp = mac_alloc(MAC_VERSION)) == NULL) in vsw_mac_register()
|
/titanic_41/usr/src/uts/common/io/efe/ |
H A D | efe.c | 379 if ((macp = mac_alloc(MAC_VERSION)) == NULL) { in efe_attach()
|
/titanic_41/usr/src/uts/common/io/rge/ |
H A D | rge_main.c | 1822 if ((macp = mac_alloc(MAC_VERSION)) == NULL) in rge_attach()
|
/titanic_41/usr/src/uts/common/io/atu/ |
H A D | atu.c | 1270 macp = mac_alloc(MAC_VERSION); in atu_attach()
|
/titanic_41/usr/src/uts/common/io/rtls/ |
H A D | rtls.c | 511 if ((macp = mac_alloc(MAC_VERSION)) == NULL) { in rtls_attach()
|
/titanic_41/usr/src/uts/common/io/pcn/ |
H A D | pcn.c | 406 if ((macp = mac_alloc(MAC_VERSION)) == NULL) { in pcn_attach()
|
/titanic_41/usr/src/uts/intel/io/amd8111s/ |
H A D | amd8111s_main.c | 1775 if ((macp = mac_alloc(MAC_VERSION)) == NULL) in amd8111s_attach()
|
/titanic_41/usr/src/uts/common/io/iprb/ |
H A D | iprb.c | 382 if ((macp = mac_alloc(MAC_VERSION)) == NULL) { in iprb_attach()
|
/titanic_41/usr/src/uts/common/io/elxl/ |
H A D | elxl.c | 570 if ((macp = mac_alloc(MAC_VERSION)) == NULL) { in elxl_attach()
|
/titanic_41/usr/src/uts/common/io/afe/ |
H A D | afe.c | 517 if ((macp = mac_alloc(MAC_VERSION)) == NULL) { in afe_attach()
|
/titanic_41/usr/src/uts/common/io/dmfe/ |
H A D | dmfe_main.c | 2723 if ((macp = mac_alloc(MAC_VERSION)) == NULL) in dmfe_attach()
|
/titanic_41/usr/src/uts/common/io/bnxe/ |
H A D | bnxe_gld.c | 3009 if ((pMac = mac_alloc(MAC_VERSION)) == NULL) in BnxeGldInit()
|