Home
last modified time | relevance | path

Searched refs:rte_eth_promiscuous_disable (Results 1 – 14 of 14) sorted by relevance

/f-stack/dpdk/lib/librte_ethdev/
H A Dversion.map85 rte_eth_promiscuous_disable;
H A Drte_ethdev.h2612 int rte_eth_promiscuous_disable(uint16_t port_id);
H A Drte_ethdev.c2502 rte_eth_promiscuous_disable(uint16_t port_id) in rte_eth_promiscuous_disable() function
/f-stack/dpdk/app/test-pmd/
H A Dutil.c394 ret = rte_eth_promiscuous_disable(port); in eth_set_promisc_mode()
/f-stack/dpdk/drivers/net/netvsc/
H A Dhn_vf.c365 VF_ETHDEV_FUNC_RET_STATUS(dev, rte_eth_promiscuous_disable); in hn_vf_promiscuous_disable()
/f-stack/dpdk/drivers/net/failsafe/
H A Dfailsafe_ether.c131 ret = rte_eth_promiscuous_disable(PORT_ID(sdev)); in fs_eth_dev_conf_apply()
H A Dfailsafe_ops.c722 ret = rte_eth_promiscuous_disable(PORT_ID(sdev)); in fs_promiscuous_enable()
743 ret = rte_eth_promiscuous_disable(PORT_ID(sdev)); in fs_promiscuous_disable()
/f-stack/dpdk/app/test/
H A Dtest_link_bonding_mode4.c330 ret = rte_eth_promiscuous_disable(test_params.bonded_port_id); in initialize_bonded_device_with_slaves()
894 retval = rte_eth_promiscuous_disable(test_params.bonded_port_id); in test_mode4_rx()
H A Dtest_link_bonding.c1865 ret = rte_eth_promiscuous_disable(test_params->bonded_port_id); in test_roundrobin_verify_promiscuous_enable_disable()
2323 ret = rte_eth_promiscuous_disable(test_params->bonded_port_id); in test_activebackup_verify_promiscuous_enable_disable()
3257 ret = rte_eth_promiscuous_disable(test_params->bonded_port_id); in test_balance_verify_promiscuous_enable_disable()
3881 ret = rte_eth_promiscuous_disable(test_params->bonded_port_id); in test_broadcast_verify_promiscuous_enable_disable()
4396 ret = rte_eth_promiscuous_disable(test_params->bonded_port_id); in test_tlb_verify_promiscuous_enable_disable()
/f-stack/dpdk/lib/librte_kni/
H A Drte_kni.c502 ret = rte_eth_promiscuous_disable(port_id); in kni_config_promiscusity()
/f-stack/dpdk/doc/guides/nics/
H A Dfeatures.rst242 * **[related] API**: ``rte_eth_promiscuous_enable()``, ``rte_eth_promiscuous_disable()``,
/f-stack/dpdk/drivers/net/bonding/
H A Drte_eth_bond_8023ad.c991 ret = rte_eth_promiscuous_disable(slave_id); in bond_mode_8023ad_unregister_lacp_mac()
H A Drte_eth_bond_pmd.c2641 ret = rte_eth_promiscuous_disable(port_id); in bond_ethdev_promiscuous_disable()
2666 ret = rte_eth_promiscuous_disable(port_id); in bond_ethdev_promiscuous_disable()
/f-stack/dpdk/doc/guides/rel_notes/
H A Drelease_19_11.rst440 ``rte_eth_promiscuous_disable`` return value from ``void`` to ``int`` to