Searched refs:pci_dev_h (Results 1 – 8 of 8) sorted by relevance
/titanic_44/usr/src/uts/common/io/xge/drv/ |
H A D | xge_osdep.h | 105 typedef dev_info_t *pci_dev_h; typedef 228 static inline void *__xge_os_malloc(pci_dev_h pdev, unsigned long size, in __xge_os_malloc() 237 static inline void xge_os_free(pci_dev_h pdev, const void *vaddr, in xge_os_free() 247 static inline void *__xge_os_dma_malloc(pci_dev_h pdev, unsigned long size, in __xge_os_dma_malloc() 287 static inline void xge_os_dma_free(pci_dev_h pdev, const void *vaddr, int size, in xge_os_dma_free() 357 static inline dma_addr_t xge_os_dma_map(pci_dev_h pdev, pci_dma_h dmah, in xge_os_dma_map() 395 static inline void xge_os_dma_unmap(pci_dev_h pdev, pci_dma_h dmah, in xge_os_dma_unmap() 401 static inline void xge_os_dma_sync(pci_dev_h pdev, pci_dma_h dmah, in xge_os_dma_sync()
|
/titanic_44/usr/src/uts/common/io/xge/hal/include/ |
H A D | xge-queue.h | 134 pci_dev_h pdev; 143 xge_queue_h xge_queue_create(pci_dev_h pdev, pci_irq_h irqh, int pages_initial,
|
H A D | xgehal-mm.h | 71 pci_dev_h pdev; 151 xge_hal_mempool_t* __hal_mempool_create(pci_dev_h pdev, int memblock_size,
|
H A D | xgehal-device.h | 104 pci_dev_h pdev; 337 pci_dev_h pdev; 423 void __hal_pio_mem_write32_upper(pci_dev_h pdev, pci_reg_h regh, u32 val, 426 void __hal_pio_mem_write32_lower(pci_dev_h pdev, pci_reg_h regh, u32 val,
|
H A D | xgehal-channel.h | 379 pci_dev_h pdev;
|
/titanic_44/usr/src/uts/common/io/xge/hal/xgehal/ |
H A D | xgehal-mm.c | 225 __hal_mempool_create(pci_dev_h pdev, int memblock_size, int item_size, in __hal_mempool_create()
|
H A D | xge-queue.c | 256 xge_queue_create(pci_dev_h pdev, pci_irq_h irqh, int pages_initial, in xge_queue_create()
|
H A D | xgehal-device.c | 87 __hal_pio_mem_write32_upper(pci_dev_h pdev, pci_reg_h regh, u32 val, void *addr) in __hal_pio_mem_write32_upper() 104 __hal_pio_mem_write32_lower(pci_dev_h pdev, pci_reg_h regh, u32 val, in __hal_pio_mem_write32_lower()
|