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