Searched refs:rte_eth_promiscuous_get (Results 1 – 12 of 12) sorted by relevance
1852 promiscuous_en = rte_eth_promiscuous_get(test_params->bonded_port_id); in test_roundrobin_verify_promiscuous_enable_disable()1858 promiscuous_en = rte_eth_promiscuous_get( in test_roundrobin_verify_promiscuous_enable_disable()1876 promiscuous_en = rte_eth_promiscuous_get( in test_roundrobin_verify_promiscuous_enable_disable()2309 promiscuous_en = rte_eth_promiscuous_get( in test_activebackup_verify_promiscuous_enable_disable()2333 promiscuous_en = rte_eth_promiscuous_get( in test_activebackup_verify_promiscuous_enable_disable()3251 TEST_ASSERT_EQUAL(rte_eth_promiscuous_get( in test_balance_verify_promiscuous_enable_disable()3267 TEST_ASSERT_EQUAL(rte_eth_promiscuous_get( in test_balance_verify_promiscuous_enable_disable()3875 TEST_ASSERT_EQUAL(rte_eth_promiscuous_get( in test_broadcast_verify_promiscuous_enable_disable()3891 TEST_ASSERT_EQUAL(rte_eth_promiscuous_get( in test_broadcast_verify_promiscuous_enable_disable()4382 promiscuous_en = rte_eth_promiscuous_get( in test_tlb_verify_promiscuous_enable_disable()[all …]
87 rte_eth_promiscuous_get;
2624 int rte_eth_promiscuous_get(uint16_t port_id);
1624 if (rte_eth_promiscuous_get(port_id) == 1 && in eth_dev_config_restore()1634 } else if (rte_eth_promiscuous_get(port_id) == 0 && in eth_dev_config_restore()2524 rte_eth_promiscuous_get(uint16_t port_id) in rte_eth_promiscuous_get() function
348 if (rte_eth_promiscuous_get(dev->data->port_id) == 1) in bnx2x_dev_allmulticast_enable()362 if (rte_eth_promiscuous_get(dev->data->port_id) == 1) in bnx2x_dev_allmulticast_disable()
77 with ``rte_eth_promiscuous_get``.
243 ``rte_eth_promiscuous_get()``.
769 ret = rte_eth_promiscuous_get(i); in show_port()
963 if (rte_eth_promiscuous_get(slave_id)) { in bond_mode_8023ad_register_lacp_mac()
293 const uint8_t promisc = rte_eth_promiscuous_get(internals->port_id); in rx_burst_8023ad()
1897 if (rte_eth_promiscuous_get(eth_dev->data->port_id) == 1) in qede_allmulticast_disable()
710 rte_eth_promiscuous_get(port_id) ? "enabled" : "disabled"); in port_infos_display()