Lines Matching defs:pSendRep
139 LANSendReply_t *pSendRep);
245 LANSendReply_t *pSendRep;
247 pSendRep = (LANSendReply_t *) reply;
248 FreeReqFrame = mpt_lan_send_reply(dev, pSendRep);
599 mpt_lan_send_reply(struct net_device *dev, LANSendReply_t *pSendRep)
610 count = pSendRep->NumberOfContexts;
613 le16_to_cpu(pSendRep->IOCStatus)));
617 switch (le16_to_cpu(pSendRep->IOCStatus) & MPI_IOCSTATUS_MASK) {
637 pContext = &pSendRep->BufferContext;
664 if (!(pSendRep->MsgFlags & MPI_MSGFLAGS_CONTINUATION_REPLY))