Lines Matching refs:perm_addr
1211 rte_ether_addr_copy((struct rte_ether_addr *)hw->mac.perm_addr, in eth_ixgbe_dev_init()
1539 struct rte_ether_addr *perm_addr = in eth_ixgbevf_dev_init() local
1540 (struct rte_ether_addr *)hw->mac.perm_addr; in eth_ixgbevf_dev_init()
1643 if (rte_is_zero_ether_addr(perm_addr)) { in eth_ixgbevf_dev_init()
1644 generate_random_mac_addr(perm_addr); in eth_ixgbevf_dev_init()
1645 diag = ixgbe_set_rar_vf(hw, 1, perm_addr->addr_bytes, 0, 1); in eth_ixgbevf_dev_init()
1654 perm_addr->addr_bytes[0], in eth_ixgbevf_dev_init()
1655 perm_addr->addr_bytes[1], in eth_ixgbevf_dev_init()
1656 perm_addr->addr_bytes[2], in eth_ixgbevf_dev_init()
1657 perm_addr->addr_bytes[3], in eth_ixgbevf_dev_init()
1658 perm_addr->addr_bytes[4], in eth_ixgbevf_dev_init()
1659 perm_addr->addr_bytes[5]); in eth_ixgbevf_dev_init()
1663 rte_ether_addr_copy(perm_addr, ð_dev->data->mac_addrs[0]); in eth_ixgbevf_dev_init()
6274 if (memcmp(hw->mac.perm_addr, mac_addr, in ixgbevf_add_mac_addr()
6295 struct rte_ether_addr *perm_addr = in ixgbevf_remove_mac_addr() local
6296 (struct rte_ether_addr *)hw->mac.perm_addr; in ixgbevf_remove_mac_addr()
6322 if (memcmp(perm_addr, mac_addr, in ixgbevf_remove_mac_addr()