Home
last modified time | relevance | path

Searched defs:twa_softc (Results 1 – 1 of 1) sorted by relevance

/netbsd-src/sys/dev/pci/
H A Dtwavar.h57 struct twa_softc { struct
58 device_t twa_dv;
59 bus_space_tag_t twa_bus_iot; /* bus space tag */
60 bus_space_handle_t twa_bus_ioh; /* bus space handle */
61 bus_dma_tag_t twa_dma_tag; /* data buffer DMA tag */
62 bus_dmamap_t twa_cmd_map; /* DMA map for the array of cmd pkts */
63 void *twa_ih; /* interrupt handle cookie */
64 void * twa_cmds;
65 bus_addr_t twa_cmd_pkt_phys;/* phys addr of first of array of cmd pkts */
67 pci_chipset_tag_t pc;
[all …]