Home
last modified time | relevance | path

Searched refs:EmbeddedNICMacAddress (Results 1 – 1 of 1) sorted by relevance

/openbmc/ipmitool/lib/
H A Dipmi_delloem.c1547 EmbeddedNICMacAddressType EmbeddedNICMacAddress; variable
1557 EmbeddedNICMacAddress.LOMMacAddress[i].BladSlotNumber = 0; in InitEmbeddedNICMacAddressValues()
1558 EmbeddedNICMacAddress.LOMMacAddress[i].MacType = LOM_MACTYPE_RESERVED; in InitEmbeddedNICMacAddressValues()
1559 EmbeddedNICMacAddress.LOMMacAddress[i].EthernetStatus = in InitEmbeddedNICMacAddressValues()
1561 EmbeddedNICMacAddress.LOMMacAddress[i].NICNumber = 0; in InitEmbeddedNICMacAddressValues()
1562 EmbeddedNICMacAddress.LOMMacAddress[i].Reserved = 0; in InitEmbeddedNICMacAddressValues()
1564 EmbeddedNICMacAddress.LOMMacAddress[i].MacAddressByte[j] = 0; in InitEmbeddedNICMacAddressValues()
1883 memcpy(&(EmbeddedNICMacAddress.LOMMacAddress[i]), in ipmi_macinfo_11g()
1885 if (LOM_MACTYPE_ETHERNET == EmbeddedNICMacAddress.LOMMacAddress[i].MacType) { in ipmi_macinfo_11g()
1887 || (NicNum == EmbeddedNICMacAddress.LOMMacAddress[i].NICNumber)) { in ipmi_macinfo_11g()
[all …]