Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/F-Stack/f-stack
/ virtio_write_dev_config
Function
virtio_write_dev_config
dpdk/drivers/net/virtio/virtio.c:34–39 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
32
}
33
34
void
35
virtio_write_dev_config(struct virtio_hw *hw, size_t offset,
36
const void *src, int length)
37
{
38
VIRTIO_OPS(hw)->write_dev_cfg(hw, offset, src, length);
39
}
40
41
void
42
virtio_reset(struct virtio_hw *hw)
Callers
1
virtio_set_hwaddr
Function · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected