Home
last modified time | relevance | path

Searched refs:int_cmds (Results 1 - 2 of 2) sorted by relevance

/kernel/linux/linux-5.10/drivers/scsi/
H A Daha1542.c61 struct scsi_cmnd *int_cmds[AHA1542_MAILBOXES]; member
347 tmp_cmd = aha1542->int_cmds[mbo]; in aha1542_interrupt()
385 aha1542->int_cmds[mbo] = NULL; /* This effectively frees up the mailbox slot, as in aha1542_interrupt()
445 if (mb[mbo].status == 0 && aha1542->int_cmds[mbo] == NULL) in aha1542_queuecommand()
452 if (mb[mbo].status || aha1542->int_cmds[mbo]) in aha1542_queuecommand()
455 aha1542->int_cmds[mbo] = cmd; /* This will effectively prevent someone else from in aha1542_queuecommand()
869 if (mb[mbo].status == 0 && aha1542->int_cmds[mbo] == NULL) in aha1542_dev_reset()
876 if (mb[mbo].status || aha1542->int_cmds[mbo]) in aha1542_dev_reset()
879 aha1542->int_cmds[mbo] = cmd; /* This will effectively in aha1542_dev_reset()
948 if (aha1542->int_cmds[ in aha1542_reset()
[all...]
/kernel/linux/linux-6.6/drivers/scsi/
H A Daha1542.c61 struct scsi_cmnd *int_cmds[AHA1542_MAILBOXES]; member
367 tmp_cmd = aha1542->int_cmds[mbo]; in aha1542_interrupt()
406 aha1542->int_cmds[mbo] = NULL; /* This effectively frees up the mailbox slot, as 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[ in aha1542_reset()
[all...]

Completed in 4 milliseconds