Home
last modified time | relevance | path

Searched refs:pSendRep (Results 1 – 1 of 1) sorted by relevance

/linux/drivers/message/fusion/
H A Dmptlan.c139 LANSendReply_t *pSendRep);
245 LANSendReply_t *pSendRep; in lan_reply() local
247 pSendRep = (LANSendReply_t *) reply; in lan_reply()
248 FreeReqFrame = mpt_lan_send_reply(dev, pSendRep); in lan_reply()
594 mpt_lan_send_reply(struct net_device *dev, LANSendReply_t *pSendRep) in mpt_lan_send_reply() argument
605 count = pSendRep->NumberOfContexts; in mpt_lan_send_reply()
608 le16_to_cpu(pSendRep->IOCStatus))); in mpt_lan_send_reply()
612 switch (le16_to_cpu(pSendRep->IOCStatus) & MPI_IOCSTATUS_MASK) { in mpt_lan_send_reply()
632 pContext = &pSendRep->BufferContext; in mpt_lan_send_reply()
659 if (!(pSendRep->MsgFlags & MPI_MSGFLAGS_CONTINUATION_REPLY)) in mpt_lan_send_reply()