Symbol: pci_base_offset
usr/src/uts/common/io/ntxn/niu.c
192
result = UNM_NIC_PCI_READ_32((void *)pci_base_offset(adapter,
usr/src/uts/common/io/ntxn/niu.c
194
result |= ((uint64_t)UNM_NIC_PCI_READ_32((void *)pci_base_offset(
usr/src/uts/common/io/ntxn/unm_nic.h
107
(void *)(unsigned long)(pci_base_offset(adapter, CRB_NORMAL(reg)))
usr/src/uts/common/io/ntxn/unm_nic_hw.c
1147
addr = (void *) (uptr_t)(pci_base_offset(adapter, start));
usr/src/uts/common/io/ntxn/unm_nic_hw.c
1211
addr = (void *) (uptr_t)(pci_base_offset(adapter, start));
usr/src/uts/common/io/ntxn/unm_nic_hw.c
1258
mem_crb = (uptr_t)(pci_base_offset(adapter, UNM_CRB_DDR_NET));
usr/src/uts/common/io/ntxn/unm_nic_hw.c
1352
mem_crb = (uptr_t)(pci_base_offset(adapter, UNM_CRB_DDR_NET));
usr/src/uts/common/io/ntxn/unm_nic_hw.c
1649
addr = (void *) (pci_base_offset(adapter, off));
usr/src/uts/common/io/ntxn/unm_nic_hw.c
493
addr = (void *) (uptr_t)(pci_base_offset(adapter, off));
usr/src/uts/common/io/ntxn/unm_nic_hw.c
552
addr = (void *) (uptr_t)(pci_base_offset(adapter, off));
usr/src/uts/common/io/ntxn/unm_nic_hw.c
637
(uptr_t)(pci_base_offset(adapter, off)));
usr/src/uts/common/io/ntxn/unm_nic_hw.c
762
addr = (void *) (uptr_t)(pci_base_offset(adapter, off));
usr/src/uts/common/io/ntxn/unm_nic_hw.c
864
addr = (void *) (uptr_t)(pci_base_offset(adapter, off));
usr/src/uts/common/io/ntxn/unm_nic_hw.h
72
addr = (void *)(pci_base_offset(adapter, (X))); \
usr/src/uts/common/io/ntxn/unm_nic_hw.h
76
addr = (void *)(pci_base_offset(adapter, (X))); \