Home
last modified time | relevance | path

Searched refs:vr_status (Results 1 – 3 of 3) sorted by relevance

/netbsd/src/sys/dev/pci/
Dld_virtio.c155 uint8_t vr_status; member
542 offsetof(struct virtio_blk_req, vr_status), in ld_virtio_info()
551 offsetof(struct virtio_blk_req, vr_status), in ld_virtio_info()
647 offsetof(struct virtio_blk_req, vr_status), in ld_virtio_start()
656 offsetof(struct virtio_blk_req, vr_status), in ld_virtio_start()
682 sc->sc_sync_status = vr->vr_status; in ld_virtio_vq_done1()
707 if (vr->vr_status != VIRTIO_BLK_S_OK) { in ld_virtio_vq_done1()
802 offsetof(struct virtio_blk_req, vr_status), in ld_virtio_dump()
811 offsetof(struct virtio_blk_req, vr_status), in ld_virtio_dump()
836 offsetof(struct virtio_blk_req, vr_status), in ld_virtio_dump()
[all …]
Dif_vr.c278 __d->vr_status = htole32(VR_RXSTAT_FIRSTFRAG | \
617 rxstat = le32toh(d->vr_status); in vr_rxeof()
680 VR_RXBYTES(le32toh(d->vr_status)), rxstat); in vr_rxeof()
691 total_len = VR_RXBYTES(le32toh(d->vr_status)); in vr_rxeof()
853 txstat = le32toh(d->vr_status); in vr_txeof()
868 d->vr_status = htole32(VR_TXSTAT_OWN); in vr_txeof()
1126 d->vr_status = 0; in vr_start()
1128 d->vr_status = htole32(VR_TXSTAT_OWN); in vr_start()
1158 VR_CDTX(sc, firsttx)->vr_status = htole32(VR_TXSTAT_OWN); in vr_start()
Dif_vrreg.h337 volatile uint32_t vr_status; member