Searched defs:sip_softc (Results 1 – 1 of 1) sorted by relevance
202 struct sip_softc { struct203 device_t sc_dev; /* generic device information */204 device_suspensor_t sc_suspensor;205 pmf_qual_t sc_qual;207 bus_space_tag_t sc_st; /* bus space tag */208 bus_space_handle_t sc_sh; /* bus space handle */209 bus_size_t sc_sz; /* bus space size */210 bus_dma_tag_t sc_dmat; /* bus DMA tag */211 pci_chipset_tag_t sc_pc;212 bus_dma_segment_t sc_seg;[all …]