HomeSort by: relevance | last modified time | path
    Searched defs:portidx (Results 1 - 2 of 2) sorted by relevancy

  /src/sys/dev/virtio/
viocon.c 240 viocon_port_create(struct viocon_softc *sc, int portidx)
252 sc->sc_ports[portidx] = vp;
256 rxidx = (portidx * VIOCON_PORT_NQS) + VIOCON_PORT_RX;
257 txidx = (portidx * VIOCON_PORT_NQS) + VIOCON_PORT_TX;
259 snprintf(name, sizeof(name), "p%drx", portidx);
271 snprintf(name, sizeof(name), "p%dtx", portidx);
314 tp->t_dev = VIOCONDEV(device_unit(sc->sc_dev), portidx);
350 int portidx = (vq->vq_index - 1) / 2; local in function:viocon_tx_intr
351 struct viocon_port *vp = sc->sc_ports[portidx];
391 int portidx = (vq->vq_index - 1) / 2 local in function:viocon_rx_intr
    [all...]
  /src/sys/dev/ic/
isp.c 3348 int portidx, portlim, r; local in function:isp_scan_fabric
3462 portidx = 0;
3463 for (portidx = 0; portidx < NGENT-1; portidx++) {
3464 if (rs1->snscb_ports[portidx].control & 0x80) {
3472 if ((rs1->snscb_ports[portidx].control & 0x80) == 0) {
3476 portlim = portidx + 1;
3480 for (portidx = 0; portidx < portlim; portidx++)
    [all...]

Completed in 44 milliseconds