Home
last modified time | relevance | path

Searched refs:uptr_t (Results 1 – 2 of 2) sorted by relevance

/illumos-gate/usr/src/uts/common/io/ntxn/
H A Dunm_nic_hw.c493 addr = (void *) (uptr_t)(pci_base_offset(adapter, off)); in unm_nic_hw_write_ioctl_128M()
552 addr = (void *) (uptr_t)(pci_base_offset(adapter, off)); in unm_nic_hw_write_wx_128M()
626 (void *) (uptr_t)(PCI_OFFSET_SECOND_RANGE(adapter, off))); in unm_nic_pci_write_immediate_128M()
637 (uptr_t)(pci_base_offset(adapter, off))); in unm_nic_pci_read_immediate_128M()
717 UNM_NIC_PCI_WRITE_8(*(__uint8_t *)data, (void *) (uptr_t)off); in unm_nic_hw_write_wx_2M()
720 UNM_NIC_PCI_WRITE_16(*(__uint16_t *)data, (void *) (uptr_t)off); in unm_nic_hw_write_wx_2M()
723 UNM_NIC_PCI_WRITE_32(*(__uint32_t *)data, (void *) (uptr_t)off); in unm_nic_hw_write_wx_2M()
726 UNM_NIC_PCI_WRITE_64(*(__uint64_t *)data, (void *) (uptr_t)off); in unm_nic_hw_write_wx_2M()
734 UNM_NIC_HW_BLOCK_WRITE_64(data, (uptr_t)off, (len>>3)); in unm_nic_hw_write_wx_2M()
762 addr = (void *) (uptr_t)(pci_base_offset(adapter, off)); in unm_nic_hw_read_ioctl_128M()
[all …]
H A Dunm_nic.h85 typedef unsigned long uptr_t; typedef