Home
last modified time | relevance | path

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

/freebsd/contrib/ofed/infiniband-diags/src/
H A Dibtracert.c206 static int extend_dpath(ib_dr_path_t * path, int nextport) in extend_dpath() argument
211 path->p[path->cnt] = (uint8_t) nextport; in extend_dpath()
268 Port *port, fromport, toport, nextport; in find_route() local
278 memset(&nextport,0,sizeof(Port)); in find_route()
320 if (get_node(&nextnode, &nextport, from) < 0) { in find_route()
326 if (!sameport(&nextport, &toport)) in find_route()
354 if (get_node(&nextnode, &nextport, from) < 0) { in find_route()
361 nextport.portnum = in find_route()
375 port = &nextport; in find_route()
/freebsd/contrib/ofed/libibnetdisc/
H A Dibnetdisc.c89 static int add_port_to_dpath(ib_dr_path_t * path, int nextport) in add_port_to_dpath() argument
94 path->p[path->cnt] = (uint8_t) nextport; in add_port_to_dpath()
119 int nextport) in extend_dpath() argument
134 if (add_port_to_dpath(&portid->drpath, nextport) < 0) { in extend_dpath()
135 IBND_ERROR("add port %d to DR path failed; %s\n", nextport, in extend_dpath()