MCPcopy Create free account
hub / github.com/F-Stack/f-stack / ionic_dev_cmd_port_init

Function ionic_dev_cmd_port_init

dpdk/drivers/net/ionic/ionic_dev.c:101–111  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

99}
100
101void
102ionic_dev_cmd_port_init(struct ionic_dev *idev)
103{
104 union ionic_dev_cmd cmd = {
105 .port_init.opcode = IONIC_CMD_PORT_INIT,
106 .port_init.index = 0,
107 .port_init.info_pa = rte_cpu_to_le_64(idev->port_info_pa),
108 };
109
110 ionic_dev_cmd_go(idev, &cmd);
111}
112
113void
114ionic_dev_cmd_port_reset(struct ionic_dev *idev)

Callers 1

ionic_port_initFunction · 0.85

Calls 1

ionic_dev_cmd_goFunction · 0.85

Tested by

no test coverage detected