Lines Matching refs:timeout
2504 * ASM1083/1085 PCIe-PCI bridge devices cause AER timeout errors on the
3917 #define IGD_OPERATION_TIMEOUT 10000 /* set timeout 10 seconds */
3922 unsigned long timeout;
3945 timeout = jiffies + msecs_to_jiffies(IGD_OPERATION_TIMEOUT);
3951 } while (time_before(jiffies, timeout));
3952 pci_warn(dev, "timeout during reset\n");
4065 unsigned long timeout;
4082 /* Cap register provides max timeout in 500ms increments */
4083 timeout = ((NVME_CAP_TIMEOUT(cap) + 1) * HZ / 2) + jiffies;
4094 if (time_after(jiffies, timeout)) {
4110 * timeout waiting for ready status to change after NVMe enable if the driver
4137 unsigned long timeout;
4170 timeout = jiffies + msecs_to_jiffies(HINIC_OPERATION_TIMEOUT);
4176 } while (time_before(jiffies, timeout));
4182 pci_warn(pdev, "Reset dev timeout, FLR ack reg: %#010x\n", val);
4549 * device access timeout.
5745 int pci_idt_bus_quirk(struct pci_bus *bus, int devfn, u32 *l, int timeout)
5762 found = pci_bus_generic_read_dev_vendor_id(bus, devfn, l, timeout);