Home
last modified time | relevance | path

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

/freebsd/contrib/ofed/opensm/opensm/
H A Dosm_torus.c7400 struct endpoint *rnpt, *ropt; in tsw_changes() local
7446 rnpt = &npt->link->end[1]; in tsw_changes()
7448 rnpt = &npt->link->end[0]; in tsw_changes()
7450 rnpt = NULL; in tsw_changes()
7460 if (rnpt && !ropt) { in tsw_changes()
7467 p, rnpt->type == PASSTHRU ? "sw" : "node", in tsw_changes()
7468 cl_ntoh64(rnpt->n_id), rnpt->port); in tsw_changes()
7471 if (ropt && !rnpt) { in tsw_changes()
7482 if (!(rnpt && ropt)) in tsw_changes()
7485 if (rnpt->n_id != ropt->n_id) { in tsw_changes()
[all …]