Lines Matching refs:intr_status
62 uint32_t state = s->intr_status & ~(s->intr_mask | MPI_HIS_IOP_DOORBELL_STATUS); in mptsas_update_interrupt()
120 s->intr_status |= MPI_HIS_REPLY_MESSAGE_INTERRUPT; in mptsas_post_reply()
123 s->intr_status |= MPI_HIS_DOORBELL_INTERRUPT; in mptsas_post_reply()
138 s->intr_status |= MPI_HIS_DOORBELL_INTERRUPT; in mptsas_reply()
155 s->intr_status |= MPI_HIS_REPLY_MESSAGE_INTERRUPT; in mptsas_turbo_reply()
811 s->intr_status = 0; in mptsas_soft_reset()
843 assert(s->intr_status & MPI_HIS_DOORBELL_INTERRUPT); in mptsas_doorbell_read()
890 s->intr_status |= MPI_HIS_DOORBELL_INTERRUPT; in mptsas_doorbell_write()
968 s->intr_status &= ~MPI_HIS_DOORBELL_INTERRUPT; in mptsas_interrupt_status_write()
973 assert(s->intr_status & MPI_HIS_DOORBELL_INTERRUPT); in mptsas_interrupt_status_write()
993 s->intr_status &= ~MPI_HIS_REPLY_MESSAGE_INTERRUPT; in mptsas_reply_post_read()
1016 ret = s->intr_status; in mptsas_mmio_read()
1386 VMSTATE_UINT32(intr_status, MPTSASState),