Searched defs:arc_softc (Results 1 – 1 of 1) sorted by relevance
416 struct arc_softc { struct417 struct scsipi_channel sc_chan;418 struct scsipi_adapter sc_adapter;420 pci_chipset_tag_t sc_pc;421 pcitag_t sc_tag;423 bus_space_tag_t sc_iot;424 bus_space_handle_t sc_ioh;425 bus_size_t sc_ios;426 bus_dma_tag_t sc_dmat;428 void *sc_ih;[all …]