Searched refs:rte_eth_allmulticast_get (Results 1 – 10 of 10) sorted by relevance
9 rte_eth_allmulticast_get;
2662 int rte_eth_allmulticast_get(uint16_t port_id);
1651 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
320 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()
256 ``rte_eth_allmulticast_disable()``, ``rte_eth_allmulticast_get()``.
774 ret = rte_eth_allmulticast_get(i); in show_port()
949 if (rte_eth_allmulticast_get(slave_id)) { in bond_mode_8023ad_register_lacp_mac()
294 const uint8_t allmulti = rte_eth_allmulticast_get(internals->port_id); in rx_burst_8023ad()
1521 if (rte_eth_allmulticast_get(eth_dev->data->port_id) == 1) in qede_promiscuous_disable()
712 rte_eth_allmulticast_get(port_id) ? "enabled" : "disabled"); in port_infos_display()