Searched refs:busyluns (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.h328 unsigned long busyluns[64 / sizeof(unsigned long)];/* array of bits indicating LUNs busy */ member in struct:acornscsi_hostdata
H A Dfas216.h304 unsigned long busyluns[64/sizeof(unsigned long)];/* array of bits indicating LUNs busy */ member in struct:__anon14258
H A Dfas216.c214 printk(" busyluns[%d]=%08lx dev[%d]={ disconnect_ok=%d stp=%X sof=%X sync_state=%X }\n",
215 i, info->busyluns[i], i,
1813 set_bit(SCpnt->device->id * 8 + SCpnt->device->lun, info->busyluns);
1916 info->busyluns);
2163 clear_bit(SCpnt->device->id * 8 + SCpnt->device->lun, info->busyluns);
2386 clear_bit(SCpnt->device->id * 8 + SCpnt->device->lun, info->busyluns);
2494 clear_bit(target * 8 + i, info->busyluns);
2588 clear_bit(SDpnt->id * 8 + i, info->busyluns);
2795 memset(info->busyluns, 0, sizeof(info->busyluns));
[all...]
H A Dacornscsi.c400 memset(host->busyluns, 0, sizeof(host->busyluns));
720 SCpnt = queue_remove_exclude(&host->queues.issue, host->busyluns);
775 set_bit(SCpnt->device->id * 8 + SCpnt->device->lun, host->busyluns);
878 clear_bit(SCpnt->device->id * 8 + SCpnt->device->lun, host->busyluns);
1563 set_bit(host->SCpnt->device->id * 8 + host->SCpnt->device->lun, host->busyluns);
2390 host->busyluns);
2678 clear_bit(SCpnt->device->id * 8 + SCpnt->device->lun, host->busyluns);

Completed in 42 milliseconds