Searched refs:uc_hash_table_set (Results 1 – 6 of 6) sorted by relevance
837 eth_uc_hash_table_set_t uc_hash_table_set; /**< Set Unicast Table Array. */ member
4176 RTE_FUNC_PTR_OR_ERR_RET(*dev->dev_ops->uc_hash_table_set, -ENOTSUP); in rte_eth_dev_uc_hash_table_set()4177 ret = (*dev->dev_ops->uc_hash_table_set)(dev, addr, on); in rte_eth_dev_uc_hash_table_set()
932 * ``uc_hash_table_set``
226 .uc_hash_table_set = axgbe_dev_uc_hash_table_set,
4051 .uc_hash_table_set = txgbe_uc_hash_table_set,
532 .uc_hash_table_set = ixgbe_uc_hash_table_set,