Searched defs:alt_timeout (Results 1 - 2 of 2) sorted by relevance

/drivers/usb/host/
H A Dxhci.c4458 u16 alt_timeout; local
4460 alt_timeout = xhci_call_host_update_timeout_for_endpoint(xhci, udev,
4467 if (alt_timeout == USB3_LPM_DISABLED ||
4468 alt_timeout == USB3_LPM_DEVICE_INITIATED) {
4469 *timeout = alt_timeout;
4472 if (alt_timeout > *timeout)
4473 *timeout = alt_timeout;
/drivers/infiniband/hw/qib/
H A Dqib_verbs.h440 u8 alt_timeout; /* Alternate path timeout for this QP */ member in struct:qib_qp

Completed in 2818 milliseconds