Home
last modified time | relevance | path

Searched refs:scsi_type (Results 1 – 5 of 5) sorted by relevance

/Linux-v4.19/arch/m68k/mac/
Dconfig.c212 .scsi_type = MAC_SCSI_OLD,
227 .scsi_type = MAC_SCSI_OLD,
236 .scsi_type = MAC_SCSI_OLD,
245 .scsi_type = MAC_SCSI_OLD,
254 .scsi_type = MAC_SCSI_OLD,
272 .scsi_type = MAC_SCSI_OLD,
281 .scsi_type = MAC_SCSI_IIFX,
290 .scsi_type = MAC_SCSI_OLD,
299 .scsi_type = MAC_SCSI_LC,
308 .scsi_type = MAC_SCSI_LC,
[all …]
/Linux-v4.19/arch/m68k/include/asm/
Dmacintosh.h32 char scsi_type; member
/Linux-v4.19/include/scsi/
Dsg.h110 int scsi_type; /* TYPE_... defined in scsi/scsi.h */ member
/Linux-v4.19/drivers/scsi/
Dmac_esp.c528 switch (macintosh_config->scsi_type) { in esp_mac_probe()
Dsg.c984 __put_user((int) sdp->device->type, &sg_idp->scsi_type); in sg_ioctl()