Home
last modified time | relevance | path

Searched refs:match_curr (Results 1 – 5 of 5) sorted by relevance

/illumos-gate/usr/src/uts/sun4v/io/
H A Dmdeg.c755 res->match_curr.mdp = mdeg.md_curr; in mdeg_get_diff_results()
757 res->match_curr.nelem = md_diff_matched(mdd, &(res->match_prev.mdep), in mdeg_get_diff_results()
758 &(res->match_curr.mdep)); in mdeg_get_diff_results()
759 res->match_prev.nelem = res->match_curr.nelem; in mdeg_get_diff_results()
763 bzero(&(res->match_curr), sizeof (mdeg_diff_t)); in mdeg_get_diff_results()
H A Dvsw.c1488 resp->removed.nelem, resp->match_curr.nelem, in vsw_mdeg_cb()
1519 } else if (resp->match_curr.nelem != 0) { in vsw_mdeg_cb()
1521 if (resp->match_curr.nelem != 1) { in vsw_mdeg_cb()
1524 resp->match_curr.nelem); in vsw_mdeg_cb()
1528 mdp = resp->match_curr.mdp; in vsw_mdeg_cb()
1529 node = resp->match_curr.mdep[0]; in vsw_mdeg_cb()
1587 resp->removed.nelem, resp->match_curr.nelem, in vsw_port_mdeg_cb()
1622 for (idx = 0; idx < resp->match_curr.nelem; idx++) { in vsw_port_mdeg_cb()
1623 (void) vsw_port_update(vswp, resp->match_curr.mdp, in vsw_port_mdeg_cb()
1624 resp->match_curr.mdep[idx], in vsw_port_mdeg_cb()
H A Dvnet_gen.c1823 resp->added.nelem, resp->match_curr.nelem); in vgen_mdeg_port_cb()
1875 for (idx = 0; idx < resp->match_curr.nelem; idx++) { in vgen_mdeg_port_cb()
1876 (void) vgen_update_port(vgenp, resp->match_curr.mdp, in vgen_mdeg_port_cb()
1877 resp->match_curr.mdep[idx], in vgen_mdeg_port_cb()
1907 resp->match_curr.nelem, resp->match_prev.nelem); in vgen_mdeg_cb()
1936 } else if (resp->match_curr.nelem != 0) { in vgen_mdeg_cb()
1938 if (resp->match_curr.nelem != 1) { in vgen_mdeg_cb()
1941 resp->match_curr.nelem); in vgen_mdeg_cb()
1945 mdp = resp->match_curr.mdp; in vgen_mdeg_cb()
1946 node = resp->match_curr.mdep[0]; in vgen_mdeg_cb()
H A Dvds.c7366 for (i = 0; i < md->match_curr.nelem; i++) in vds_process_md()
7368 md->match_curr.mdp, md->match_curr.mdep[i]); in vds_process_md()
/illumos-gate/usr/src/uts/sun4v/sys/
H A Dmdeg.h95 mdeg_diff_t match_curr; member