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

Function ionic_dev_cmd_wait_check

dpdk/drivers/net/ionic/ionic_main.c:344–356  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

342}
343
344int
345ionic_dev_cmd_wait_check(struct ionic_dev *idev, unsigned long max_wait)
346{
347 int err;
348
349 err = ionic_dev_cmd_wait(idev, max_wait);
350
351 if (!err)
352 err = ionic_dev_cmd_check_error(idev);
353
354 IONIC_PRINT(DEBUG, "dev_cmd returned %d", err);
355 return err;
356}
357
358int
359ionic_setup(struct ionic_adapter *adapter)

Callers 13

ionic_flow_ctrl_setFunction · 0.85
ionic_dev_startFunction · 0.85
ionic_lif_resetFunction · 0.85
ionic_lif_queue_identifyFunction · 0.85
ionic_lif_adminq_initFunction · 0.85
ionic_lif_initFunction · 0.85
ionic_lif_identifyFunction · 0.85
ionic_identifyFunction · 0.85
ionic_initFunction · 0.85
ionic_resetFunction · 0.85
ionic_port_identifyFunction · 0.85
ionic_port_initFunction · 0.85

Calls 2

ionic_dev_cmd_waitFunction · 0.85

Tested by

no test coverage detected