Searched refs:rte_eth_promiscuous_disable (Results 1 – 14 of 14) sorted by relevance
85 rte_eth_promiscuous_disable;
2612 int rte_eth_promiscuous_disable(uint16_t port_id);
2502 rte_eth_promiscuous_disable(uint16_t port_id) in rte_eth_promiscuous_disable() function
394 ret = rte_eth_promiscuous_disable(port); in eth_set_promisc_mode()
365 VF_ETHDEV_FUNC_RET_STATUS(dev, rte_eth_promiscuous_disable); in hn_vf_promiscuous_disable()
131 ret = rte_eth_promiscuous_disable(PORT_ID(sdev)); in fs_eth_dev_conf_apply()
722 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()
330 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()
1865 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()
502 ret = rte_eth_promiscuous_disable(port_id); in kni_config_promiscusity()
242 * **[related] API**: ``rte_eth_promiscuous_enable()``, ``rte_eth_promiscuous_disable()``,
991 ret = rte_eth_promiscuous_disable(slave_id); in bond_mode_8023ad_unregister_lacp_mac()
2641 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()
440 ``rte_eth_promiscuous_disable`` return value from ``void`` to ``int`` to