MCPcopy 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
34void
35virtio_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
41void
42virtio_reset(struct virtio_hw *hw)

Callers 1

virtio_set_hwaddrFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected