Home
last modified time | relevance | path

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

/dpdk/lib/ethdev/
H A Dversion.map41 rte_eth_dev_reset;
H A Drte_ethdev.h2944 int rte_eth_dev_reset(uint16_t port_id);
H A Drte_ethdev.c1595 rte_eth_dev_reset(uint16_t port_id) in rte_eth_dev_reset() function
/dpdk/doc/guides/prog_guide/
H A Dpoll_mode_drv.rst592 int rte_eth_dev_reset(uint16_t port_id);
605 calling Rx and Tx functions, and then call rte_eth_dev_reset(). For
616 stopping Rx/Tx queues and calling rte_eth_dev_reset().
618 The rte_eth_dev_reset() itself is a generic function which only does
623 The PMD itself should not call rte_eth_dev_reset(). The PMD can trigger
625 handle all synchronization before it calls rte_eth_dev_reset().
/dpdk/drivers/net/netvsc/
H A Dhn_vf.c539 VF_ETHDEV_FUNC(dev, rte_eth_dev_reset); in hn_vf_reset()
/dpdk/app/test-pmd/
H A Dtestpmd.c3201 diag = rte_eth_dev_reset(pi); in reset_port()