Searched defs:pci_dev_h (Results 1 - 1 of 1) sorted by relevance

/illumos-gate/usr/src/uts/common/io/xge/drv/
H A Dxge_osdep.h105 typedef dev_info_t *pci_dev_h; typedef
228 static inline void *__xge_os_malloc(pci_dev_h pdev, unsigned long size,
237 static inline void xge_os_free(pci_dev_h pdev, const void *vaddr,
247 static inline void *__xge_os_dma_malloc(pci_dev_h pdev, unsigned long size,
287 static inline void xge_os_dma_free(pci_dev_h pdev, const void *vaddr, int size,
357 static inline dma_addr_t xge_os_dma_map(pci_dev_h pdev, pci_dma_h dmah,
395 static inline void xge_os_dma_unmap(pci_dev_h pdev, pci_dma_h dmah,
401 static inline void xge_os_dma_sync(pci_dev_h pdev, pci_dma_h dmah,

Completed in 59 milliseconds