Lines Matching refs:bytesCopied
1246 bytesCopied = packet->length;
1256 bytesCopied = packet->length;
1285 bytesCopied = packet->length;
1300 bytesCopied += max_to_copy;
1312 bytesCopied += max_to_copy + split_point;
1335 return bytesCopied;
1349 DPRINTF(EthernetDesc, "pktPtr->length: %d bytesCopied: %d "
1351 pktPtr->length, bytesCopied, crcfixup,
1367 assert(bytesCopied <= pktPtr->length);
1368 if (bytesCopied == pktPtr->length)
1458 if (bytesCopied == pktPtr->length) {
1490 bytesCopied = 0;
1540 SERIALIZE_SCALAR(bytesCopied);
1549 UNSERIALIZE_SCALAR(bytesCopied);