Lines Matching refs:cbFragment
4215 * @param cbFragment Length of descriptor's buffer.
4219 static bool e1kFallbackAddToFrame(PE1KSTATE pThis, E1KTXDESC* pDesc, uint32_t cbFragment, bool fOnWorkerThread)
4237 if (cb > cbFragment)
4240 cb = cbFragment;
4254 cbFragment -= cb;
4255 } while (cbFragment > 0);
4280 * @param cbFragment Length of descriptor's buffer.
4347 * @param cbFragment Length of descriptor's buffer.
4350 static bool e1kAddToFrame(PE1KSTATE pThis, RTGCPHYS PhysAddr, uint32_t cbFragment)
4354 uint32_t const cbNewPkt = cbFragment + pThis->u16TxPktLen;
4373 (uint8_t *)pTxSg->aSegs[0].pvSeg + pThis->u16TxPktLen, cbFragment);