Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/F-Stack/f-stack
/ ionic_dev_cmd_reset
Function
ionic_dev_cmd_reset
dpdk/drivers/net/ionic/ionic_dev.c:78–86 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
76
}
77
78
void
79
ionic_dev_cmd_reset(struct ionic_dev *idev)
80
{
81
union ionic_dev_cmd cmd = {
82
.reset.opcode = IONIC_CMD_RESET,
83
};
84
85
ionic_dev_cmd_go(idev, &cmd);
86
}
87
88
/* Port commands */
89
Callers
1
ionic_reset
Function · 0.85
Calls
1
ionic_dev_cmd_go
Function · 0.85
Tested by
no test coverage detected