scsipi_bustype
static const struct scsipi_bustype vatapi_bustype = {
static const struct scsipi_bustype ahci_atapi_bustype = {
static const struct scsipi_bustype mvsata_atapi_bustype = {
static const struct scsipi_bustype siisata_atapi_bustype = {
static const struct scsipi_bustype wdc_atapi_bustype = {
const struct scsipi_bustype scsi_bustype = {
const struct scsipi_bustype scsi_fc_bustype = {
const struct scsipi_bustype scsi_sas_bustype = {
const struct scsipi_bustype scsi_usb_bustype = {
extern const struct scsipi_bustype scsi_bustype;
extern const struct scsipi_bustype scsi_fc_bustype;
extern const struct scsipi_bustype scsi_sas_bustype;
extern const struct scsipi_bustype scsi_usb_bustype;
const struct scsipi_bustype *chan_bustype; /* channel's bus type */
const struct scsipi_bustype umass_atapi_bustype = {