ixgbe_netbsd.h | 96 typedef struct ixgbe_dma_tag ixgbe_dma_tag_t; typedef in typeref:struct:ixgbe_dma_tag 99 int, bus_size_t, int, ixgbe_dma_tag_t **); 100 void ixgbe_dma_tag_destroy(ixgbe_dma_tag_t *); 101 int ixgbe_dmamap_create(ixgbe_dma_tag_t *, int, bus_dmamap_t *); 102 void ixgbe_dmamap_destroy(ixgbe_dma_tag_t *, bus_dmamap_t); 103 void ixgbe_dmamap_sync(ixgbe_dma_tag_t *, bus_dmamap_t, int); 104 void ixgbe_dmamap_unload(ixgbe_dma_tag_t *, bus_dmamap_t);
|