Searched refs:zpci_dbg (Results 1 – 3 of 3) sorted by relevance
| /linux/arch/s390/pci/ |
| H A D | pci.c | 147 zpci_dbg(3, "reg ioat fid:%x, cc:%d, status:%d\n", zdev->fid, cc, *status); in zpci_register_ioat() 163 zpci_dbg(3, "unreg ioat fid:%x, cc:%d, status:%d\n", zdev->fid, cc, status); in zpci_unregister_ioat() 777 zpci_dbg(3, "rst fid:%x, fh:%x\n", zdev->fid, zdev->fh); in zpci_hot_reset_device() 835 zpci_dbg(0, "crt fid:%x, rc:%d\n", fid, rc); in zpci_create_device() 856 zpci_dbg(1, "add fid:%x, fh:%x, c:%d\n", zdev->fid, zdev->fh, zdev->state); in zpci_add_device() 875 zpci_dbg(0, "add fid:%x, rc:%d\n", zdev->fid, rc); in zpci_add_device() 933 zpci_dbg(3, "deconf fid:%x, rc:%d\n", zdev->fid, rc); in zpci_deconfigure_device() 954 zpci_dbg(3, "rsv fid:%x\n", zdev->fid); in zpci_device_reserved() 985 zpci_dbg(3, "rem fid:%x\n", zdev->fid); in zpci_release_device() 1017 zpci_dbg(3, "ces fid:%x, cc:%d, status:%x\n", zdev->fid, cc, status); in zpci_clear_error_state() [all …]
|
| H A D | pci_event.c | 299 zpci_dbg(3, "err fid:%x, fh:%x, pec:%x\n", in __zpci_event_error() 311 zpci_dbg(3, "err fid:%x, fh:%x (stale %x)\n", in __zpci_event_error() 382 zpci_dbg(1, "rea fid:%x, fh:%x\n", zdev->fid, zdev->fh); in zpci_event_reappear() 391 zpci_dbg(3, "avl fid:%x, fh:%x, pec:%x\n", in __zpci_event_availability()
|
| /linux/arch/s390/include/asm/ |
| H A D | pci_debug.h | 10 #define zpci_dbg(imp, fmt, args...) \ macro
|