Lines Matching refs:acceptable
73 * Endpoint acceptable latencies. A pcie downstream port only
76 struct aspm_latency acceptable[8];
327 /* Convert L0s acceptable latency encoding to ns */
345 /* Convert L1 acceptable latency encoding to ns */
397 struct aspm_latency *acceptable;
406 acceptable = &link->acceptable[PCI_FUNC(endpoint->devfn)];
411 (link->latency_up.l0s > acceptable->l0s))
416 (link->latency_dw.l0s > acceptable->l0s))
433 (latency + l1_switch_latency > acceptable->l1))
676 /* Get and check endpoint acceptable latencies */
679 struct aspm_latency *acceptable =
680 &link->acceptable[PCI_FUNC(child->devfn)];
687 /* Calculate endpoint L0s acceptable latency */
689 acceptable->l0s = calc_l0s_acceptable(encoding);
690 /* Calculate endpoint L1 acceptable latency */
692 acceptable->l1 = calc_l1_acceptable(encoding);