Searched refs:busyluns (Results 1 – 4 of 4) sorted by relevance
| /linux/drivers/scsi/arm/ |
| A D | fas216.c | 214 i, info->busyluns[i], i, in fas216_dumpinfo() 1819 (u8)(SCpnt->device->lun & 0x7), info->busyluns); in fas216_allocate_tag() 1922 info->busyluns); in fas216_kick() 2168 (u8)(SCpnt->device->lun & 0x7), info->busyluns); in fas216_done() 2399 (u8)(SCpnt->device->lun & 0x7), info->busyluns); in fas216_find_command() 2503 clear_bit(target * 8 + i, info->busyluns); in fas216_eh_device_reset() 2597 clear_bit(SDpnt->id * 8 + i, info->busyluns); in fas216_eh_bus_reset() 2803 memset(info->busyluns, 0, sizeof(info->busyluns)); in fas216_reset_state()
|
| A D | acornscsi.h | 325 unsigned long busyluns[64 / sizeof(unsigned long)];/* array of bits indicating LUNs busy */ member
|
| A D | acornscsi.c | 375 memset(host->busyluns, 0, sizeof(host->busyluns)); in acornscsi_resetcard() 696 SCpnt = queue_remove_exclude(&host->queues.issue, host->busyluns); in acornscsi_kick() 741 (u8)(SCpnt->device->lun & 0x07), host->busyluns); in acornscsi_kick() 845 (u8)(SCpnt->device->lun & 0x7), host->busyluns); in acornscsi_done() 2324 host->busyluns); in acornscsi_sbicintr() 2580 (u8)(SCpnt->device->lun & 0x7), host->busyluns); in acornscsi_abort()
|
| A D | fas216.h | 297 unsigned long busyluns[64/sizeof(unsigned long)];/* array of bits indicating LUNs busy */ member
|
Completed in 16 milliseconds