Lines Matching defs:table
48 * @entry_size: Size of the discovery table for each feature
50 * @offset: BAR offset of start of the first discovery table
274 u32 table, hdr;
298 pci_read_config_dword(pdev, pos + INTEL_DVSEC_TABLE, &table);
300 header.tbir = INTEL_DVSEC_TABLE_BAR(table);
301 header.offset = INTEL_DVSEC_TABLE_OFFSET(table);
324 u32 table, hdr;
343 /* entry, size, and table offset are the same as DVSEC */
346 pci_read_config_dword(pdev, pos + INTEL_DVSEC_TABLE, &table);
348 header.tbir = INTEL_DVSEC_TABLE_BAR(table);
349 header.offset = INTEL_DVSEC_TABLE_OFFSET(table);