Searched refs:lrdt (Results 1 - 1 of 1) sorted by relevance

/linux-4.1.27/include/linux/
H A Dpci.h1803 * @lrdt: Pointer to the beginning of the Large Resource Data Type tag
1807 static inline u16 pci_vpd_lrdt_size(const u8 *lrdt) pci_vpd_lrdt_size() argument
1809 return (u16)lrdt[1] + ((u16)lrdt[2] << 8); pci_vpd_lrdt_size()
1814 * @lrdt: Pointer to the beginning of the Small Resource Data Type tag
1825 * @lrdt: Pointer to the beginning of an information field header

Completed in 76 milliseconds