Lines Matching defs:pSendRep
142 LANSendReply_t *pSendRep);
248 LANSendReply_t *pSendRep;
250 pSendRep = (LANSendReply_t *) reply;
251 FreeReqFrame = mpt_lan_send_reply(dev, pSendRep);
602 mpt_lan_send_reply(struct net_device *dev, LANSendReply_t *pSendRep)
613 count = pSendRep->NumberOfContexts;
616 le16_to_cpu(pSendRep->IOCStatus)));
620 switch (le16_to_cpu(pSendRep->IOCStatus) & MPI_IOCSTATUS_MASK) {
640 pContext = &pSendRep->BufferContext;
666 if (!(pSendRep->MsgFlags & MPI_MSGFLAGS_CONTINUATION_REPLY))