Lines Matching refs:perm_addr
919 struct rte_ether_addr *perm_addr = in eth_igbvf_dev_init() local
920 (struct rte_ether_addr *)hw->mac.perm_addr; in eth_igbvf_dev_init()
978 if (rte_is_zero_ether_addr(perm_addr)) { in eth_igbvf_dev_init()
979 rte_eth_random_addr(perm_addr->addr_bytes); in eth_igbvf_dev_init()
983 perm_addr->addr_bytes[0], in eth_igbvf_dev_init()
984 perm_addr->addr_bytes[1], in eth_igbvf_dev_init()
985 perm_addr->addr_bytes[2], in eth_igbvf_dev_init()
986 perm_addr->addr_bytes[3], in eth_igbvf_dev_init()
987 perm_addr->addr_bytes[4], in eth_igbvf_dev_init()
988 perm_addr->addr_bytes[5]); in eth_igbvf_dev_init()
991 diag = e1000_rar_set(hw, perm_addr->addr_bytes, 0); in eth_igbvf_dev_init()
998 rte_ether_addr_copy((struct rte_ether_addr *)hw->mac.perm_addr, in eth_igbvf_dev_init()