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

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/pci/hotplug/
H A Dpciehp_ctrl.c69 ctrl_info(ctrl, "Button pressed on Slot(%s)\n", slot_name(p_slot));
91 ctrl_info(ctrl, "Latch open on Slot(%s)\n", slot_name(p_slot));
97 ctrl_info(ctrl, "Latch close on Slot(%s)\n", slot_name(p_slot));
123 ctrl_info(ctrl, "Card present on Slot(%s)\n", slot_name(p_slot));
129 ctrl_info(ctrl, "Card not present on Slot(%s)\n",
148 ctrl_info(ctrl, "Power fault bit %x set\n", 0);
366 ctrl_info(ctrl,
371 ctrl_info(ctrl,
390 ctrl_info(ctrl, "Button cancel on Slot(%s)\n", slot_name(p_slot));
401 ctrl_info(ctr
[all...]
H A Dshpchp_ctrl.c74 ctrl_info(ctrl, "Button pressed on Slot(%s)\n", slot_name(p_slot));
102 ctrl_info(ctrl, "Latch open on Slot(%s)\n", slot_name(p_slot));
112 ctrl_info(ctrl, "Latch close on Slot(%s)\n", slot_name(p_slot));
139 ctrl_info(ctrl, "Card present on Slot(%s)\n",
146 ctrl_info(ctrl, "Card not present on Slot(%s)\n",
170 ctrl_info(ctrl, "Power fault cleared on Slot(%s)\n",
178 ctrl_info(ctrl, "Power fault on Slot(%s)\n", slot_name(p_slot));
182 ctrl_info(ctrl, "Power fault bit %x set\n", hp_slot);
497 ctrl_info(ctrl, "PCI slot #%s - powering off due to "
501 ctrl_info(ctr
[all...]
H A Dpciehp_hpc.c822 ctrl_info(ctrl, "Hotplug Controller:\n");
823 ctrl_info(ctrl, " Seg/Bus/Dev/Func/IRQ : %s IRQ %d\n",
825 ctrl_info(ctrl, " Vendor ID : 0x%04x\n", pdev->vendor);
826 ctrl_info(ctrl, " Device ID : 0x%04x\n", pdev->device);
827 ctrl_info(ctrl, " Subsystem ID : 0x%04x\n",
829 ctrl_info(ctrl, " Subsystem Vendor ID : 0x%04x\n",
831 ctrl_info(ctrl, " PCIe Cap offset : 0x%02x\n",
836 ctrl_info(ctrl, " PCI resource [%d] : %pR\n",
839 ctrl_info(ctrl, "Slot Capabilities : 0x%08x\n", ctrl->slot_cap);
840 ctrl_info(ctr
[all...]
H A Dpciehp.h68 #define ctrl_info(ctrl, format, arg...) \ macro
H A Dshpchp_hpc.c306 ctrl_info(ctrl, "Command was interrupted by a signal\n");
998 ctrl_info(ctrl, "HPC vendor_id %x device_id %x ss_vid %x ss_did %x\n",
1072 ctrl_info(ctrl,
1074 ctrl_info(ctrl,
H A Dshpchp.h70 #define ctrl_info(ctrl, format, arg...) \ macro
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/net/atm/
H A Dmpoa_caches.c32 if (entry->ctrl_info.in_dst_ip == dst_ip) {
53 if ((entry->ctrl_info.in_dst_ip & mask) == (dst_ip & mask)) {
108 entry->ctrl_info.in_dst_ip = dst_ip;
113 entry->ctrl_info.holding_time = HOLDING_TIME_DEFAULT;
134 msg.content.in_info = entry->ctrl_info;
136 qos = atm_mpoa_search_qos(entry->ctrl_info.in_dst_ip);
154 mpc->dev->name, &entry->ctrl_info.in_dst_ip);
158 msg.content.in_info = entry->ctrl_info;
159 qos = atm_mpoa_search_qos(entry->ctrl_info.in_dst_ip);
188 &entry->ctrl_info
[all...]
H A Dmpoa_proc.c138 sprintf(ip_string, "%pI4", &in_entry->ctrl_info.in_dst_ip);
142 in_entry->ctrl_info.holding_time -
155 unsigned char *p = eg_entry->ctrl_info.in_MPC_data_ATM_addr;
159 (unsigned long)ntohl(eg_entry->ctrl_info.cache_id),
161 (eg_entry->ctrl_info.holding_time -
H A Dmpoa_caches.h27 struct in_ctrl_info ctrl_info; member in struct:in_cache_entry
60 struct eg_ctrl_info ctrl_info; member in struct:eg_cache_entry
H A Dmpc.c530 if (entry->ctrl_info.tag != 0) {
532 mpc->dev->name, entry->ctrl_info.tag);
533 tagged_llc_snap_hdr.tag = entry->ctrl_info.tag;
628 mpc->dev->name, &in_entry->ctrl_info.in_dst_ip);
660 mpc->dev->name, &in_entry->ctrl_info.in_dst_ip);
751 new_skb = skb_realloc_headroom(skb, eg->ctrl_info.DH_length);
758 skb_push(new_skb, eg->ctrl_info.DH_length); /* add MAC header */
759 skb_copy_to_linear_data(new_skb, eg->ctrl_info.DLL_header,
760 eg->ctrl_info.DH_length);
1083 msg->content.in_info = entry->ctrl_info;
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/scsi/megaraid/
H A Dmegaraid_sas.c2388 * @ctrl_info: Controller information structure
2396 struct megasas_ctrl_info *ctrl_info)
2438 memcpy(ctrl_info, ci, sizeof(struct megasas_ctrl_info));
2580 struct megasas_ctrl_info *ctrl_info; local
2685 ctrl_info = kmalloc(sizeof(struct megasas_ctrl_info), GFP_KERNEL);
2697 if (ctrl_info && !megasas_get_ctrl_info(instance, ctrl_info)) {
2699 max_sectors_1 = (1 << ctrl_info->stripe_sz_ops.min) *
2700 ctrl_info->max_strips_per_io;
2701 max_sectors_2 = ctrl_info
2395 megasas_get_ctrl_info(struct megasas_instance *instance, struct megasas_ctrl_info *ctrl_info) argument
[all...]

Completed in 183 milliseconds