Lines Matching refs:EmbeddedNICMacAddress
1547 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()
1888 printf("\n%d",EmbeddedNICMacAddress.LOMMacAddress[i].NICNumber); in ipmi_macinfo_11g()
1892 EmbeddedNICMacAddress.LOMMacAddress[i].MacAddressByte[j]); in ipmi_macinfo_11g()
1895 EmbeddedNICMacAddress.LOMMacAddress[i].MacAddressByte[j]); in ipmi_macinfo_11g()
1898 == EmbeddedNICMacAddress.LOMMacAddress[i].EthernetStatus) { in ipmi_macinfo_11g()