Searched refs:rte_eth_promiscuous_get (Results 1 – 12 of 12) sorted by relevance
1853 promiscuous_en = rte_eth_promiscuous_get(test_params->bonded_port_id); in test_roundrobin_verify_promiscuous_enable_disable()1859 promiscuous_en = rte_eth_promiscuous_get( in test_roundrobin_verify_promiscuous_enable_disable()1877 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 …]
92 rte_eth_promiscuous_get;
1395 if (rte_eth_promiscuous_get(port_id) == 1 && in eth_dev_config_restore()1405 } else if (rte_eth_promiscuous_get(port_id) == 0 && in eth_dev_config_restore()2337 rte_eth_promiscuous_get(uint16_t port_id) in rte_eth_promiscuous_get() function
2982 int rte_eth_promiscuous_get(uint16_t port_id);
344 if (rte_eth_promiscuous_get(dev->data->port_id) == 1) in bnx2x_dev_allmulticast_enable()358 if (rte_eth_promiscuous_get(dev->data->port_id) == 1) in bnx2x_dev_allmulticast_disable()
75 with ``rte_eth_promiscuous_get``.
230 ``rte_eth_promiscuous_get()``.
792 ret = rte_eth_promiscuous_get(i); in show_port()
1879 if (rte_eth_promiscuous_get(eth_dev->data->port_id) == 1) in qede_allmulticast_enable()1890 if (rte_eth_promiscuous_get(eth_dev->data->port_id) == 1) in qede_allmulticast_disable()
992 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()2739 if (rte_eth_promiscuous_get(internals->port_id) == 1) in bond_ethdev_promiscuous_update()
743 rte_eth_promiscuous_get(port_id) ? "enabled" : "disabled"); in port_infos_display()