Searched refs:busyluns (Results 1 – 4 of 4) sorted by relevance
/kernel/linux/linux-5.10/drivers/scsi/arm/ |
D | fas216.c | 215 i, info->busyluns[i], i, in fas216_dumpinfo() 1830 (u8)(SCpnt->device->lun & 0x7), info->busyluns); in fas216_allocate_tag() 1933 info->busyluns); in fas216_kick() 2179 (u8)(SCpnt->device->lun & 0x7), info->busyluns); in fas216_done() 2407 (u8)(SCpnt->device->lun & 0x7), info->busyluns); in fas216_find_command() 2511 clear_bit(target * 8 + i, info->busyluns); in fas216_eh_device_reset() 2605 clear_bit(SDpnt->id * 8 + i, info->busyluns); in fas216_eh_bus_reset() 2811 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 | 385 memset(host->busyluns, 0, sizeof(host->busyluns)); in acornscsi_resetcard() 706 SCpnt = queue_remove_exclude(&host->queues.issue, host->busyluns); in acornscsi_kick() 762 (u8)(SCpnt->device->lun & 0x07), host->busyluns); in acornscsi_kick() 866 (u8)(SCpnt->device->lun & 0x7), host->busyluns); in acornscsi_done() 1580 (u8)(host->SCpnt->device->lun & 0x7), host->busyluns); in acornscsi_message() 2385 host->busyluns); in acornscsi_sbicintr() 2676 (u8)(SCpnt->device->lun & 0x7), host->busyluns); in acornscsi_abort()
|