Searched refs:rxSizes (Results 1 - 1 of 1) sorted by relevance

/haiku/src/add-ons/kernel/drivers/network/ether/virtio/
H A Dvirtio_net.cpp65 uint16* rxSizes; member in struct:__anon10
328 info->rxSizes = new(std::nothrow) uint16[info->pairsCount];
331 || info->rxSizes == NULL || info->txSizes == NULL) {
338 info->rxSizes[i] = info->virtio->queue_size(info->rxQueues[i]) / 2;
344 info->rxBufInfos = new(std::nothrow) BufInfo*[info->rxSizes[0]];
350 memset(info->rxBufInfos, 0, sizeof(BufInfo*) * info->rxSizes[0]);
356 BUFFER_SIZE * info->rxSizes[0]),
364 for (int i = 0; i < info->rxSizes[0]; i++) {
465 for (int i = 0; i < info->rxSizes[0]; i++)
475 delete[] info->rxSizes;
[all...]

Completed in 29 milliseconds