Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/F-Stack/f-stack
/ ionic_dev_cmd_done
Function
ionic_dev_cmd_done
dpdk/drivers/net/ionic/ionic_dev.c:21–25 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
19
}
20
21
bool
22
ionic_dev_cmd_done(struct ionic_dev *idev)
23
{
24
return ioread32(&idev->dev_cmd->done) & IONIC_DEV_CMD_DONE;
25
}
26
27
void
28
ionic_dev_cmd_comp(struct ionic_dev *idev, void *mem)
Callers
1
ionic_dev_cmd_wait
Function · 0.85
Calls
1
ioread32
Function · 0.50
Tested by
no test coverage detected