Searched refs:bond_ethdev_stop (Results 1 – 2 of 2) sorted by relevance
324 bond_ethdev_stop(struct rte_eth_dev *eth_dev);
2082 bond_ethdev_stop(struct rte_eth_dev *eth_dev) in bond_ethdev_stop() function3283 .dev_stop = bond_ethdev_stop,3570 ret = bond_ethdev_stop(eth_dev); in bond_remove()