Searched refs:hash_mac_addrs (Results 1 – 5 of 5) sorted by relevance
160 struct rte_ether_addr *hash_mac_addrs; member
581 rte_free(eth_dev->data->hash_mac_addrs); in rte_eth_dev_release_port()4127 if (!dev->data->hash_mac_addrs) in eth_dev_get_hash_mac_addr_index()4131 if (memcmp(addr, &dev->data->hash_mac_addrs[i], in eth_dev_get_hash_mac_addr_index()4182 &dev->data->hash_mac_addrs[index]); in rte_eth_dev_uc_hash_table_set()4185 &dev->data->hash_mac_addrs[index]); in rte_eth_dev_uc_hash_table_set()
626 eth_dev->data->hash_mac_addrs = rte_zmalloc("txgbe", in eth_txgbe_dev_init()628 if (eth_dev->data->hash_mac_addrs == NULL) { in eth_txgbe_dev_init()646 rte_free(eth_dev->data->hash_mac_addrs); in eth_txgbe_dev_init()647 eth_dev->data->hash_mac_addrs = NULL; in eth_txgbe_dev_init()1774 rte_free(dev->data->hash_mac_addrs); in txgbe_dev_close()1775 dev->data->hash_mac_addrs = NULL; in txgbe_dev_close()
2046 eth_dev->data->hash_mac_addrs = rte_zmalloc("axgbe_hash_mac_addr", in eth_axgbe_dev_init()2049 if (eth_dev->data->hash_mac_addrs == NULL) { in eth_axgbe_dev_init()
1215 eth_dev->data->hash_mac_addrs = rte_zmalloc( in eth_ixgbe_dev_init()1217 if (eth_dev->data->hash_mac_addrs == NULL) { in eth_ixgbe_dev_init()1235 rte_free(eth_dev->data->hash_mac_addrs); in eth_ixgbe_dev_init()1236 eth_dev->data->hash_mac_addrs = NULL; in eth_ixgbe_dev_init()