PCI: pciehp: Compute timeout from hotplug command start time
[deliverable/linux.git] / drivers / pci / hotplug / pciehp.h
index 8e9012dca450df581f718431e25e85d469827534..c496258cd9a7a309f630dc6356eb4455eaeaa679 100644 (file)
@@ -92,7 +92,9 @@ struct controller {
        struct slot *slot;
        wait_queue_head_t queue;        /* sleep & wake process */
        u32 slot_cap;
+       u32 slot_ctrl;
        struct timer_list poll_timer;
+       unsigned long cmd_started;      /* jiffies */
        unsigned int cmd_busy:1;
        unsigned int no_cmd_complete:1;
        unsigned int link_active_reporting:1;
This page took 0.032741 seconds and 5 git commands to generate.