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

/freebsd-9.3-release/contrib/ofed/management/infiniband-diags/src/
H A Dibroute.c144 dump_multicast_tables(ib_portid_t *portid, int startlid, int endlid) argument
163 if (!startlid)
164 startlid = IB_MIN_MCAST_LID;
166 if (startlid < IB_MIN_MCAST_LID) {
167 IBWARN("illegal start mlid %x, set to %x", startlid, IB_MIN_MCAST_LID);
168 startlid = IB_MIN_MCAST_LID;
177 startlid, endlid, portid2str(portid), nodeguid, clean_nodedesc(nd));
200 startblock = startlid / IB_MLIDS_IN_BLOCK;
213 if (i < startlid)
214 i = startlid;
294 dump_unicast_tables(ib_portid_t *portid, int startlid, int endlid) argument
389 int multicast = 0, startlid = 0, endlid = 0; local
[all...]

Completed in 109 milliseconds