Home
last modified time | relevance | path

Searched refs:rte_eth_dev_uc_all_hash_table_set (Results 1 – 4 of 4) sorted by relevance

/dpdk/lib/ethdev/
H A Dversion.map72 rte_eth_dev_uc_all_hash_table_set;
H A Drte_ethdev.h4380 int rte_eth_dev_uc_all_hash_table_set(uint16_t port_id, uint8_t on);
H A Drte_ethdev.c4384 rte_eth_dev_uc_all_hash_table_set(uint16_t port_id, uint8_t on) in rte_eth_dev_uc_all_hash_table_set() function
/dpdk/app/test-pmd/
H A Dcmdline.c9272 ret = rte_eth_dev_uc_all_hash_table_set(res->port_id,(uint8_t) is_on); in cmd_set_uc_all_hash_parsed()