MCPcopy Create free account
hub / github.com/F-Stack/f-stack / virtio_read_dev_config

Function virtio_read_dev_config

dpdk/drivers/net/virtio/virtio.c:27–32  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

25
26
27void
28virtio_read_dev_config(struct virtio_hw *hw, size_t offset,
29 void *dst, int length)
30{
31 VIRTIO_OPS(hw)->read_dev_cfg(hw, offset, dst, length);
32}
33
34void
35virtio_write_dev_config(struct virtio_hw *hw, size_t offset,

Callers 7

virtio_get_hwaddrFunction · 0.85
virtio_interrupt_handlerFunction · 0.85
virtio_get_speed_duplexFunction · 0.85
virtio_init_deviceFunction · 0.85
virtio_dev_link_updateFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected