Home
last modified time | relevance | path

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

/linux-6.6.21/drivers/scsi/mpt3sas/mpi/
Dmpi2.h309 #define MPI2_HIS_IOC2SYS_DB_STATUS (0x00000001) macro
310 #define MPI2_HIS_DOORBELL_INTERRUPT MPI2_HIS_IOC2SYS_DB_STATUS
/linux-6.6.21/drivers/scsi/mpt3sas/
Dmpt3sas_base.c6781 if (int_status & MPI2_HIS_IOC2SYS_DB_STATUS) { in _base_wait_for_doorbell_int()
6807 if (int_status & MPI2_HIS_IOC2SYS_DB_STATUS) { in _base_spin_on_doorbell_int()
6850 } else if (int_status & MPI2_HIS_IOC2SYS_DB_STATUS) { in _base_wait_for_doorbell_ack()
7046 MPI2_HIS_IOC2SYS_DB_STATUS) in _base_handshake_req_reply_wait()