Home
last modified time | relevance | path

Searched refs:rte_eth_promiscuous_get (Results 1 – 12 of 12) sorted by relevance

/f-stack/dpdk/app/test/
H A Dtest_link_bonding.c1852 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 …]
/f-stack/dpdk/lib/librte_ethdev/
H A Dversion.map87 rte_eth_promiscuous_get;
H A Drte_ethdev.h2624 int rte_eth_promiscuous_get(uint16_t port_id);
H A Drte_ethdev.c1624 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
/f-stack/dpdk/drivers/net/bnx2x/
H A Dbnx2x_ethdev.c348 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()
/f-stack/dpdk/doc/guides/howto/
H A Ddebug_troubleshoot.rst77 with ``rte_eth_promiscuous_get``.
/f-stack/dpdk/doc/guides/nics/
H A Dfeatures.rst243 ``rte_eth_promiscuous_get()``.
/f-stack/dpdk/app/proc-info/
H A Dmain.c769 ret = rte_eth_promiscuous_get(i); in show_port()
/f-stack/dpdk/drivers/net/bonding/
H A Drte_eth_bond_8023ad.c963 if (rte_eth_promiscuous_get(slave_id)) { in bond_mode_8023ad_register_lacp_mac()
H A Drte_eth_bond_pmd.c293 const uint8_t promisc = rte_eth_promiscuous_get(internals->port_id); in rx_burst_8023ad()
/f-stack/dpdk/drivers/net/qede/
H A Dqede_ethdev.c1897 if (rte_eth_promiscuous_get(eth_dev->data->port_id) == 1) in qede_allmulticast_disable()
/f-stack/dpdk/app/test-pmd/
H A Dconfig.c710 rte_eth_promiscuous_get(port_id) ? "enabled" : "disabled"); in port_infos_display()