OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:virtio_rw32
(Results
1 - 6
of
6
) sorted by relevancy
/src/sys/dev/pci/
viogpu.c
499
hdr->flags |=
virtio_rw32
(vsc, VIRTIO_GPU_FLAG_FENCE);
555
cmd_type =
virtio_rw32
(vsc,
557
resp_type =
virtio_rw32
(vsc, resp->type);
619
hdr.type =
virtio_rw32
(vsc, VIRTIO_GPU_CMD_GET_DISPLAY_INFO);
623
if (
virtio_rw32
(vsc, info.hdr.type) !=
634
sc->sc_fb_width =
virtio_rw32
(vsc, info.pmodes[0].r.width);
635
sc->sc_fb_height =
virtio_rw32
(vsc, info.pmodes[0].r.height);
648
res.hdr.type =
virtio_rw32
(vsc, VIRTIO_GPU_CMD_RESOURCE_CREATE_2D);
649
res.resource_id =
virtio_rw32
(vsc, resource_id);
650
res.format =
virtio_rw32
(vsc, VIRTIO_GPU_FORMAT_B8G8R8X8_UNORM)
[
all
...]
ld_virtio.c
531
vr->vr_hdr.type =
virtio_rw32
(vsc, VIRTIO_BLK_T_GET_ID);
532
vr->vr_hdr.ioprio =
virtio_rw32
(vsc, 0);
637
vr->vr_hdr.type =
virtio_rw32
(vsc,
639
vr->vr_hdr.ioprio =
virtio_rw32
(vsc, 0);
674
const uint32_t rt =
virtio_rw32
(vsc, vr->vr_hdr.type);
793
vr->vr_hdr.type =
virtio_rw32
(vsc, VIRTIO_BLK_T_OUT);
794
vr->vr_hdr.ioprio =
virtio_rw32
(vsc, 0);
931
vr->vr_hdr.type =
virtio_rw32
(vsc, VIRTIO_BLK_T_FLUSH);
932
vr->vr_hdr.ioprio =
virtio_rw32
(vsc, 0);
1090
vr->vr_hdr.type =
virtio_rw32
(vsc, VIRTIO_BLK_T_DISCARD)
[
all
...]
virtiovar.h
262
uint32_t
virtio_rw32
(struct virtio_softc *sc, uint32_t val);
virtio.c
435
virtio_rw32
(struct virtio_softc *sc, uint32_t val)
function in typeref:typename:uint32_t
1112
vd->len =
virtio_rw32
(sc, sizeof(struct vring_desc) * nsegs);
1167
vds[s].len =
virtio_rw32
(sc, dmamap->dm_segs[i].ds_len);
1203
vds[s].len =
virtio_rw32
(sc, len);
1322
slot =
virtio_rw32
(sc, vq->vq_used->ring[usedidx].id);
1330
*lenp =
virtio_rw32
(sc, vq->vq_used->ring[usedidx].len);
vioscsi.c
472
xs->resid =
virtio_rw32
(vsc, vr->vr_res.residual);
477
virtio_rw32
(vsc, vr->vr_res.sense_len));
if_vioif.c
2582
+ (ETHER_ADDR_LEN *
virtio_rw32
(vsc, mac_tbl_uc->nentries));
2587
+ (ETHER_ADDR_LEN *
virtio_rw32
(vsc, mac_tbl_mc->nentries));
2658
ctrlq->ctrlq_mac_tbl_uc->nentries =
virtio_rw32
(vsc, 1);
2659
ctrlq->ctrlq_mac_tbl_mc->nentries =
virtio_rw32
(vsc, nentries);
2667
ctrlq->ctrlq_mac_tbl_uc->nentries =
virtio_rw32
(vsc, 0);
2668
ctrlq->ctrlq_mac_tbl_mc->nentries =
virtio_rw32
(vsc, 0);
Completed in 56 milliseconds
Indexes created Sat Nov 08 18:09:48 GMT 2025