Home
last modified time | relevance | path

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

/linux-6.12.1/drivers/message/fusion/
Dmptbase.c4657 mptReply = (MPIDefaultReply_t *) ioc->hs_reply; in mpt_handshake_req_reply_wait()
4730 u16reply[ii] = ioc->hs_reply[ii]; in mpt_handshake_req_reply_wait()
4857 u16 *hs_reply = ioc->hs_reply; in WaitForDoorbellReply() local
4858 volatile MPIDefaultReply_t *mptReply = (MPIDefaultReply_t *) ioc->hs_reply; in WaitForDoorbellReply()
4861 hs_reply[0] = hs_reply[1] = hs_reply[7] = 0; in WaitForDoorbellReply()
4870 hs_reply[u16cnt++] = le16_to_cpu(CHIPREG_READ32(&ioc->chip->Doorbell) & 0x0000FFFF); in WaitForDoorbellReply()
4875 hs_reply[u16cnt++] = le16_to_cpu(CHIPREG_READ32(&ioc->chip->Doorbell) & 0x0000FFFF); in WaitForDoorbellReply()
4881 ioc->name, t, le32_to_cpu(*(u32 *)hs_reply), in WaitForDoorbellReply()
4893 if (u16cnt < ARRAY_SIZE(ioc->hs_reply)) in WaitForDoorbellReply()
4894 hs_reply[u16cnt] = hword; in WaitForDoorbellReply()
Dmptbase.h700 u16 hs_reply[MPT_MAX_FRAME_SIZE/sizeof(u16)]; member