Searched refs:zpci_attr (Results 1 – 1 of 1) sorted by relevance
/linux/arch/s390/pci/ |
H A D | pci_sysfs.c | 20 #define zpci_attr(name, fmt, member) \ macro 30 zpci_attr(function_id, "0x%08x\n", fid); 31 zpci_attr(function_handle, "0x%08x\n", fh); 32 zpci_attr(pchid, "0x%04x\n", pchid); 33 zpci_attr(pfgid, "0x%02x\n", pfgid); 34 zpci_attr(vfn, "0x%04x\n", vfn); 35 zpci_attr(pft, "0x%02x\n", pft); 36 zpci_attr(port, "%d\n", port); 37 zpci_attr(uid, "0x%x\n", uid); 38 zpci_attr(segment0, "0x%02x\n", pfip[0]); [all …]
|