Lines Matching refs:pRlmtMbuf
2404 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;
4331 pRlmtMbuf->pNext = NULL;
4332 pRlmtMbuf->pOs = pMsgBlock;
4333 pRlmtMbuf->pData = pMsgBlock->data; /* Data buffer. */
4334 pRlmtMbuf->Size = BufferSize; /* Data buffer size. */
4335 pRlmtMbuf->Length = 0; /* Length of packet (<= Size). */
4336 return (pRlmtMbuf);
4546 SK_MBUF *pRlmtMbuf; /* pointer to a rlmt-mbuf structure */ local
4835 pRlmtMbuf = (SK_MBUF*) Param.pParaPtr;
4836 pMsg = (struct sk_buff*) pRlmtMbuf->pOs;
4837 skb_put(pMsg, pRlmtMbuf->Length);
4838 if (XmitFrame(pAC, &pAC->TxPort[pRlmtMbuf->PortIdx][TX_PRIO_LOW],