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()
905 LANReceivePostReply_t *pRecvRep) in mpt_lan_receive_post_free() argument
915 count = pRecvRep->NumberOfContexts; in mpt_lan_receive_post_free()
922 ctx = le32_to_cpu(pRecvRep->BucketContext[i]); in mpt_lan_receive_post_free()
960 LANReceivePostReply_t *pRecvRep) in mpt_lan_receive_post_reply() argument
967 u32 remaining = le32_to_cpu(pRecvRep->BucketsRemaining); in mpt_lan_receive_post_reply()
973 le16_to_cpu(pRecvRep->IOCStatus))); in mpt_lan_receive_post_reply()
975 if ((le16_to_cpu(pRecvRep->IOCStatus) & MPI_IOCSTATUS_MASK) == in mpt_lan_receive_post_reply()
977 return mpt_lan_receive_post_free(dev, pRecvRep); in mpt_lan_receive_post_reply()
979 len = le32_to_cpu(pRecvRep->PacketLength); in mpt_lan_receive_post_reply()
985 pRecvRep->MsgFlags, le16_to_cpu(pRecvRep->IOCStatus)); in mpt_lan_receive_post_reply()
989 ctx = le32_to_cpu(pRecvRep->BucketContext[0]); in mpt_lan_receive_post_reply()
990 count = pRecvRep->NumberOfContexts; in mpt_lan_receive_post_reply()
993 offset = le32_to_cpu(pRecvRep->PacketOffset); in mpt_lan_receive_post_reply()
1023 ctx = le32_to_cpu(pRecvRep->BucketContext[i]); in mpt_lan_receive_post_reply()