int_cmds           61 drivers/scsi/aha1542.c 	struct scsi_cmnd *int_cmds[AHA1542_MAILBOXES];
int_cmds          347 drivers/scsi/aha1542.c 		tmp_cmd = aha1542->int_cmds[mbo];
int_cmds          385 drivers/scsi/aha1542.c 		aha1542->int_cmds[mbo] = NULL;	/* This effectively frees up the mailbox slot, as
int_cmds          445 drivers/scsi/aha1542.c 		if (mb[mbo].status == 0 && aha1542->int_cmds[mbo] == NULL)
int_cmds          452 drivers/scsi/aha1542.c 	if (mb[mbo].status || aha1542->int_cmds[mbo])
int_cmds          455 drivers/scsi/aha1542.c 	aha1542->int_cmds[mbo] = cmd;	/* This will effectively prevent someone else from
int_cmds          869 drivers/scsi/aha1542.c 		if (mb[mbo].status == 0 && aha1542->int_cmds[mbo] == NULL)
int_cmds          876 drivers/scsi/aha1542.c 	if (mb[mbo].status || aha1542->int_cmds[mbo])
int_cmds          879 drivers/scsi/aha1542.c 	aha1542->int_cmds[mbo] = cmd;	/* This will effectively
int_cmds          948 drivers/scsi/aha1542.c 		if (aha1542->int_cmds[i] != NULL) {
int_cmds          950 drivers/scsi/aha1542.c 			tmp_cmd = aha1542->int_cmds[i];
int_cmds          962 drivers/scsi/aha1542.c 			aha1542->int_cmds[i] = NULL;