Searched defs:sbic_softc (Results 1 – 3 of 3) sorted by relevance
88 struct sbic_softc { struct89 device_t sc_dev;90 struct target_sync {94 } sc_sync[8];95 u_char target; /* Currently active target */96 u_char lun;97 struct scsipi_channel sc_channel; /* proto for sub devices */98 struct scsipi_adapter sc_adapter;99 sbic_regmap_p sc_sbicp; /* the SBIC */100 void *sc_driver; /* driver specific field */[all …]
85 struct sbic_softc { struct86 device_t sc_dev;88 struct callout sc_timo_ch;89 struct target_sync {93 } sc_sync[8];94 u_char target; /* Currently active target */95 u_char lun;96 struct scsipi_channel sc_channel;97 struct scsipi_adapter sc_adapter;98 sbic_regmap sc_sbicp; /* Handle for the SBIC */[all …]
100 struct sbic_softc { struct101 device_t sc_dev;102 struct isr sc_isr;103 struct callout sc_timo_ch;104 struct target_sync {108 } sc_sync[8];109 u_char target; /* Currently active target */110 u_char lun;111 struct scsipi_adapter sc_adapter;112 struct scsipi_channel sc_channel;[all …]