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

/freebsd-13-stable/sys/dev/ofw/
H A Dofw_graph.c170 phandle_t outport, port, endpoint, remote; local
181 outport = ofw_graph_get_remote_parent(remote);
182 if (outport == 0)
185 return (OF_device_from_xref(OF_xref_from_node(outport)));
/freebsd-13-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.c384 unsigned outport = lft[i % IB_SMP_DATA_SIZE]; local
385 unsigned valid = (outport <= nports);
390 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-13-stable/usr.sbin/bhyve/
H A Datkbdc.c131 uint8_t outport; /* controller output port */ member in struct:atkbdc_softc
173 sc->outport |= KBDO_KBD_OUTFULL;
253 sc->outport |= KBDO_AUX_OUTFULL;
285 sc->outport &= ~KBDO_AUX_OUTFULL;
298 sc->outport &= ~KBDO_KBD_OUTFULL;
352 sc->outport = *eax;
437 sc->ctrlbyte = CTRL_CMD_FLAG | sc->outport;
461 sc->outport &= ~KBDS_AUX_BUFFER_FULL;
570 SNAPSHOT_VAR_OR_LEAVE(atkbdc_sc->outport, meta, ret, done);
/freebsd-13-stable/sys/dev/ce/
H A Dmachdep.h30 # define outw(port,w) outport(port,w)
/freebsd-13-stable/sys/dev/cp/
H A Dmachdep.h30 # define outw(port,w) outport(port,w)

Completed in 252 milliseconds