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

/haiku/src/add-ons/kernel/drivers/network/ether/virtio/
H A Dvirtio_net.cpp76 BufInfo** txBufInfos; member in struct:__anon10
345 info->txBufInfos = new(std::nothrow) BufInfo*[info->txSizes[0]];
346 if (info->rxBufInfos == NULL || info->txBufInfos == NULL) {
351 memset(info->txBufInfos, 0, sizeof(BufInfo*) * info->txSizes[0]);
405 info->txBufInfos[i] = buf;
461 delete info->txBufInfos[i];
471 delete[] info->txBufInfos;
502 delete info->txBufInfos[i];
507 delete[] info->txBufInfos;

Completed in 113 milliseconds