Home
last modified time | relevance | path

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

/linux-2.4.37.9/drivers/net/sk98lin/
Dskge.c2404 SK_MBUF *pRlmtMbuf; /* ptr to a buffer for giving a frame to rlmt */ local
2689 pRlmtMbuf = SkDrvAllocRlmtMbuf(pAC,
2691 if (pRlmtMbuf != NULL) {
2692 pRlmtMbuf->pNext = NULL;
2693 pRlmtMbuf->Length = FrameLength;
2694 pRlmtMbuf->PortIdx = PortIndex;
2695 EvPara.pParaPtr = pRlmtMbuf;
2696 memcpy((char*)(pRlmtMbuf->pData),
4322 SK_MBUF *pRlmtMbuf; /* pointer to a new rlmt-mbuf structure */ local
4329 pRlmtMbuf = (SK_MBUF*) pMsgBlock->data;
[all …]