Searched refs:slave_mac (Results 1 – 1 of 1) sorted by relevance
| /dpdk/app/test/ |
| H A D | test_link_bonding.c | 62 uint8_t slave_mac[] = {0x00, 0xFF, 0x00, 0xFF, 0x00, 0x00 }; variable 102 .default_slave_mac = (struct rte_ether_addr *)slave_mac, 217 struct rte_ether_addr *mac_addr = (struct rte_ether_addr *)slave_mac; in test_setup() 401 mac_addr = (struct rte_ether_addr *)slave_mac; in test_remove_slave_from_bonded_device() 774 expected_mac_addr = (struct rte_ether_addr *)&slave_mac; in test_set_primary_slave() 916 memcpy(&slave_mac_addr, slave_mac, sizeof(struct rte_ether_addr)); in test_set_bonded_port_initialization_mac_assignment() 917 memcpy(&bonded_mac_addr, slave_mac, sizeof(struct rte_ether_addr)); in test_set_bonded_port_initialization_mac_assignment()
|