Home
last modified time | relevance | path

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

/linux-4.19.296/drivers/message/fusion/
Dmptbase.c4671 mptReply = (MPIDefaultReply_t *) ioc->hs_reply; in mpt_handshake_req_reply_wait()
4744 u16reply[ii] = ioc->hs_reply[ii]; in mpt_handshake_req_reply_wait()
4871 u16 *hs_reply = ioc->hs_reply; in WaitForDoorbellReply() local
4872 volatile MPIDefaultReply_t *mptReply = (MPIDefaultReply_t *) ioc->hs_reply; in WaitForDoorbellReply()
4875 hs_reply[0] = hs_reply[1] = hs_reply[7] = 0; in WaitForDoorbellReply()
4884 hs_reply[u16cnt++] = le16_to_cpu(CHIPREG_READ32(&ioc->chip->Doorbell) & 0x0000FFFF); in WaitForDoorbellReply()
4889 hs_reply[u16cnt++] = le16_to_cpu(CHIPREG_READ32(&ioc->chip->Doorbell) & 0x0000FFFF); in WaitForDoorbellReply()
4895 ioc->name, t, le32_to_cpu(*(u32 *)hs_reply), in WaitForDoorbellReply()
4907 if (u16cnt < ARRAY_SIZE(ioc->hs_reply)) in WaitForDoorbellReply()
4908 hs_reply[u16cnt] = hword; in WaitForDoorbellReply()
Dmptbase.h700 u16 hs_reply[MPT_MAX_FRAME_SIZE/sizeof(u16)]; member