Searched refs:tbl_offset (Results 1 – 3 of 3) sorted by relevance
47 uint32_t tbl_offset; in pci_dump() local212 tbl_offset = pci_config_get32(handle, offset + PCI_MSIX_TBL_OFFSET); in pci_dump()213 tbl_bir = tbl_offset & PCI_MSIX_TBL_BIR_MASK; in pci_dump()214 tbl_offset = tbl_offset & ~PCI_MSIX_TBL_BIR_MASK; in pci_dump()216 "PCI_MSIX_TBL_OFFSET:\t0x%x\n", tbl_offset); in pci_dump()281 (uint32_t *)(base + tbl_offset + (i * 16)))); in pci_dump()284 (uint32_t *)(base + tbl_offset + (i * 16) + 4))); in pci_dump()287 (uint32_t *)(base + tbl_offset + (i * 16) + 8))); in pci_dump()290 (uint32_t *)(base + tbl_offset + (i * 16) + 12))); in pci_dump()
172 uint32_t tbl_offset; in ixgbe_pci_dump() local337 tbl_offset = pci_config_get32(handle, offset + PCI_MSIX_TBL_OFFSET); in ixgbe_pci_dump()338 tbl_bir = tbl_offset & PCI_MSIX_TBL_BIR_MASK; in ixgbe_pci_dump()339 tbl_offset = tbl_offset & ~PCI_MSIX_TBL_BIR_MASK; in ixgbe_pci_dump()341 "PCI_MSIX_TBL_OFFSET:\t0x%x\n", tbl_offset); in ixgbe_pci_dump()405 (uint32_t *)(base + tbl_offset + (i * 16)))); in ixgbe_pci_dump()408 (uint32_t *)(base + tbl_offset + (i * 16) + 4))); in ixgbe_pci_dump()411 (uint32_t *)(base + tbl_offset + (i * 16) + 8))); in ixgbe_pci_dump()414 (uint32_t *)(base + tbl_offset + (i * 16) + 12))); in ixgbe_pci_dump()
1558 int tbl_offset; in npi_rxdma_dump_rdc_table() local1573 for (tbl_offset = 0; tbl_offset < NXGE_MAX_RDCS; tbl_offset++) { in npi_rxdma_dump_rdc_table()