Searched refs:rte_eth_allmulticast_get (Results 1 – 10 of 10) sorted by relevance
9 rte_eth_allmulticast_get;
1422 if (rte_eth_allmulticast_get(port_id) == 1 && in eth_dev_config_restore()1432 } else if (rte_eth_allmulticast_get(port_id) == 0 && in eth_dev_config_restore()2388 rte_eth_allmulticast_get(uint16_t port_id) in rte_eth_allmulticast_get() function
3020 int rte_eth_allmulticast_get(uint16_t port_id);
316 if (rte_eth_allmulticast_get(dev->data->port_id) == 1) in bnx2x_promisc_enable()330 if (rte_eth_allmulticast_get(dev->data->port_id) == 1) in bnx2x_promisc_disable()
243 ``rte_eth_allmulticast_disable()``, ``rte_eth_allmulticast_get()``.
797 ret = rte_eth_allmulticast_get(i); in show_port()
978 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()2885 if (rte_eth_allmulticast_get(internals->port_id) == 1) in bond_ethdev_allmulticast_update()
1512 if (rte_eth_allmulticast_get(eth_dev->data->port_id) == 1) in qede_promiscuous_disable()
745 rte_eth_allmulticast_get(port_id) ? "enabled" : "disabled"); in port_infos_display()