Home
last modified time | relevance | path

Searched refs:ctrl_err (Results 1 – 10 of 10) sorted by relevance

/linux/drivers/pci/hotplug/
H A Dshpchp_ctrl.c91 ctrl_err(ctrl, "Surprise Removal of card\n"); in shpchp_handle_switch_change()
186 ctrl_err(ctrl, "%s: Issue of set bus speed mode command failed\n", in change_bus_speed()
205 ctrl_err(ctrl, "Speed of bus %x and adapter %x mismatch\n", in fix_bus_speed()
246 ctrl_err(ctrl, "Failed to power on slot\n"); in board_added()
253 ctrl_err(ctrl, "%s: Issue of set bus speed mode command failed\n", in board_added()
261 ctrl_err(ctrl, "Issue of Slot Enable command failed\n"); in board_added()
268 ctrl_err(ctrl, "Can't get adapter speed or bus mode mismatch\n"); in board_added()
290 ctrl_err(ctrl, "Issue of Slot Enable command failed\n"); in board_added()
307 ctrl_err(ctrl, "Cannot add device at %04x:%02x:%02x\n", in board_added()
324 ctrl_err(ctrl, "%s: Issue of Slot Disable command failed\n", in board_added()
[all …]
H A Dshpchp_hpc.c278 ctrl_err(ctrl, "Command not completed in 1000 msec\n"); in shpc_wait_cmd()
298 ctrl_err(ctrl, "Controller is still busy after 1 sec\n"); in shpc_write_cmd()
321 ctrl_err(ctrl, "Failed to issued command 0x%x (error code = %d)\n", in shpc_write_cmd()
341 ctrl_err(ctrl, "Switch opened!\n"); in shpchp_check_cmd_status()
345 ctrl_err(ctrl, "Invalid HPC command!\n"); in shpchp_check_cmd_status()
349 ctrl_err(ctrl, "Invalid bus speed/mode!\n"); in shpchp_check_cmd_status()
583 ctrl_err(slot->ctrl, "%s: Write command failed!\n", __func__); in shpchp_power_on_slot()
596 ctrl_err(slot->ctrl, "%s: Write command failed!\n", __func__); in shpchp_slot_enable()
609 ctrl_err(slot->ctrl, "%s: Write command failed!\n", __func__); in shpchp_slot_disable()
742 ctrl_err(ctrl, "%s: Write command failed!\n", __func__); in shpchp_set_bus_speed_mode()
[all …]
H A Dpciehp_ctrl.c81 ctrl_err(ctrl, "Slot(%s): Power fault\n", slot_name(ctrl)); in board_added()
89 ctrl_err(ctrl, "Cannot add device at %04x:%02x:00\n", in board_added()
204 ctrl_err(ctrl, "Slot(%s): Button press: ignoring invalid state %#x\n", in pciehp_handle_button_press()
399 ctrl_err(ctrl, "Slot(%s): Invalid state %#x\n", in pciehp_sysfs_enable_slot()
433 ctrl_err(ctrl, "Slot(%s): Invalid state %#x\n", in pciehp_sysfs_disable_slot()
H A Dshpchp_pci.c35 ctrl_err(ctrl, "Device %s already exists at %04x:%02x:%02x, cannot hot-add\n", in shpchp_configure_device()
45 ctrl_err(ctrl, "No new device found\n"); in shpchp_configure_device()
H A Dpciehp_core.c84 ctrl_err(ctrl, "pci_hp_initialize failed: error %d\n", retval); in init_slot()
213 ctrl_err(ctrl, "Slot initialization failed (%d)\n", rc); in pciehp_probe()
220 ctrl_err(ctrl, "Notification initialization failed (%d)\n", rc); in pciehp_probe()
227 ctrl_err(ctrl, "Publication to user space failed (%d)\n", rc); in pciehp_probe()
H A Dshpchp_core.c106 ctrl_err(ctrl, "pci_hp_register failed with error %d\n", in init_slots()
281 ctrl_err(ctrl, "Slot initialization failed\n"); in shpc_probe()
H A Dpciehp_pci.c56 ctrl_err(ctrl, "No new device found\n"); in pciehp_configure_device()
H A Dshpchp.h54 #define ctrl_err(ctrl, format, arg...) \ macro
222 ctrl_err(ctrl, "Slot (device=0x%02x) not found\n", device); in shpchp_find_slot()
H A Dpciehp.h37 #define ctrl_err(ctrl, format, arg...) \ macro
H A Dpciehp_hpc.c73 ctrl_err(ctrl, "Cannot get irq %d for the hotplug controller\n", in pciehp_request_irq()
552 ctrl_err(ctrl, "%s: Can not enable the link!\n", __func__); in pciehp_power_on_slot()
727 ctrl_err(ctrl, "Slot(%s): Power fault\n", slot_name(ctrl)); in pciehp_ist()