Home
last modified time | relevance | path

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

/kernel/linux/linux-5.10/drivers/message/fusion/
H A Dmptlan.c142 LANSendReply_t *pSendRep);
248 LANSendReply_t *pSendRep; in lan_reply() local
250 pSendRep = (LANSendReply_t *) reply; in lan_reply()
251 FreeReqFrame = mpt_lan_send_reply(dev, pSendRep); in lan_reply()
602 mpt_lan_send_reply(struct net_device *dev, LANSendReply_t *pSendRep) in mpt_lan_send_reply() argument
613 count = pSendRep->NumberOfContexts; in mpt_lan_send_reply()
616 le16_to_cpu(pSendRep->IOCStatus))); in mpt_lan_send_reply()
620 switch (le16_to_cpu(pSendRep->IOCStatus) & MPI_IOCSTATUS_MASK) { in mpt_lan_send_reply()
640 pContext = &pSendRep->BufferContext; in mpt_lan_send_reply()
666 if (!(pSendRep in mpt_lan_send_reply()
[all...]
/kernel/linux/linux-6.6/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()
599 mpt_lan_send_reply(struct net_device *dev, LANSendReply_t *pSendRep) in mpt_lan_send_reply() argument
610 count = pSendRep->NumberOfContexts; in mpt_lan_send_reply()
613 le16_to_cpu(pSendRep->IOCStatus))); in mpt_lan_send_reply()
617 switch (le16_to_cpu(pSendRep->IOCStatus) & MPI_IOCSTATUS_MASK) { in mpt_lan_send_reply()
637 pContext = &pSendRep->BufferContext; in mpt_lan_send_reply()
664 if (!(pSendRep in mpt_lan_send_reply()
[all...]

Completed in 3 milliseconds