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

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/message/fusion/
H A Dmptlan.c142 LANSendReply_t *pSendRep);
241 LANSendReply_t *pSendRep; local
243 pSendRep = (LANSendReply_t *) reply;
244 FreeReqFrame = mpt_lan_send_reply(dev, pSendRep);
604 mpt_lan_send_reply(struct net_device *dev, LANSendReply_t *pSendRep) argument
615 count = pSendRep->NumberOfContexts;
618 le16_to_cpu(pSendRep->IOCStatus)));
622 switch (le16_to_cpu(pSendRep->IOCStatus) & MPI_IOCSTATUS_MASK) {
642 pContext = &pSendRep->BufferContext;
668 if (!(pSendRep
[all...]

Completed in 81 milliseconds