Searched refs:rte_eth_promiscuous_disable (Results 1 – 15 of 15) sorted by relevance
90 rte_eth_promiscuous_disable;
2970 int rte_eth_promiscuous_disable(uint16_t port_id);
2315 rte_eth_promiscuous_disable(uint16_t port_id) in rte_eth_promiscuous_disable() function
472 ret = rte_eth_promiscuous_disable(port); in eth_set_promisc_mode()
428 rte_eth_promiscuous_disable(intf->port); in cleanup_pdump_resources()
131 ret = rte_eth_promiscuous_disable(PORT_ID(sdev)); in fs_eth_dev_conf_apply()
719 ret = rte_eth_promiscuous_disable(PORT_ID(sdev)); in fs_promiscuous_enable()740 ret = rte_eth_promiscuous_disable(PORT_ID(sdev)); in fs_promiscuous_disable()
328 ret = rte_eth_promiscuous_disable(test_params.bonded_port_id); in initialize_bonded_device_with_slaves()892 retval = rte_eth_promiscuous_disable(test_params.bonded_port_id); in test_mode4_rx()
1866 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()
586 VF_ETHDEV_FUNC_RET_STATUS(dev, rte_eth_promiscuous_disable); in hn_vf_promiscuous_disable()
500 ret = rte_eth_promiscuous_disable(port_id); in kni_config_promiscusity()
2680 ret = rte_eth_promiscuous_disable(port_id); in bond_ethdev_promiscuous_disable()2705 ret = rte_eth_promiscuous_disable(port_id); in bond_ethdev_promiscuous_disable()2742 rte_eth_promiscuous_disable(port_id); in bond_ethdev_promiscuous_update()
1020 ret = rte_eth_promiscuous_disable(slave_id); in bond_mode_8023ad_unregister_lacp_mac()
229 * **[related] API**: ``rte_eth_promiscuous_enable()``, ``rte_eth_promiscuous_disable()``,
372 ``rte_eth_promiscuous_disable`` return value from ``void`` to ``int`` to