Searched defs:cbTxAlloc (Results 1 - 1 of 1) sorted by relevance

/vbox/src/VBox/Devices/Network/
H A DDevE1000.cpp1145 uint32_t cbTxAlloc; member in struct:E1kState_st
1636 pThis->cbTxAlloc = 0;
3642 if (pThis->cbTxAlloc == 0)
3651 int rc = pDrv->pfnAllocBuf(pDrv, pThis->cbTxAlloc, fGso ? &pThis->GsoCtx : NULL, &pSg);
3659 pThis->szPrf, pThis->cbTxAlloc,
3662 pThis->cbTxAlloc = 0;
4191 pThis->cbTxAlloc = RT_MIN(pThis->u32PayRemain,
4913 LogFlow(("%s e1kLocateTxPacket: ENTER cbTxAlloc=%d\n",
4914 pThis->szPrf, pThis->cbTxAlloc));
4916 if (pThis->cbTxAlloc)
[all...]

Completed in 65 milliseconds