OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:device_features
(Results
1 - 1
of
1
) sorted by relevancy
/src/sys/dev/virtio/
virtio_mmio.c
380
uint64_t
device_features
, negotiated;
local in function:virtio_mmio_negotiate_features
387
device_features
= virtio_mmio_reg_read(sc, VIRTIO_MMIO_DEVICE_FEATURES);
389
device_features
|= (uint64_t)
393
if (
device_features
& VIRTIO_F_VERSION_1) {
418
negotiated =
device_features
& driver_features;
430
if (
device_features
& VIRTIO_F_VERSION_1) {
Completed in 11 milliseconds
Indexes created Wed Oct 01 19:09:53 GMT 2025