Lines Matching defs:int_cmds
61 struct scsi_cmnd *int_cmds[AHA1542_MAILBOXES];
367 tmp_cmd = aha1542->int_cmds[mbo];
406 aha1542->int_cmds[mbo] = NULL; /* This effectively frees up the mailbox slot, as
469 if (mb[mbo].status == 0 && aha1542->int_cmds[mbo] == NULL)
476 if (mb[mbo].status || aha1542->int_cmds[mbo])
479 aha1542->int_cmds[mbo] = cmd; /* This will effectively prevent someone else from
881 if (mb[mbo].status == 0 && aha1542->int_cmds[mbo] == NULL)
888 if (mb[mbo].status || aha1542->int_cmds[mbo])
891 aha1542->int_cmds[mbo] = cmd; /* This will effectively
961 if (aha1542->int_cmds[i] != NULL) {
963 tmp_cmd = aha1542->int_cmds[i];
975 aha1542->int_cmds[i] = NULL;