Home
last modified time | relevance | path

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

/linux-4.1.27/drivers/message/fusion/lsi/
Dmpi.h161 #define MPI_DOORBELL_ACTIVE (0x08000000) /* DoorbellUsed */ macro
162 #define MPI_DOORBELL_USED (MPI_DOORBELL_ACTIVE)
Dmpi_history.txt57 * 04-09-01 01.01.07 Added alternate define for MPI_DOORBELL_ACTIVE,
/linux-4.1.27/drivers/message/fusion/
Dmptbase.c1222 if (!(CHIPREG_READ32(&ioc->chip->Doorbell) & MPI_DOORBELL_ACTIVE)) in mpt_send_handshake_request()
1287 & MPI_DOORBELL_ACTIVE) in mpt_host_page_access_control()
2920 if (ioc_state & MPI_DOORBELL_ACTIVE) { in MakeIocReady()
4688 if (!(CHIPREG_READ32(&ioc->chip->Doorbell) & MPI_DOORBELL_ACTIVE)) in mpt_handshake_req_reply_wait()
Dmptscsih.c1552 (ioc_raw_state & MPI_DOORBELL_ACTIVE)) { in mptscsih_IssueTaskMgmt()