OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:vp_rx
(Results
1 - 1
of
1
) sorted by relevancy
/src/sys/dev/virtio/
viocon.c
103
struct virtqueue *
vp_rx
;
member in struct:viocon_port
267
vp->
vp_rx
= &sc->sc_vqs[rxidx];
269
DPRINTF("%s: rx: %p\n", __func__, vp->
vp_rx
);
282
allocsize = (vp->
vp_rx
->vq_num + vp->vp_tx->vq_num) * BUFSIZE;
301
vp->vp_tx_buf = vp->vp_rx_buf + vp->
vp_rx
->vq_num * BUFSIZE;
318
virtio_start_vq_intr(vsc, vp->
vp_rx
);
367
struct virtqueue *vq = vp->
vp_rx
;
402
struct virtqueue *vq = vp->
vp_rx
;
486
virtio_stop_vq_intr(vp->vp_sc->sc_virtio, vp->
vp_rx
);
488
virtio_start_vq_intr(vp->vp_sc->sc_virtio, vp->
vp_rx
);
[
all
...]
Completed in 12 milliseconds
Indexes created Sun Oct 19 16:10:00 GMT 2025