Home
last modified time | relevance | path

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

/freebsd/contrib/ofed/opensm/opensm/
H A Dosm_torus.c7396 unsigned tsw_changes(struct t_switch *nsw, struct t_switch *osw) in tsw_changes() argument
7402 if (nsw && !osw) { in tsw_changes()
7409 if (osw && !nsw) { in tsw_changes()
7411 OSM_LOG(&osw->torus->osm->log, OSM_LOG_INFO, in tsw_changes()
7413 osw->i, osw->j, osw->k, cl_ntoh64(osw->n_id)); in tsw_changes()
7416 if (!(nsw && osw)) in tsw_changes()
7419 if (nsw->n_id != osw->n_id) { in tsw_changes()
7425 cl_ntoh64(osw->n_id), cl_ntoh64(nsw->n_id)); in tsw_changes()
7428 if (nsw->port_cnt != osw->port_cnt) { in tsw_changes()
7434 osw->port_cnt, nsw->port_cnt); in tsw_changes()
[all …]