Lines Matching refs:timeout
2404 * ASM1083/1085 PCIe-PCI bridge devices cause AER timeout errors on the
3814 #define IGD_OPERATION_TIMEOUT 10000 /* set timeout 10 seconds */
3819 unsigned long timeout;
3842 timeout = jiffies + msecs_to_jiffies(IGD_OPERATION_TIMEOUT);
3848 } while (time_before(jiffies, timeout));
3849 pci_warn(dev, "timeout during reset\n");
3962 unsigned long timeout;
3979 /* Cap register provides max timeout in 500ms increments */
3980 timeout = ((NVME_CAP_TIMEOUT(cap) + 1) * HZ / 2) + jiffies;
3991 if (time_after(jiffies, timeout)) {
4006 * Intel DC P3700 NVMe controller will timeout waiting for ready status
4036 unsigned long timeout;
4069 timeout = jiffies + msecs_to_jiffies(HINIC_OPERATION_TIMEOUT);
4075 } while (time_before(jiffies, timeout));
4081 pci_warn(pdev, "Reset dev timeout, FLR ack reg: %#010x\n", val);
4446 * device access timeout.
5618 int pci_idt_bus_quirk(struct pci_bus *bus, int devfn, u32 *l, int timeout)
5635 found = pci_bus_generic_read_dev_vendor_id(bus, devfn, l, timeout);