Searched refs:ctrl_err (Results 1 – 10 of 10) sorted by relevance
/linux-4.4.14/drivers/pci/hotplug/ |
D | shpchp_ctrl.c | 105 ctrl_err(ctrl, "Surprise Removal of card\n"); in shpchp_handle_switch_change() 200 ctrl_err(ctrl, "%s: Issue of set bus speed mode command failed\n", in change_bus_speed() 219 ctrl_err(ctrl, "Speed of bus %x and adapter %x mismatch\n", in fix_bus_speed() 260 ctrl_err(ctrl, "Failed to power on slot\n"); in board_added() 267 ctrl_err(ctrl, "%s: Issue of set bus speed mode command failed\n", in board_added() 275 ctrl_err(ctrl, "Issue of Slot Enable command failed\n"); in board_added() 282 ctrl_err(ctrl, "Can't get adapter speed or bus mode mismatch\n"); in board_added() 304 ctrl_err(ctrl, "Issue of Slot Enable command failed\n"); in board_added() 322 ctrl_err(ctrl, "Cannot add device at %04x:%02x:%02x\n", in board_added() 339 ctrl_err(ctrl, "%s: Issue of Slot Disable command failed\n", in board_added() [all …]
|
D | shpchp_hpc.c | 301 ctrl_err(ctrl, "Command not completed in 1000 msec\n"); in shpc_wait_cmd() 321 ctrl_err(ctrl, "Controller is still busy after 1 sec\n"); in shpc_write_cmd() 344 ctrl_err(ctrl, "Failed to issued command 0x%x (error code = %d)\n", in shpc_write_cmd() 364 ctrl_err(ctrl, "Switch opened!\n"); in hpc_check_cmd_status() 368 ctrl_err(ctrl, "Invalid HPC command!\n"); in hpc_check_cmd_status() 372 ctrl_err(ctrl, "Invalid bus speed/mode!\n"); in hpc_check_cmd_status() 623 ctrl_err(slot->ctrl, "%s: Write command failed!\n", __func__); in hpc_power_on_slot() 636 ctrl_err(slot->ctrl, "%s: Write command failed!\n", __func__); in hpc_slot_enable() 649 ctrl_err(slot->ctrl, "%s: Write command failed!\n", __func__); in hpc_slot_disable() 782 ctrl_err(ctrl, "%s: Write command failed!\n", __func__); in hpc_set_bus_speed_mode() [all …]
|
D | pciehp_ctrl.c | 46 ctrl_err(p_slot->ctrl, "dropped event %d (ENOMEM)\n", event_type); in pciehp_queue_interrupt_event() 103 ctrl_err(ctrl, "Failed to check link status\n"); in board_added() 109 ctrl_err(ctrl, "Power fault on slot %s\n", slot_name(p_slot)); in board_added() 116 ctrl_err(ctrl, "Cannot add device at %04x:%02x:00\n", in board_added() 215 ctrl_err(p_slot->ctrl, "no memory to queue %s request\n", in pciehp_queue_power_work() 356 ctrl_err(ctrl, "ignoring invalid state %#x on slot(%s)\n", in handle_link_event() 493 ctrl_err(ctrl, "invalid state %#x on slot %s\n", in pciehp_sysfs_enable_slot() 528 ctrl_err(ctrl, "invalid state %#x on slot %s\n", in pciehp_sysfs_disable_slot()
|
D | shpchp_pci.c | 49 ctrl_err(ctrl, "Device %s already exists at %04x:%02x:%02x, cannot hot-add\n", in shpchp_configure_device() 59 ctrl_err(ctrl, "No new device found\n"); in shpchp_configure_device() 101 ctrl_err(ctrl, in shpchp_unconfigure_device()
|
D | pciehp_pci.c | 49 ctrl_err(ctrl, "Device %s already exists at %04x:%02x:00, cannot hot-add\n", in pciehp_configure_device() 58 ctrl_err(ctrl, "No new device found\n"); in pciehp_configure_device() 104 ctrl_err(ctrl, in pciehp_unconfigure_device()
|
D | pciehp_core.c | 130 ctrl_err(ctrl, "pci_hp_register failed: error %d\n", retval); in init_slot() 242 ctrl_err(ctrl, "Slot initialization failed (%d)\n", rc); in pciehp_probe() 249 ctrl_err(ctrl, "Notification initialization failed (%d)\n", rc); in pciehp_probe()
|
D | pciehp_hpc.c | 94 ctrl_err(ctrl, "Cannot get irq %d for the hotplug controller\n", in pciehp_request_irq() 323 ctrl_err(ctrl, "link training error: status %#06x\n", in pciehp_check_link_status() 523 ctrl_err(ctrl, "%s: Can not enable the link!\n", __func__); in pciehp_power_on_slot() 616 ctrl_err(ctrl, "Power fault on slot %s\n", slot_name(slot)); in pcie_isr()
|
D | shpchp_core.c | 153 ctrl_err(ctrl, "pci_hp_register failed with error %d\n", in init_slots() 328 ctrl_err(ctrl, "Slot initialization failed\n"); in shpc_probe()
|
D | shpchp.h | 68 #define ctrl_err(ctrl, format, arg...) \ macro 248 ctrl_err(ctrl, "Slot (device=0x%02x) not found\n", device); in shpchp_find_slot()
|
D | pciehp.h | 65 #define ctrl_err(ctrl, format, arg...) \ macro
|