Searched refs:rte_eth_dev_reset (Results 1 – 6 of 6) sorted by relevance
38 rte_eth_dev_reset;
2586 int rte_eth_dev_reset(uint16_t port_id);
1808 rte_eth_dev_reset(uint16_t port_id) in rte_eth_dev_reset() function
584 int rte_eth_dev_reset(uint16_t port_id);597 calling Rx and Tx functions, and then call rte_eth_dev_reset(). For608 stopping Rx/Tx queues and calling rte_eth_dev_reset().610 The rte_eth_dev_reset() itself is a generic function which only does615 The PMD itself should not call rte_eth_dev_reset(). The PMD can trigger617 handle all synchronization before it calls rte_eth_dev_reset().
323 VF_ETHDEV_FUNC(dev, rte_eth_dev_reset); in hn_vf_reset()
2920 diag = rte_eth_dev_reset(pi); in reset_port()