Home
last modified time | relevance | path

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

/dpdk/lib/ethdev/
H A Dversion.map8 rte_eth_allmulticast_enable;
H A Drte_ethdev.h2995 int rte_eth_allmulticast_enable(uint16_t port_id);
H A Drte_ethdev.c2348 rte_eth_allmulticast_enable(uint16_t port_id) in rte_eth_allmulticast_enable() function
/dpdk/app/test-pmd/
H A Dutil.c487 ret = rte_eth_allmulticast_enable(port); in eth_set_allmulticast_mode()
/dpdk/examples/ipv4_multicast/
H A Dmain.c800 ret = rte_eth_allmulticast_enable(portid); in main()
/dpdk/drivers/net/failsafe/
H A Dfailsafe_ether.c143 ret = rte_eth_allmulticast_enable(PORT_ID(sdev)); in fs_eth_dev_conf_apply()
H A Dfailsafe_ops.c772 ret = rte_eth_allmulticast_enable(PORT_ID(sdev)); in fs_allmulticast_enable()
815 ret = rte_eth_allmulticast_enable(PORT_ID(sdev)); in fs_allmulticast_disable()
/dpdk/drivers/net/netvsc/
H A Dhn_vf.c571 VF_ETHDEV_FUNC_RET_STATUS(dev, rte_eth_allmulticast_enable); in hn_vf_allmulticast_enable()
/dpdk/lib/kni/
H A Drte_kni.c526 ret = rte_eth_allmulticast_enable(port_id); in kni_config_allmulticast()
/dpdk/drivers/net/bonding/
H A Drte_eth_bond_pmd.c2767 ret = rte_eth_allmulticast_enable(port_id); in bond_ethdev_allmulticast_enable()
2792 ret = rte_eth_allmulticast_enable(port_id); in bond_ethdev_allmulticast_enable()
2886 rte_eth_allmulticast_enable(port_id); in bond_ethdev_allmulticast_update()
H A Drte_eth_bond_8023ad.c972 ret = rte_eth_allmulticast_enable(slave_id); in bond_mode_8023ad_register_lacp_mac()
/dpdk/doc/guides/nics/
H A Dfeatures.rst242 * **[related] API**: ``rte_eth_allmulticast_enable()``,
/dpdk/doc/guides/rel_notes/
H A Drelease_19_11.rst375 * ethdev: changed ``rte_eth_allmulticast_enable`` and
H A Drelease_2_1.rst117 ``rte_eth_allmulticast_enable()`` function. This method did not work for VFs