Searched refs:macaddr_propname (Results 1 – 4 of 4) sorted by relevance
/titanic_50/usr/src/uts/sun4v/io/ |
H A D | vsw.c | 436 static char macaddr_propname[] = "local-mac-address"; variable 1755 if (md_get_prop_val(mdp, node, macaddr_propname, &macaddr) != 0) { in vsw_get_initial_md_properties() 2195 if (md_get_prop_val(mdp, node, macaddr_propname, &macaddr) != 0) { in vsw_update_md_prop()
|
H A D | vnet.c | 281 static char macaddr_propname[] = "local-mac-address"; variable 1140 DDI_PROP_DONTPASS, macaddr_propname, &macaddr, &size); in vnet_read_mac_address() 1143 macaddr_propname, rv); in vnet_read_mac_address()
|
H A D | vnet_gen.c | 268 static char macaddr_propname[] = "mac-address"; variable
|
/titanic_50/usr/src/uts/common/io/bge/ |
H A D | bge_main2.c | 58 static char macaddr_propname[] = "mac-address"; variable 3145 DDI_PROP_DONTPASS, macaddr_propname, &bytes, &nelts);
|