Lines Matching refs:pxe
41 snprintf(buffer,sizeof(buffer),"0x%x",hardware->pxe.vendor_id); in dump_pxe()
43 snprintf(buffer,sizeof(buffer),"0x%x",hardware->pxe.product_id); in dump_pxe()
45 snprintf(buffer,sizeof(buffer),"0x%x",hardware->pxe.subvendor_id); in dump_pxe()
47 snprintf(buffer,sizeof(buffer),"0x%x",hardware->pxe.subproduct_id); in dump_pxe()
50 if (hardware->pci_ids_return_code == -ENOPCIIDS || (hardware->pxe.pci_device == NULL)) { in dump_pxe()
54 add_s("Manufacturer_name", hardware->pxe.pci_device->dev_info->vendor_name); in dump_pxe()
55 add_s("Product_name", hardware->pxe.pci_device->dev_info->product_name); in dump_pxe()
58 add_hi(pxe.rev); in dump_pxe()
59 add_hi(pxe.pci_bus); in dump_pxe()
60 add_hi(pxe.pci_dev); in dump_pxe()
61 add_hi(pxe.pci_func); in dump_pxe()
62 add_hi(pxe.base_class); in dump_pxe()
63 add_hi(pxe.sub_class); in dump_pxe()
64 add_hi(pxe.prog_intf); in dump_pxe()
65 add_hi(pxe.nictype); in dump_pxe()
66 add_hs(pxe.mac_addr); in dump_pxe()
68 in.s_addr = hardware->pxe.dhcpdata.cip; in dump_pxe()
70 in.s_addr = hardware->pxe.dhcpdata.sip; in dump_pxe()
72 in.s_addr = hardware->pxe.dhcpdata.gip; in dump_pxe()
74 memcpy(&in, hardware->pxe.ip_addr, sizeof in); in dump_pxe()