OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:vp_tx
(Results
1 - 2
of
2
) sorted by relevancy
/src/sys/dev/virtio/
viocon.c
104
struct virtqueue *
vp_tx
;
member in struct:viocon_port
279
vp->
vp_tx
= &sc->sc_vqs[txidx];
280
DPRINTF("%s: tx: %p\n", __func__, vp->
vp_tx
);
282
allocsize = (vp->vp_rx->vq_num + vp->
vp_tx
->vq_num) * BUFSIZE;
319
virtio_start_vq_intr(vsc, vp->
vp_tx
);
433
vq = vp->
vp_tx
;
viocon.c
104
struct virtqueue *
vp_tx
;
member in struct:viocon_port
279
vp->
vp_tx
= &sc->sc_vqs[txidx];
280
DPRINTF("%s: tx: %p\n", __func__, vp->
vp_tx
);
282
allocsize = (vp->vp_rx->vq_num + vp->
vp_tx
->vq_num) * BUFSIZE;
319
virtio_start_vq_intr(vsc, vp->
vp_tx
);
433
vq = vp->
vp_tx
;
Completed in 21 milliseconds
Indexes created Wed Oct 01 13:09:50 GMT 2025