Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
72
uint8_t
73
virtio_get_status(struct virtio_hw *hw)
74
{
75
return VIRTIO_OPS(hw)->get_status(hw);
76
}
77
78
uint8_t
79
virtio_get_isr(struct virtio_hw *hw)
Callers
1
virtio_ethdev_negotiate_features
Function · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected