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

/haiku/src/add-ons/kernel/drivers/network/ether/virtio/
H A Dvirtio_net.cpp67 BufInfo** rxBufInfos; member in struct:__anon10
344 info->rxBufInfos = new(std::nothrow) BufInfo*[info->rxSizes[0]];
346 if (info->rxBufInfos == NULL || info->txBufInfos == NULL) {
350 memset(info->rxBufInfos, 0, sizeof(BufInfo*) * info->rxSizes[0]);
371 info->rxBufInfos[i] = buf;
466 delete info->rxBufInfos[i];
470 delete[] info->rxBufInfos;
499 delete info->rxBufInfos[i];
506 delete[] info->rxBufInfos;
558 virtio_net_rx_enqueue_buf(info, info->rxBufInfos[
[all...]

Completed in 81 milliseconds