Searched refs:TYPE_DISK (Results 1 - 25 of 27) sorted by relevance

12

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/powerpc/platforms/ps3/
H A Dplatform.h84 PS3_DEV_TYPE_STOR_DISK = TYPE_DISK, /* 0 */
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/scsi/aacraid/
H A Dlinit.c411 if (aac->jbod && (sdev->type == TYPE_DISK))
413 if ((sdev->type == TYPE_DISK) &&
422 if (sdev->tagged_supported && (sdev->type == TYPE_DISK) &&
442 if (dev->tagged_supported && (dev->type == TYPE_DISK) &&
481 if (sdev->tagged_supported && (sdev->type == TYPE_DISK) &&
488 if (dev->tagged_supported && (dev->type == TYPE_DISK) &&
514 ((aac->jbod && (sdev->type == TYPE_DISK)) ? "JBOD\n" : ""));
H A Daachba.c335 if ((inq_data & 0x20) && (inq_data & 0x1f) == TYPE_DISK) {
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/usb/storage/
H A Dscsiglue.c157 if (sdev->type == TYPE_DISK) {
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/include/scsi/
H A Dscsi.h257 #define TYPE_DISK 0x00 macro
265 * - treated as TYPE_DISK */
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/scsi/
H A Deata.c298 * Redo i/o on target status CHECK_CONDITION for TYPE_DISK only.
609 #define TLDEV(type) ((type) == TYPE_DISK || (type) == TYPE_ROM)
2424 else if (tstatus != GOOD && SCpnt->device->type == TYPE_DISK
2432 && SCpnt->device->type == TYPE_DISK
2443 if (spp->target_status && SCpnt->device->type == TYPE_DISK &&
H A Du14-34f.c238 * Redo i/o on target status CHECK_CONDITION for TYPE_DISK only.
402 #define TLDEV(type) ((type) == TYPE_DISK || (type) == TYPE_ROM)
1683 else if (tstatus != GOOD && SCpnt->device->type == TYPE_DISK
1689 && SCpnt->device->type == TYPE_DISK
1699 if (spp->target_status && SCpnt->device->type == TYPE_DISK &&
H A Dsd.c90 MODULE_ALIAS_SCSI_DEVICE(TYPE_DISK); variable
143 if (sdp->type != TYPE_DISK)
207 if (sdp->type != TYPE_DISK)
1982 if (sdp->type != TYPE_DISK)
2324 if (sdp->type != TYPE_DISK && sdp->type != TYPE_MOD && sdp->type != TYPE_RBC)
H A Dibmmca.c978 case TYPE_DISK:
1351 if (*buf == TYPE_DISK) {
1352 *device_type = TYPE_DISK;
1832 case TYPE_DISK: /* for harddisks enter here ... */
H A Dscsi_scan.c744 case TYPE_DISK:
H A Dips.c1206 if (SDptr->tagged_supported && SDptr->type == TYPE_DISK) {
3402 if ((inquiryData.DeviceType & 0x1f) == TYPE_DISK) {
4050 if ((inquiryData.DeviceType & 0x1f) == TYPE_DISK)
H A D3w-xxxx.c1297 request_buffer[0] = TYPE_DISK; /* Peripheral device type */
H A Dipr.h330 ((IPR_STD_INQ_PERI_DEV_TYPE((std_inq).peri_qual_dev_type) == TYPE_DISK) && \
H A Dhpsa.c1495 if (this_device->devtype == TYPE_DISK &&
1833 case TYPE_DISK:
H A Dmegaraid.c1559 ((c & 0x1F ) == TYPE_DISK)) {
2699 (scsi_inq[0] & 0x1F) != TYPE_DISK ) {
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/usb/gadget/
H A Dstorage_common.c157 #define TYPE_DISK 0x00 macro
H A Df_mass_storage.c1184 buf[0] = curlun->cdrom ? TYPE_CDROM : TYPE_DISK;
H A Dfile_storage.c1485 buf[0] = (mod_data.cdrom ? TYPE_CDROM : TYPE_DISK);
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/message/fusion/
H A Dmptscsih.c2419 else if (sdev->type == TYPE_DISK &&
3119 if (vdevice->vtarget->type != TYPE_DISK || vdevice->vtarget->deleted ||
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/firewire/
H A Dsbp2.c1550 if (sdev->type == TYPE_DISK &&
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/scsi/megaraid/
H A Dmegaraid_sas.c1226 sdev->type == TYPE_DISK) {
1252 (sdev->type == TYPE_DISK)) {
1262 TYPE_DISK)) {
H A Dmegaraid_mbox.c2341 if ((c & 0x1F ) == TYPE_DISK) {
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/scsi/ibmvscsi/
H A Dibmvscsi.c1589 if (sdev->type == TYPE_DISK) {
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/ieee1394/
H A Dsbp2.c1967 if (sdev->type == TYPE_DISK &&
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/ata/
H A Dlibata-scsi.c1941 TYPE_DISK,

Completed in 788 milliseconds

12