Home
last modified time | relevance | path

Searched refs:null_mac_addr (Results 1 – 3 of 3) sorted by relevance

/f-stack/dpdk/lib/librte_ethdev/
H A Drte_ethdev.c3999 static const struct rte_ether_addr null_mac_addr; variable
4026 index = eth_dev_get_mac_addr_index(port_id, &null_mac_addr); in rte_eth_dev_mac_addr_add()
4077 rte_ether_addr_copy(&null_mac_addr, &dev->data->mac_addrs[index]); in rte_eth_dev_mac_addr_remove()
4168 index = eth_dev_get_hash_mac_addr_index(port_id, &null_mac_addr); in rte_eth_dev_uc_hash_table_set()
4184 rte_ether_addr_copy(&null_mac_addr, in rte_eth_dev_uc_hash_table_set()
/f-stack/dpdk/drivers/net/bonding/
H A Drte_eth_bond_pmd.c1446 static const struct rte_ether_addr null_mac_addr; variable
1460 if (rte_is_same_ether_addr(mac_addr, &null_mac_addr)) in slave_add_mac_addresses()
1489 if (rte_is_same_ether_addr(mac_addr, &null_mac_addr)) in slave_remove_mac_addresses()
/f-stack/dpdk/drivers/net/i40e/
H A Drte_pmd_i40e.c574 static const struct rte_ether_addr null_mac_addr; variable
610 rte_ether_addr_copy(&null_mac_addr, &vf->mac_addr); in rte_pmd_i40e_remove_vf_mac_addr()