Home | History | Annotate | Download | only in FdtUpdateLibD02

Lines Matching defs:port

69 GetMacAddress (UINT32 Port)

82 Status = OemNic->GetMac(&Mac, Port);
95 DEBUG((EFI_D_ERROR, "Port%d:0x%x 0x%x 0x%x 0x%x 0x%x 0x%x\n",
96 Port,gMacAddress[0].data0,gMacAddress[0].data1,gMacAddress[0].data2,
106 UINT8 port;
122 for( port=0; port<8; port++ )
124 (VOID) GetMacAddress(port);
125 ethernetnode=fdt_subnode_offset(Fdt, node,EthName[port]);
128 DEBUG ((EFI_D_ERROR, "can not find ethernet@ %d node\n",port));