Searched refs:ret_stop (Results 1 – 2 of 2) sorted by relevance
1259 int ret, ret_stop; in eth_hn_dev_uninit() local1266 ret_stop = hn_dev_stop(eth_dev); in eth_hn_dev_uninit()1280 return ret_stop; in eth_hn_dev_uninit()
1453 int ret, ret_stop; in rte_eth_dev_start() local1493 ret_stop = rte_eth_dev_stop(port_id); in rte_eth_dev_start()1494 if (ret_stop != 0) { in rte_eth_dev_start()1497 port_id, rte_strerror(-ret_stop)); in rte_eth_dev_start()