Searched refs:cport_num (Results 1 - 2 of 2) sorted by relevance
/illumos-gate/usr/src/uts/sun4v/io/ |
H A D | vsw.c | 2602 uint64_t cport_num; local 2623 if (md_get_prop_val(curr_mdp, curr_mdex, id_propname, &cport_num)) { 2630 if (cport_num != pport_num) 2637 portp = vsw_lookup_port(vswp, cport_num);
|
H A D | vnet_gen.c | 2367 uint64_t cport_num; local 2380 if (md_get_prop_val(curr_mdp, curr_mdex, id_propname, &cport_num)) { 2389 if (cport_num != pport_num) 2396 portp = vgen_port_lookup(plistp, (int)cport_num); 2398 DWARN(vgenp, NULL, "can't find port(%lx)\n", cport_num);
|
Completed in 69 milliseconds