Searched refs:busyluns (Results 1 - 4 of 4) sorted by relevance

/asus-wl-520gu-7.0.1.45/src/linux/linux/drivers/acorn/scsi/
H A Dacornscsi.h329 unsigned char busyluns[8]; /* array of bits indicating LUNs busy */ member in struct:acornscsi_hostdata
H A Dfas216.h291 unsigned char busyluns[8]; /* array of bits indicating LUNs busy */ member in struct:__anon751
H A Dacornscsi.c407 host->busyluns[i] = 0;
725 SCpnt = queue_remove_exclude(&host->queues.issue, host->busyluns);
780 set_bit(SCpnt->target * 8 + SCpnt->lun, host->busyluns);
883 clear_bit(SCpnt->target * 8 + SCpnt->lun, host->busyluns);
1577 set_bit(host->SCpnt->target * 8 + host->SCpnt->lun, &host->busyluns);
2404 host->busyluns);
2709 clear_bit(SCpnt->target * 8 + SCpnt->lun, host->busyluns);
H A Dfas216.c158 printk(" busyluns[%d]=%X dev[%d]={ disconnect_ok=%d stp=%X sof=%X sync_state=%X }\n",
159 i, info->busyluns[i], i,
1629 info->busyluns);
1673 set_bit(SCpnt->target * 8 + SCpnt->lun, info->busyluns);
1992 clear_bit(SCpnt->target * 8 + SCpnt->lun, info->busyluns);
2254 clear_bit(SCpnt->target * 8 + SCpnt->lun, info->busyluns);
2300 memset(info->busyluns, 0, sizeof(info->busyluns));

Completed in 103 milliseconds