Home
last modified time | relevance | path

Searched refs:cport_num (Results 1 – 2 of 2) sorted by relevance

/illumos-gate/usr/src/uts/sun4v/io/
H A Dvsw.c2601 uint64_t cport_num; in vsw_port_update() local
2622 if (md_get_prop_val(curr_mdp, curr_mdex, id_propname, &cport_num)) { in vsw_port_update()
2629 if (cport_num != pport_num) in vsw_port_update()
2636 portp = vsw_lookup_port(vswp, cport_num); in vsw_port_update()
H A Dvnet_gen.c2370 uint64_t cport_num; in vgen_update_port() local
2383 if (md_get_prop_val(curr_mdp, curr_mdex, id_propname, &cport_num)) { in vgen_update_port()
2392 if (cport_num != pport_num) in vgen_update_port()
2399 portp = vgen_port_lookup(plistp, (int)cport_num); in vgen_update_port()
2401 DWARN(vgenp, NULL, "can't find port(%lx)\n", cport_num); in vgen_update_port()