Home
last modified time | relevance | path

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

/freebsd/contrib/ofed/opensm/opensm/
H A Dosm_slvl_map_rcv.c77 uint8_t startinport, endinport, startoutport, endoutport; in osm_slvl_rcv_process() local
131 endinport = osm_node_get_num_physp(p_node) - 1; in osm_slvl_rcv_process()
133 startinport = endinport = (attr_mod >> 8) & 0xff; in osm_slvl_rcv_process()
145 startinport = endinport = 0; in osm_slvl_rcv_process()
151 startinport == endinport ? startinport : 0xff, in osm_slvl_rcv_process()
157 startinport == endinport ? startinport : 0xff, in osm_slvl_rcv_process()
163 for (in_port = startinport; in_port <= endinport; in_port++) in osm_slvl_rcv_process()