Searched refs:busyluns (Results 1 – 4 of 4) sorted by relevance
/drivers/scsi/arm/ |
D | fas216.c | 216 i, info->busyluns[i], i, in fas216_dumpinfo() 1825 (u8)(SCpnt->device->lun & 0x7), info->busyluns); in fas216_allocate_tag() 1928 info->busyluns); in fas216_kick() 2176 (u8)(SCpnt->device->lun & 0x7), info->busyluns); in fas216_done() 2404 (u8)(SCpnt->device->lun & 0x7), info->busyluns); in fas216_find_command() 2512 clear_bit(target * 8 + i, info->busyluns); in fas216_eh_device_reset() 2606 clear_bit(SDpnt->id * 8 + i, info->busyluns); in fas216_eh_bus_reset() 2813 memset(info->busyluns, 0, sizeof(info->busyluns)); in fas216_reset_state()
|
D | acornscsi.c | 388 memset(host->busyluns, 0, sizeof(host->busyluns)); in acornscsi_resetcard() 708 SCpnt = queue_remove_exclude(&host->queues.issue, host->busyluns); in acornscsi_kick() 764 (u8)(SCpnt->device->lun & 0x07), host->busyluns); in acornscsi_kick() 868 (u8)(SCpnt->device->lun & 0x7), host->busyluns); in acornscsi_done() 1582 (u8)(host->SCpnt->device->lun & 0x7), host->busyluns); in acornscsi_message() 2387 host->busyluns); in acornscsi_sbicintr() 2678 (u8)(SCpnt->device->lun & 0x7), host->busyluns); in acornscsi_abort()
|
D | acornscsi.h | 328 unsigned long busyluns[64 / sizeof(unsigned long)];/* array of bits indicating LUNs busy */ member
|
D | fas216.h | 300 unsigned long busyluns[64/sizeof(unsigned long)];/* array of bits indicating LUNs busy */ member
|