Home
last modified time | relevance | path

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

/linux-2.4.37.9/drivers/net/sk98lin/h/
Dskdrv2nd.h260 struct sk_buff *pMBuf; /* Pointer to Linux' socket buffer */ member
276 struct sk_buff *pMBuf; /* Pointer to Linux' socket buffer */ member
/linux-2.4.37.9/drivers/net/sk98lin/
Dskge.c1947 pTxd->pMBuf = pMessage; in XmitFrame()
2121 pTxd->pMBuf = pMessage; in XmitFrameSG()
2245 pTxd->pMBuf->len, in FreeTxDescriptors()
2249 DEV_KFREE_SKB_ANY(pTxd->pMBuf); /* free message */ in FreeTxDescriptors()
2334 pRxd->pMBuf = pMsgBlock; in FillRxDescriptor()
2373 pRxd->pMBuf = pMsg; in ReQueueRxBuffer()
2464 pMsg = pRxd->pMBuf;
2757 DEV_KFREE_SKB_IRQ(pRxd->pMBuf);
2758 pRxd->pMBuf = NULL;
2832 if (pRxd->pMBuf != NULL) {
[all …]