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.c232 int msg_action; member
354 s->msg_action = LSI_MSG_ACTION_COMMAND; in lsi_soft_reset()
720 s->msg_action = p->out ? LSI_MSG_ACTION_DOUT : LSI_MSG_ACTION_DIN; in lsi_reselect()
896 s->msg_action = LSI_MSG_ACTION_DISCONNECT; in lsi_do_command()
917 s->msg_action = LSI_MSG_ACTION_DISCONNECT; in lsi_do_status()
944 switch (s->msg_action) { in lsi_do_msgin()
1108 s->msg_action = LSI_MSG_ACTION_COMMAND; in lsi_do_msgout()
2239 VMSTATE_INT32(msg_action, LSIState),