OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
refs: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
351
struct viocon_port *vp = sc->sc_ports[
portidx
];
391
int
portidx
= (vq->vq_index - 1) / 2
local
[
all
...]
/src/sys/dev/ic/
isp.c
3348
int
portidx
, portlim, r;
local
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 21 milliseconds
Indexes created Mon Jun 29 00:24:49 UTC 2026