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

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/scsi/arm/
H A Dacornscsi.c398 host->scsi.disconnectable = 0;
727 if (host->scsi.disconnectable && host->SCpnt) {
729 host->scsi.disconnectable = 0;
1783 if (host->SCpnt && !host->scsi.disconnectable) {
1796 if (host->scsi.disconnectable && host->SCpnt &&
1832 if (host->scsi.disconnectable && host->SCpnt) {
1833 host->scsi.disconnectable = 0;
1949 if (host->SCpnt && !host->scsi.disconnectable)
2132 host->scsi.disconnectable = 1;
2592 * 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::__anon14244
H A Dfas216.h256 unsigned char disconnectable:1; /* this command can be disconnected */ member in struct:__anon14258::__anon14259
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;
2364 * If the interface is idle, and the command is 'disconnectable',
2368 if (info->scsi.disconnectable) {
2369 info->scsi.disconnectable
[all...]

Completed in 93 milliseconds