Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/F-Stack/f-stack
/ ionic_dev_cmd_status
Function
ionic_dev_cmd_status
dpdk/drivers/net/ionic/ionic_dev.c:15–19 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
13
/* Devcmd Interface */
14
15
uint8_t
16
ionic_dev_cmd_status(struct ionic_dev *idev)
17
{
18
return ioread8(&idev->dev_cmd->comp.comp.status);
19
}
20
21
bool
22
ionic_dev_cmd_done(struct ionic_dev *idev)
Callers
1
ionic_dev_cmd_check_error
Function · 0.85
Calls
1
ioread8
Function · 0.50
Tested by
no test coverage detected