Searched refs:int_cmds (Results 1 – 1 of 1) sorted by relevance
61 struct scsi_cmnd *int_cmds[AHA1542_MAILBOXES]; member367 tmp_cmd = aha1542->int_cmds[mbo]; in aha1542_interrupt()469 if (mb[mbo].status == 0 && aha1542->int_cmds[mbo] == NULL) in aha1542_queuecommand()476 if (mb[mbo].status || aha1542->int_cmds[mbo]) in aha1542_queuecommand()479 aha1542->int_cmds[mbo] = cmd; /* This will effectively prevent someone else from in aha1542_queuecommand()881 if (mb[mbo].status == 0 && aha1542->int_cmds[mbo] == NULL) in aha1542_dev_reset()888 if (mb[mbo].status || aha1542->int_cmds[mbo]) in aha1542_dev_reset()891 aha1542->int_cmds[mbo] = cmd; /* This will effectively in aha1542_dev_reset()961 if (aha1542->int_cmds[i] != NULL) { in aha1542_reset()963 tmp_cmd = aha1542->int_cmds[i]; in aha1542_reset()[all …]