Searched refs:hybrid_propname (Results 1 – 1 of 1) sorted by relevance
/illumos-gate/usr/src/uts/sun4v/io/ |
H A D | vsw.c | 448 static char hybrid_propname[] = "hybrid"; variable 2551 if (md_get_prop_val(mdp, *node, hybrid_propname, &val) == 0) { in vsw_port_read_props() 2552 D1(vswp, "%s: prop(%s) found\n", __func__, hybrid_propname); in vsw_port_read_props() 2655 if (md_get_prop_val(curr_mdp, curr_mdex, hybrid_propname, &val) == 0) { in vsw_port_update() 2656 D1(vswp, "%s: prop(%s) found\n", __func__, hybrid_propname); in vsw_port_update()
|