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

/freebsd-11-stable/contrib/ofed/infiniband-diags/src/
H A Dibmirror.c254 int get_peer(ib_portid_t* portid, int outport, int* peerlid, int* peerport) argument
263 peerportid.drpath.p[1] = outport;
277 int get_mirror_vl(ib_portid_t* portid, int outport) argument
283 /* hack; assume all sl2vl mappings are the same for any in port and outport */
284 portnum = (1 << 8) | outport;
298 int outport; local
308 outport = get_out_port(portid);
309 if (outport == 0)
312 get_peer(portid, outport, &peerportid.lid, &peerport);
314 printf("local lid %d / port %d\n", portid->lid, outport);
[all...]
H A Dibtracert.c241 static void dump_route(int dump, Node * node, int outport, Port * port) argument
253 outport, port->portguid, port->portnum);
256 "}[%d] lid %u-%u \"%s\"\n", outport,
271 int portnum, outport = 255, next_sw_outport = 255; local
301 outport = next_sw_outport;
315 outport = next_sw_outport;
317 if (extend_dpath(&from->drpath, outport) < 0)
325 if (outport == 0) {
335 outport = portnum;
370 outport
[all...]
H A Dibroute.c381 unsigned outport = lft[i % IB_SMP_DATA_SIZE]; local
382 unsigned valid = (outport <= nports);
387 printf("0x%04x %03u %s\n", i, outport & 0xff, str);
H A Ddump_fts.c366 unsigned outport = lft[i % IB_SMP_DATA_SIZE]; local
367 unsigned valid = (outport <= nports);
373 printf("0x%04x %03u %s\n", i, outport & 0xff, str);
/freebsd-11-stable/usr.sbin/bhyve/
H A Datkbdc.c130 uint8_t outport; /* controller output port */ member in struct:atkbdc_softc
168 sc->outport |= KBDO_KBD_OUTFULL;
248 sc->outport |= KBDO_AUX_OUTFULL;
280 sc->outport &= ~KBDO_AUX_OUTFULL;
293 sc->outport &= ~KBDO_KBD_OUTFULL;
347 sc->outport = *eax;
432 sc->ctrlbyte = CTRL_CMD_FLAG | sc->outport;
456 sc->outport &= ~KBDS_AUX_BUFFER_FULL;
/freebsd-11-stable/sys/dev/cx/
H A Dmachdep.h30 # define outw(port,w) outport(port,w)

Completed in 127 milliseconds