Home
last modified time | relevance | path

Searched refs:rte_eth_allmulticast_get (Results 1 – 10 of 10) sorted by relevance

/f-stack/dpdk/lib/librte_ethdev/
H A Dversion.map9 rte_eth_allmulticast_get;
H A Drte_ethdev.h2662 int rte_eth_allmulticast_get(uint16_t port_id);
H A Drte_ethdev.c1651 if (rte_eth_allmulticast_get(port_id) == 1 && in eth_dev_config_restore()
1661 } else if (rte_eth_allmulticast_get(port_id) == 0 && in eth_dev_config_restore()
2575 rte_eth_allmulticast_get(uint16_t port_id) in rte_eth_allmulticast_get() function
/f-stack/dpdk/drivers/net/bnx2x/
H A Dbnx2x_ethdev.c320 if (rte_eth_allmulticast_get(dev->data->port_id) == 1) in bnx2x_promisc_enable()
334 if (rte_eth_allmulticast_get(dev->data->port_id) == 1) in bnx2x_promisc_disable()
/f-stack/dpdk/doc/guides/nics/
H A Dfeatures.rst256 ``rte_eth_allmulticast_disable()``, ``rte_eth_allmulticast_get()``.
/f-stack/dpdk/app/proc-info/
H A Dmain.c774 ret = rte_eth_allmulticast_get(i); in show_port()
/f-stack/dpdk/drivers/net/bonding/
H A Drte_eth_bond_8023ad.c949 if (rte_eth_allmulticast_get(slave_id)) { in bond_mode_8023ad_register_lacp_mac()
H A Drte_eth_bond_pmd.c294 const uint8_t allmulti = rte_eth_allmulticast_get(internals->port_id); in rx_burst_8023ad()
/f-stack/dpdk/drivers/net/qede/
H A Dqede_ethdev.c1521 if (rte_eth_allmulticast_get(eth_dev->data->port_id) == 1) in qede_promiscuous_disable()
/f-stack/dpdk/app/test-pmd/
H A Dconfig.c712 rte_eth_allmulticast_get(port_id) ? "enabled" : "disabled"); in port_infos_display()