Searched refs:pMBuf (Results 1 – 2 of 2) sorted by relevance
260 struct sk_buff *pMBuf; /* Pointer to Linux' socket buffer */ member276 struct sk_buff *pMBuf; /* Pointer to Linux' socket buffer */ member
1947 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 …]