Home
last modified time | relevance | path

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

/freebsd/contrib/ofed/opensm/opensm/
H A Dosm_torus.c1471 struct port_grp *pg1, struct endpoint *f_ep1, in connect_tlink() argument
1510 l->end[1].type = f_ep1->type; in connect_tlink()
1511 l->end[1].port = f_ep1->port; in connect_tlink()
1512 l->end[1].n_id = f_ep1->n_id; in connect_tlink()
1517 pg1->sw->port[f_ep1->port] = &l->end[1]; in connect_tlink()
1519 if (f_ep1->osm_port) { in connect_tlink()
1520 l->end[1].osm_port = f_ep1->osm_port; in connect_tlink()
1522 f_ep1->osm_port = NULL; in connect_tlink()
1532 ((struct f_switch *)f_ep1->sw)->port[f_ep1->port] = NULL; in connect_tlink()
1533 f_ep1->sw = NULL; in connect_tlink()
[all …]