Home
last modified time | relevance | path

Searched refs:msg_action (Results 1 – 1 of 1) sorted by relevance

/openbmc/qemu/hw/scsi/
H A Dlsi53c895a.c230 int msg_action; member
352 s->msg_action = LSI_MSG_ACTION_COMMAND; in lsi_soft_reset()
714 s->msg_action = p->out ? LSI_MSG_ACTION_DOUT : LSI_MSG_ACTION_DIN; in lsi_reselect()
885 s->msg_action = LSI_MSG_ACTION_DISCONNECT; in lsi_do_command()
906 s->msg_action = LSI_MSG_ACTION_DISCONNECT; in lsi_do_status()
928 switch (s->msg_action) { in lsi_do_msgin()
1092 s->msg_action = LSI_MSG_ACTION_COMMAND; in lsi_do_msgout()
2214 VMSTATE_INT32(msg_action, LSIState),