Searched refs:disconnectable (Results 1 - 4 of 4) sorted by relevance

/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/scsi/arm/
H A Dacornscsi.c401 host->scsi.disconnectable = 0;
730 if (host->scsi.disconnectable && host->SCpnt) {
732 host->scsi.disconnectable = 0;
1786 if (host->SCpnt && !host->scsi.disconnectable) {
1799 if (host->scsi.disconnectable && host->SCpnt &&
1835 if (host->scsi.disconnectable && host->SCpnt) {
1836 host->scsi.disconnectable = 0;
1952 if (host->SCpnt && !host->scsi.disconnectable)
2135 host->scsi.disconnectable = 1;
2595 * If the interface is idle, and the command is 'disconnectable',
[all...]
H A Dacornscsi.h300 unsigned char disconnectable:1; /* this command can be disconnected */ member in struct:acornscsi_hostdata::__anon6462
H A Dfas216.h254 unsigned char disconnectable:1; /* this command can be disconnected */ member in struct:__anon6476::__anon6477
H A Dfas216.c201 printk(" msgs async_stp=%X disconnectable=%d aborting=%d }\n",
203 info->scsi.disconnectable, info->scsi.aborting);
901 info->scsi.disconnectable = 1;
989 if (info->scsi.disconnectable && info->SCpnt) {
990 info->scsi.disconnectable = 0;
1935 if (info->scsi.disconnectable && info->SCpnt) {
1940 info->scsi.disconnectable = 0;
2374 * If the interface is idle, and the command is 'disconnectable',
2378 if (info->scsi.disconnectable) {
2379 info->scsi.disconnectable
[all...]

Completed in 77 milliseconds