Searched refs:slave_mac (Results 1 – 1 of 1) sorted by relevance
| /f-stack/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, 214 struct rte_ether_addr *mac_addr = (struct rte_ether_addr *)slave_mac; in test_setup() 398 mac_addr = (struct rte_ether_addr *)slave_mac; in test_remove_slave_from_bonded_device() 771 expected_mac_addr = (struct rte_ether_addr *)&slave_mac; in test_set_primary_slave() 913 memcpy(&slave_mac_addr, slave_mac, sizeof(struct rte_ether_addr)); in test_set_bonded_port_initialization_mac_assignment() 914 memcpy(&bonded_mac_addr, slave_mac, sizeof(struct rte_ether_addr)); in test_set_bonded_port_initialization_mac_assignment()
|