Searched refs:rte_eth_dev_reset (Results 1 – 6 of 6) sorted by relevance
41 rte_eth_dev_reset;
2944 int rte_eth_dev_reset(uint16_t port_id);
1595 rte_eth_dev_reset(uint16_t port_id) in rte_eth_dev_reset() function
592 int rte_eth_dev_reset(uint16_t port_id);605 calling Rx and Tx functions, and then call rte_eth_dev_reset(). For616 stopping Rx/Tx queues and calling rte_eth_dev_reset().618 The rte_eth_dev_reset() itself is a generic function which only does623 The PMD itself should not call rte_eth_dev_reset(). The PMD can trigger625 handle all synchronization before it calls rte_eth_dev_reset().
539 VF_ETHDEV_FUNC(dev, rte_eth_dev_reset); in hn_vf_reset()
3201 diag = rte_eth_dev_reset(pi); in reset_port()