Lines Matching refs:pRecvRep
136 LANReceivePostReply_t *pRecvRep);
254 LANReceivePostReply_t *pRecvRep; in lan_reply() local
256 pRecvRep = (LANReceivePostReply_t *) reply; in lan_reply()
257 if (pRecvRep->NumberOfContexts) { in lan_reply()
258 mpt_lan_receive_post_reply(dev, pRecvRep); in lan_reply()
259 if (!(pRecvRep->MsgFlags & MPI_MSGFLAGS_CONTINUATION_REPLY)) in lan_reply()
907 LANReceivePostReply_t *pRecvRep) in mpt_lan_receive_post_free() argument
917 count = pRecvRep->NumberOfContexts; in mpt_lan_receive_post_free()
924 ctx = le32_to_cpu(pRecvRep->BucketContext[i]); in mpt_lan_receive_post_free()
962 LANReceivePostReply_t *pRecvRep) in mpt_lan_receive_post_reply() argument
969 u32 remaining = le32_to_cpu(pRecvRep->BucketsRemaining); in mpt_lan_receive_post_reply()
975 le16_to_cpu(pRecvRep->IOCStatus))); in mpt_lan_receive_post_reply()
977 if ((le16_to_cpu(pRecvRep->IOCStatus) & MPI_IOCSTATUS_MASK) == in mpt_lan_receive_post_reply()
979 return mpt_lan_receive_post_free(dev, pRecvRep); in mpt_lan_receive_post_reply()
981 len = le32_to_cpu(pRecvRep->PacketLength); in mpt_lan_receive_post_reply()
987 pRecvRep->MsgFlags, le16_to_cpu(pRecvRep->IOCStatus)); in mpt_lan_receive_post_reply()
991 ctx = le32_to_cpu(pRecvRep->BucketContext[0]); in mpt_lan_receive_post_reply()
992 count = pRecvRep->NumberOfContexts; in mpt_lan_receive_post_reply()
995 offset = le32_to_cpu(pRecvRep->PacketOffset); in mpt_lan_receive_post_reply()
1025 ctx = le32_to_cpu(pRecvRep->BucketContext[i]); in mpt_lan_receive_post_reply()