Searched refs:busyluns (Results 1 – 4 of 4) sorted by relevance
/linux-6.1.9/drivers/scsi/arm/ |
D | fas216.c | 218 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() 2178 (u8)(SCpnt->device->lun & 0x7), info->busyluns); in fas216_done() 2409 (u8)(SCpnt->device->lun & 0x7), info->busyluns); in fas216_find_command() 2513 clear_bit(target * 8 + i, info->busyluns); in fas216_eh_device_reset() 2607 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.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 | 379 memset(host->busyluns, 0, sizeof(host->busyluns)); in acornscsi_resetcard() 700 SCpnt = queue_remove_exclude(&host->queues.issue, host->busyluns); in acornscsi_kick() 745 (u8)(SCpnt->device->lun & 0x07), host->busyluns); in acornscsi_kick() 849 (u8)(SCpnt->device->lun & 0x7), host->busyluns); in acornscsi_done() 2330 host->busyluns); in acornscsi_sbicintr() 2587 (u8)(SCpnt->device->lun & 0x7), host->busyluns); in acornscsi_abort()
|