Home
last modified time | relevance | path

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

/f-stack/dpdk/lib/librte_ethdev/
H A Dversion.map8 rte_eth_allmulticast_enable;
H A Drte_ethdev.h2637 int rte_eth_allmulticast_enable(uint16_t port_id);
H A Drte_ethdev.c2535 rte_eth_allmulticast_enable(uint16_t port_id) in rte_eth_allmulticast_enable() function
/f-stack/dpdk/app/test-pmd/
H A Dutil.c408 ret = rte_eth_allmulticast_enable(port); in eth_set_allmulticast_mode()
/f-stack/dpdk/drivers/net/netvsc/
H A Dhn_vf.c350 VF_ETHDEV_FUNC_RET_STATUS(dev, rte_eth_allmulticast_enable); in hn_vf_allmulticast_enable()
/f-stack/dpdk/examples/ipv4_multicast/
H A Dmain.c780 ret = rte_eth_allmulticast_enable(portid); in main()
/f-stack/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.c775 ret = rte_eth_allmulticast_enable(PORT_ID(sdev)); in fs_allmulticast_enable()
818 ret = rte_eth_allmulticast_enable(PORT_ID(sdev)); in fs_allmulticast_disable()
/f-stack/dpdk/lib/librte_kni/
H A Drte_kni.c526 rte_eth_allmulticast_enable(port_id); in kni_config_allmulticast()
/f-stack/dpdk/doc/guides/nics/
H A Dfeatures.rst255 * **[related] API**: ``rte_eth_allmulticast_enable()``,
/f-stack/dpdk/drivers/net/bonding/
H A Drte_eth_bond_8023ad.c943 ret = rte_eth_allmulticast_enable(slave_id); in bond_mode_8023ad_register_lacp_mac()
H A Drte_eth_bond_pmd.c2695 ret = rte_eth_allmulticast_enable(port_id); in bond_ethdev_allmulticast_enable()
2720 ret = rte_eth_allmulticast_enable(port_id); in bond_ethdev_allmulticast_enable()
/f-stack/dpdk/doc/guides/rel_notes/
H A Drelease_19_11.rst443 * ethdev: changed ``rte_eth_allmulticast_enable`` and
H A Drelease_2_1.rst118 ``rte_eth_allmulticast_enable()`` function. This method did not work for VFs