Home
last modified time | relevance | path

Searched refs:ctrl_info (Results 1 – 11 of 11) sorted by relevance

/linux-3.4.99/drivers/pci/hotplug/
Dpciehp_ctrl.c68 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 …]
Dshpchp_ctrl.c73 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 …]
Dpciehp_hpc.c915 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 …]
Dshpchp_hpc.c304 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()
Dpciehp.h68 #define ctrl_info(ctrl, format, arg...) \ macro
Dshpchp.h70 #define ctrl_info(ctrl, format, arg...) \ macro
/linux-3.4.99/net/atm/
Dmpoa_caches.c42 if (entry->ctrl_info.in_dst_ip == dst_ip) { in in_cache_get()
63 if ((entry->ctrl_info.in_dst_ip & mask) == (dst_ip & mask)) { in in_cache_get_with_mask()
118 entry->ctrl_info.in_dst_ip = dst_ip; in in_cache_add_entry()
123 entry->ctrl_info.holding_time = HOLDING_TIME_DEFAULT; in in_cache_add_entry()
144 msg.content.in_info = entry->ctrl_info; in cache_hit()
146 qos = atm_mpoa_search_qos(entry->ctrl_info.in_dst_ip); in cache_hit()
164 mpc->dev->name, &entry->ctrl_info.in_dst_ip); in cache_hit()
168 msg.content.in_info = entry->ctrl_info; in cache_hit()
169 qos = atm_mpoa_search_qos(entry->ctrl_info.in_dst_ip); in cache_hit()
198 &entry->ctrl_info.in_dst_ip); in in_cache_remove_entry()
[all …]
Dmpoa_proc.c153 sprintf(ip_string, "%pI4", &in_entry->ctrl_info.in_dst_ip); in mpc_show()
157 in_entry->ctrl_info.holding_time - in mpc_show()
170 unsigned char *p = eg_entry->ctrl_info.in_MPC_data_ATM_addr; in mpc_show()
174 (unsigned long)ntohl(eg_entry->ctrl_info.cache_id), in mpc_show()
176 (eg_entry->ctrl_info.holding_time - in mpc_show()
Dmpoa_caches.h27 struct in_ctrl_info ctrl_info; member
60 struct eg_ctrl_info ctrl_info; member
Dmpc.c541 if (entry->ctrl_info.tag != 0) { in send_via_shortcut()
543 mpc->dev->name, entry->ctrl_info.tag); in send_via_shortcut()
544 tagged_llc_snap_hdr.tag = entry->ctrl_info.tag; in send_via_shortcut()
639 mpc->dev->name, &in_entry->ctrl_info.in_dst_ip); in atm_mpoa_vcc_attach()
671 mpc->dev->name, &in_entry->ctrl_info.in_dst_ip); in mpc_vcc_close()
762 new_skb = skb_realloc_headroom(skb, eg->ctrl_info.DH_length); in mpc_push()
769 skb_push(new_skb, eg->ctrl_info.DH_length); /* add MAC header */ in mpc_push()
770 skb_copy_to_linear_data(new_skb, eg->ctrl_info.DLL_header, in mpc_push()
771 eg->ctrl_info.DH_length); in mpc_push()
1094 msg->content.in_info = entry->ctrl_info; in MPOA_trigger_rcvd()
[all …]
/linux-3.4.99/drivers/scsi/megaraid/
Dmegaraid_sas_base.c3231 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()
3450 struct megasas_ctrl_info *ctrl_info; in megasas_init_fw() local
3561 ctrl_info = kmalloc(sizeof(struct megasas_ctrl_info), GFP_KERNEL); in megasas_init_fw()
3573 if (ctrl_info && !megasas_get_ctrl_info(instance, ctrl_info)) { in megasas_init_fw()
3575 max_sectors_1 = (1 << ctrl_info->stripe_sz_ops.min) * in megasas_init_fw()
3576 ctrl_info->max_strips_per_io; in megasas_init_fw()
3577 max_sectors_2 = ctrl_info->max_request_size; in megasas_init_fw()
3581 ctrl_info->properties.OnOffProperties.disableOnlineCtrlReset; in megasas_init_fw()
3589 kfree(ctrl_info); in megasas_init_fw()