Searched refs:ctrl_info (Results 1 – 7 of 7) sorted by relevance
/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() 365 ctrl_info(ctrl, in handle_button_press_event() 370 ctrl_info(ctrl, in handle_button_press_event() 389 ctrl_info(ctrl, "Button cancel on Slot(%s)\n", slot_name(p_slot)); in handle_button_press_event() 400 ctrl_info(ctrl, "PCI slot #%s - action canceled " 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() 496 ctrl_info(ctrl, "PCI slot #%s - powering off due to " in handle_button_press_event() 500 ctrl_info(ctrl, "PCI slot #%s - powering on due to " in handle_button_press_event() [all …]
|
D | pciehp_hpc.c | 915 ctrl_info(ctrl, "Hotplug Controller:\n"); in dbg_ctrl() 916 ctrl_info(ctrl, " Seg/Bus/Dev/Func/IRQ : %s IRQ %d\n", in dbg_ctrl() 918 ctrl_info(ctrl, " Vendor ID : 0x%04x\n", pdev->vendor); in dbg_ctrl() 919 ctrl_info(ctrl, " Device ID : 0x%04x\n", pdev->device); in dbg_ctrl() 920 ctrl_info(ctrl, " Subsystem ID : 0x%04x\n", in dbg_ctrl() 922 ctrl_info(ctrl, " Subsystem Vendor ID : 0x%04x\n", in dbg_ctrl() 924 ctrl_info(ctrl, " PCIe Cap offset : 0x%02x\n", in dbg_ctrl() 929 ctrl_info(ctrl, " PCI resource [%d] : %pR\n", in dbg_ctrl() 932 ctrl_info(ctrl, "Slot Capabilities : 0x%08x\n", ctrl->slot_cap); in dbg_ctrl() 933 ctrl_info(ctrl, " Physical Slot Number : %d\n", PSN(ctrl)); 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, in shpc_init() 1065 ctrl_info(ctrl, in shpc_init()
|
D | pciehp.h | 68 #define ctrl_info(ctrl, format, arg...) \ macro
|
D | shpchp.h | 71 #define ctrl_info(ctrl, format, arg...) \ macro
|
/drivers/scsi/megaraid/ |
D | megaraid_sas_base.c | 3231 struct megasas_ctrl_info *ctrl_info) in megasas_get_ctrl_info() argument 3273 memcpy(ctrl_info, ci, sizeof(struct megasas_ctrl_info)); in megasas_get_ctrl_info() 3449 struct megasas_ctrl_info *ctrl_info; in megasas_init_fw() local 3560 ctrl_info = kmalloc(sizeof(struct megasas_ctrl_info), GFP_KERNEL); in megasas_init_fw() 3572 if (ctrl_info && !megasas_get_ctrl_info(instance, ctrl_info)) { in megasas_init_fw() 3574 max_sectors_1 = (1 << ctrl_info->stripe_sz_ops.min) * in megasas_init_fw() 3575 ctrl_info->max_strips_per_io; in megasas_init_fw() 3576 max_sectors_2 = ctrl_info->max_request_size; in megasas_init_fw() 3580 ctrl_info->properties.OnOffProperties.disableOnlineCtrlReset; in megasas_init_fw() 3588 kfree(ctrl_info); in megasas_init_fw()
|