Searched refs:busyluns (Results 1 – 4 of 4) sorted by relevance
| /Linux-v5.15/drivers/scsi/arm/ |
| 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() 2395 (u8)(SCpnt->device->lun & 0x7), info->busyluns); in fas216_find_command() 2499 clear_bit(target * 8 + i, info->busyluns); in fas216_eh_device_reset() 2593 clear_bit(SDpnt->id * 8 + i, info->busyluns); in fas216_eh_bus_reset() 2799 memset(info->busyluns, 0, sizeof(info->busyluns)); in fas216_reset_state()
|
| D | acornscsi.h | 325 unsigned long busyluns[64 / sizeof(unsigned long)];/* array of bits indicating LUNs busy */ member
|
| D | fas216.h | 297 unsigned long busyluns[64/sizeof(unsigned long)];/* array of bits indicating LUNs busy */ member
|
| 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() 848 (u8)(SCpnt->device->lun & 0x7), host->busyluns); in acornscsi_done() 2327 host->busyluns); in acornscsi_sbicintr() 2592 (u8)(SCpnt->device->lun & 0x7), host->busyluns); in acornscsi_abort()
|