Home
last modified time | relevance | path

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

/freebsd/contrib/ofed/opensm/opensm/
H A Dosm_torus.c1470 bool connect_tlink(struct port_grp *pg0, struct endpoint *f_ep0, in connect_tlink() argument
1495 l->end[0].type = f_ep0->type; in connect_tlink()
1496 l->end[0].port = f_ep0->port; in connect_tlink()
1497 l->end[0].n_id = f_ep0->n_id; in connect_tlink()
1502 pg0->sw->port[f_ep0->port] = &l->end[0]; in connect_tlink()
1504 if (f_ep0->osm_port) { in connect_tlink()
1505 l->end[0].osm_port = f_ep0->osm_port; in connect_tlink()
1507 f_ep0->osm_port = NULL; in connect_tlink()
1528 ((struct f_switch *)f_ep0->sw)->port[f_ep0->port] = NULL; in connect_tlink()
1529 f_ep0->sw = NULL; in connect_tlink()
[all …]