Lines Matching full:prefix
17 * aer_tlp_log_len - Calculate AER Capability TLP Header/Prefix Log length
21 * Return: TLP Header/Prefix Log length
35 * dpc_tlp_log_len - Calculate DPC RP PIO TLP Header/Prefix Log length
38 * Return: TLP Header/Prefix Log length
54 * @where2: PCI Config offset of TLP Prefix Log
55 * @tlp_len: TLP Log length (Header Log + TLP Prefix Log in DWORDs)
98 * pcie_print_tlp_log - Print TLP Header / Prefix Log contents
101 * @pfx: String prefix
103 * Prints TLP Header and Prefix Log information held by @log.
122 if (log->prefix[0]) in pcie_print_tlp_log()
125 for (i = 0; i < ARRAY_SIZE(log->prefix); i++) { in pcie_print_tlp_log()
126 if (!log->prefix[i]) in pcie_print_tlp_log()
129 " %#010x", log->prefix[i]); in pcie_print_tlp_log()