/drivers/pci/hotplug/ |
D | pciehp_ctrl.c | 68 ctrl_info(ctrl, "Button pressed on Slot(%s)\n", slot_name(p_slot)); in pciehp_handle_attention_button() 90 ctrl_info(ctrl, "Latch open on Slot(%s)\n", slot_name(p_slot)); in pciehp_handle_switch_change() 96 ctrl_info(ctrl, "Latch close on Slot(%s)\n", slot_name(p_slot)); in pciehp_handle_switch_change() 122 ctrl_info(ctrl, "Card present on Slot(%s)\n", slot_name(p_slot)); in pciehp_handle_presence_change() 128 ctrl_info(ctrl, "Card not present on Slot(%s)\n", in pciehp_handle_presence_change() 147 ctrl_info(ctrl, "Power fault bit %x set\n", 0); in pciehp_handle_power_fault() 162 ctrl_info(ctrl, "slot(%s): Link Up event\n", in pciehp_handle_linkstate_change() 166 ctrl_info(ctrl, "slot(%s): Link Down event\n", in pciehp_handle_linkstate_change() 379 ctrl_info(ctrl, "PCI slot #%s - powering off due to button press\n", in handle_button_press_event() 383 ctrl_info(ctrl, "PCI slot #%s - powering on due to button press\n", in handle_button_press_event() [all …]
|
D | shpchp_ctrl.c | 73 ctrl_info(ctrl, "Button pressed on Slot(%s)\n", slot_name(p_slot)); in shpchp_handle_attention_button() 101 ctrl_info(ctrl, "Latch open on Slot(%s)\n", slot_name(p_slot)); in shpchp_handle_switch_change() 111 ctrl_info(ctrl, "Latch close on Slot(%s)\n", slot_name(p_slot)); in shpchp_handle_switch_change() 138 ctrl_info(ctrl, "Card present on Slot(%s)\n", in shpchp_handle_presence_change() 145 ctrl_info(ctrl, "Card not present on Slot(%s)\n", in shpchp_handle_presence_change() 169 ctrl_info(ctrl, "Power fault cleared on Slot(%s)\n", in shpchp_handle_power_fault() 177 ctrl_info(ctrl, "Power fault on Slot(%s)\n", slot_name(p_slot)); in shpchp_handle_power_fault() 181 ctrl_info(ctrl, "Power fault bit %x set\n", hp_slot); in shpchp_handle_power_fault() 495 ctrl_info(ctrl, "PCI slot #%s - powering off due to button press\n", in handle_button_press_event() 499 ctrl_info(ctrl, "PCI slot #%s - powering on due to button press\n", in handle_button_press_event() [all …]
|
D | pciehp_hpc.c | 174 ctrl_info(ctrl, "Timeout on hotplug command %#06x (issued %u msec ago)\n", in pcie_wait_cmd() 758 ctrl_info(ctrl, "Hotplug Controller:\n"); in dbg_ctrl() 759 ctrl_info(ctrl, " Seg/Bus/Dev/Func/IRQ : %s IRQ %d\n", in dbg_ctrl() 761 ctrl_info(ctrl, " Vendor ID : 0x%04x\n", pdev->vendor); in dbg_ctrl() 762 ctrl_info(ctrl, " Device ID : 0x%04x\n", pdev->device); in dbg_ctrl() 763 ctrl_info(ctrl, " Subsystem ID : 0x%04x\n", in dbg_ctrl() 765 ctrl_info(ctrl, " Subsystem Vendor ID : 0x%04x\n", in dbg_ctrl() 767 ctrl_info(ctrl, " PCIe Cap offset : 0x%02x\n", in dbg_ctrl() 772 ctrl_info(ctrl, " PCI resource [%d] : %pR\n", in dbg_ctrl() 775 ctrl_info(ctrl, "Slot Capabilities : 0x%08x\n", ctrl->slot_cap); in dbg_ctrl() [all …]
|
D | shpchp_hpc.c | 304 ctrl_info(ctrl, "Command was interrupted by a signal\n"); in shpc_wait_cmd() 989 ctrl_info(ctrl, "HPC vendor_id %x device_id %x ss_vid %x ss_did %x\n", in shpc_init() 1063 ctrl_info(ctrl, "Can't get msi for the hotplug controller\n"); in shpc_init() 1064 ctrl_info(ctrl, "Use INTx for the hotplug controller\n"); in shpc_init()
|
D | pciehp.h | 67 #define ctrl_info(ctrl, format, arg...) \ macro
|
D | shpchp.h | 70 #define ctrl_info(ctrl, format, arg...) \ macro
|
/drivers/scsi/megaraid/ |
D | megaraid_sas_base.c | 4037 struct megasas_ctrl_info *ctrl_info) in megasas_get_ctrl_info() argument 4085 memcpy(ctrl_info, ci, sizeof(struct megasas_ctrl_info)); in megasas_get_ctrl_info() 4287 if (megasas_get_ctrl_info(instance, instance->ctrl_info)) { in megasas_init_adapter_mfi() 4332 struct megasas_ctrl_info *ctrl_info = NULL; in megasas_init_fw() local 4463 instance->ctrl_info = kzalloc(sizeof(struct megasas_ctrl_info), in megasas_init_fw() 4465 if (instance->ctrl_info == NULL) in megasas_init_fw() 4506 ctrl_info = instance->ctrl_info; in megasas_init_fw() 4508 max_sectors_1 = (1 << ctrl_info->stripe_sz_ops.min) * in megasas_init_fw() 4509 le16_to_cpu(ctrl_info->max_strips_per_io); in megasas_init_fw() 4510 max_sectors_2 = le32_to_cpu(ctrl_info->max_request_size); in megasas_init_fw() [all …]
|
D | megaraid_sas.h | 1716 struct megasas_ctrl_info *ctrl_info; member 1935 struct megasas_ctrl_info *ctrl_info);
|
D | megaraid_sas_fusion.c | 1068 if (megasas_get_ctrl_info(instance, instance->ctrl_info)) { in megasas_init_adapter_fusion() 1076 instance->ctrl_info->adapterOperations3.supportMaxExtLDs; in megasas_init_adapter_fusion() 1078 if (instance->ctrl_info->max_lds > 64) in megasas_init_adapter_fusion()
|