Home
last modified time | relevance | path

Searched refs:rte_eth_dev_reset (Results 1 – 6 of 6) sorted by relevance

/f-stack/dpdk/lib/librte_ethdev/
H A Dversion.map38 rte_eth_dev_reset;
H A Drte_ethdev.h2586 int rte_eth_dev_reset(uint16_t port_id);
H A Drte_ethdev.c1808 rte_eth_dev_reset(uint16_t port_id) in rte_eth_dev_reset() function
/f-stack/dpdk/doc/guides/prog_guide/
H A Dpoll_mode_drv.rst584 int rte_eth_dev_reset(uint16_t port_id);
597 calling Rx and Tx functions, and then call rte_eth_dev_reset(). For
608 stopping Rx/Tx queues and calling rte_eth_dev_reset().
610 The rte_eth_dev_reset() itself is a generic function which only does
615 The PMD itself should not call rte_eth_dev_reset(). The PMD can trigger
617 handle all synchronization before it calls rte_eth_dev_reset().
/f-stack/dpdk/drivers/net/netvsc/
H A Dhn_vf.c323 VF_ETHDEV_FUNC(dev, rte_eth_dev_reset); in hn_vf_reset()
/f-stack/dpdk/app/test-pmd/
H A Dtestpmd.c2920 diag = rte_eth_dev_reset(pi); in reset_port()