Home
last modified time | relevance | path

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

/kernel/linux/linux-5.10/drivers/message/fusion/
Dmptbase.c4670 mptReply = (MPIDefaultReply_t *) ioc->hs_reply; in mpt_handshake_req_reply_wait()
4743 u16reply[ii] = ioc->hs_reply[ii]; in mpt_handshake_req_reply_wait()
4870 u16 *hs_reply = ioc->hs_reply; in WaitForDoorbellReply() local
4871 volatile MPIDefaultReply_t *mptReply = (MPIDefaultReply_t *) ioc->hs_reply; in WaitForDoorbellReply()
4874 hs_reply[0] = hs_reply[1] = hs_reply[7] = 0; in WaitForDoorbellReply()
4883 hs_reply[u16cnt++] = le16_to_cpu(CHIPREG_READ32(&ioc->chip->Doorbell) & 0x0000FFFF); in WaitForDoorbellReply()
4888 hs_reply[u16cnt++] = le16_to_cpu(CHIPREG_READ32(&ioc->chip->Doorbell) & 0x0000FFFF); in WaitForDoorbellReply()
4894 ioc->name, t, le32_to_cpu(*(u32 *)hs_reply), in WaitForDoorbellReply()
4906 if (u16cnt < ARRAY_SIZE(ioc->hs_reply)) in WaitForDoorbellReply()
4907 hs_reply[u16cnt] = hword; in WaitForDoorbellReply()
Dmptbase.h700 u16 hs_reply[MPT_MAX_FRAME_SIZE/sizeof(u16)]; member