Home
last modified time | relevance | path

Searched refs:rte_eth_allmulticast_disable (Results 1 – 12 of 12) sorted by relevance

/f-stack/dpdk/lib/librte_ethdev/
H A Dversion.map7 rte_eth_allmulticast_disable;
H A Drte_ethdev.h2650 int rte_eth_allmulticast_disable(uint16_t port_id);
H A Drte_ethdev.c2554 rte_eth_allmulticast_disable(uint16_t port_id) in rte_eth_allmulticast_disable() function
/f-stack/dpdk/app/test-pmd/
H A Dutil.c410 ret = rte_eth_allmulticast_disable(port); in eth_set_allmulticast_mode()
/f-stack/dpdk/drivers/net/netvsc/
H A Dhn_vf.c355 VF_ETHDEV_FUNC_RET_STATUS(dev, rte_eth_allmulticast_disable); in hn_vf_allmulticast_disable()
/f-stack/dpdk/drivers/net/failsafe/
H A Dfailsafe_ether.c145 ret = rte_eth_allmulticast_disable(PORT_ID(sdev)); in fs_eth_dev_conf_apply()
H A Dfailsafe_ops.c786 ret = rte_eth_allmulticast_disable(PORT_ID(sdev)); in fs_allmulticast_enable()
807 ret = rte_eth_allmulticast_disable(PORT_ID(sdev)); in fs_allmulticast_disable()
/f-stack/dpdk/lib/librte_kni/
H A Drte_kni.c528 rte_eth_allmulticast_disable(port_id); in kni_config_allmulticast()
/f-stack/dpdk/doc/guides/nics/
H A Dfeatures.rst256 ``rte_eth_allmulticast_disable()``, ``rte_eth_allmulticast_get()``.
/f-stack/dpdk/drivers/net/bonding/
H A Drte_eth_bond_8023ad.c982 ret = rte_eth_allmulticast_disable(slave_id); in bond_mode_8023ad_unregister_lacp_mac()
H A Drte_eth_bond_pmd.c2754 ret = rte_eth_allmulticast_disable(port_id); in bond_ethdev_allmulticast_disable()
2779 ret = rte_eth_allmulticast_disable(port_id); in bond_ethdev_allmulticast_disable()
/f-stack/dpdk/doc/guides/rel_notes/
H A Drelease_19_11.rst444 ``rte_eth_allmulticast_disable`` return value from ``void`` to ``int`` to