Lines Matching defs:width
5830 * @width: storage for width of limiting device
5834 * limiting_dev, speed, and width pointers are supplied) information about
5840 enum pcie_link_width *width)
5849 if (width)
5850 *width = PCIE_LNK_WIDTH_UNKNOWN;
5871 if (width)
5872 *width = next_width;
5919 * pcie_get_width_cap - query for the PCI device's link width capability
5922 * Query the PCI device width capability. Return the maximum link width
5941 * @width: storage for link width
5944 * and width, multiplying them, and applying encoding overhead. The result
5948 enum pcie_link_width *width)
5951 *width = pcie_get_width_cap(dev);
5953 if (*speed == PCI_SPEED_UNKNOWN || *width == PCIE_LNK_WIDTH_UNKNOWN)
5956 return *width * PCIE_SPEED2MBS_ENC(*speed);
5960 * __pcie_print_link_status - Report the PCI device's link speed and width
5971 enum pcie_link_width width, width_cap;
5977 bw_avail = pcie_bandwidth_available(dev, &limiting_dev, &speed, &width);
5986 pci_speed_string(speed), width,
5993 * pcie_print_link_status - Report the PCI device's link speed and width