Lines Matching refs:pRecvRep
139 LANReceivePostReply_t *pRecvRep);
257 LANReceivePostReply_t *pRecvRep; in lan_reply() local
259 pRecvRep = (LANReceivePostReply_t *) reply; in lan_reply()
260 if (pRecvRep->NumberOfContexts) { in lan_reply()
261 mpt_lan_receive_post_reply(dev, pRecvRep); in lan_reply()
262 if (!(pRecvRep->MsgFlags & MPI_MSGFLAGS_CONTINUATION_REPLY)) in lan_reply()
914 LANReceivePostReply_t *pRecvRep) in mpt_lan_receive_post_free() argument
924 count = pRecvRep->NumberOfContexts; in mpt_lan_receive_post_free()
931 ctx = le32_to_cpu(pRecvRep->BucketContext[i]); in mpt_lan_receive_post_free()
969 LANReceivePostReply_t *pRecvRep) in mpt_lan_receive_post_reply() argument
976 u32 remaining = le32_to_cpu(pRecvRep->BucketsRemaining); in mpt_lan_receive_post_reply()
982 le16_to_cpu(pRecvRep->IOCStatus))); in mpt_lan_receive_post_reply()
984 if ((le16_to_cpu(pRecvRep->IOCStatus) & MPI_IOCSTATUS_MASK) == in mpt_lan_receive_post_reply()
986 return mpt_lan_receive_post_free(dev, pRecvRep); in mpt_lan_receive_post_reply()
988 len = le32_to_cpu(pRecvRep->PacketLength); in mpt_lan_receive_post_reply()
994 pRecvRep->MsgFlags, le16_to_cpu(pRecvRep->IOCStatus)); in mpt_lan_receive_post_reply()
998 ctx = le32_to_cpu(pRecvRep->BucketContext[0]); in mpt_lan_receive_post_reply()
999 count = pRecvRep->NumberOfContexts; in mpt_lan_receive_post_reply()
1002 offset = le32_to_cpu(pRecvRep->PacketOffset); in mpt_lan_receive_post_reply()
1032 ctx = le32_to_cpu(pRecvRep->BucketContext[i]); in mpt_lan_receive_post_reply()