MCPcopy 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
21bool
22ionic_dev_cmd_done(struct ionic_dev *idev)
23{
24 return ioread32(&idev->dev_cmd->done) & IONIC_DEV_CMD_DONE;
25}
26
27void
28ionic_dev_cmd_comp(struct ionic_dev *idev, void *mem)

Callers 1

ionic_dev_cmd_waitFunction · 0.85

Calls 1

ioread32Function · 0.50

Tested by

no test coverage detected