Home
last modified time | relevance | path

Searched refs:rte_eth_hairpin_unbind (Results 1 – 4 of 4) sorted by relevance

/f-stack/dpdk/lib/librte_ethdev/
H A Dversion.map228 rte_eth_hairpin_unbind;
H A Drte_ethdev.h2380 int rte_eth_hairpin_unbind(uint16_t tx_port, uint16_t rx_port);
H A Drte_ethdev.c2376 rte_eth_hairpin_unbind(uint16_t tx_port, uint16_t rx_port) in rte_eth_hairpin_unbind() function
/f-stack/dpdk/app/test-pmd/
H A Dtestpmd.c2796 rte_eth_hairpin_unbind(pi, RTE_MAX_ETHPORTS); in stop_port()
2805 rte_eth_hairpin_unbind(peer_pl[j], pi); in stop_port()