Searched refs:inv_mac (Results 1 – 2 of 2) sorted by relevance
/openbmc/skeleton/pyinventorymgr/ |
H A D | sync_inventory_items.py | 134 def sync_mac(obj, inv_mac, sys_mac): argument 145 intf.Set(MAC_INTF_NAME, "MACAddress", inv_mac) 171 inv_mac = get_bmc_mac_address(bus, prop_name) variable 172 if not inv_mac: 179 if inv_mac != sys_mac: 180 print("Inventory MAC=%s,System MAC=%s" % (inv_mac, sys_mac)) 181 sync_mac(net_obj, inv_mac, sys_mac)
|
/openbmc/linux/drivers/atm/ |
H A D | midway.h | 163 unsigned char mac[MAC_LEN],inv_mac[MAC_LEN]; member
|