Searched refs:endoutport (Results 1 - 1 of 1) sorted by relevance

/freebsd-11-stable/contrib/ofed/opensm/opensm/
H A Dosm_slvl_map_rcv.c77 uint8_t startinport, endinport, startoutport, endoutport; local
125 endoutport = osm_node_get_num_physp(p_node) - 1;
127 startoutport = endoutport = attr_mod & 0xff;
144 startoutport = endoutport = p_port->p_physp->port_num;
152 startoutport == endoutport ? startoutport : 0xff,
158 startoutport == endoutport ? startoutport : 0xff,
161 for (out_port = startoutport; out_port <= endoutport; out_port++) {

Completed in 96 milliseconds