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