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

Function virtio_get_status

dpdk/drivers/net/virtio/virtio.c:72–76  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

70}
71
72uint8_t
73virtio_get_status(struct virtio_hw *hw)
74{
75 return VIRTIO_OPS(hw)->get_status(hw);
76}
77
78uint8_t
79virtio_get_isr(struct virtio_hw *hw)

Callers 1

Calls

no outgoing calls

Tested by

no test coverage detected