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

/haiku/src/add-ons/kernel/drivers/network/ether/virtio/
H A Dvirtio_net.cpp43 struct BufInfo : DoublyLinkedListLinkImpl<BufInfo> { struct in inherits:DoublyLinkedListLinkImpl
52 typedef DoublyLinkedList<BufInfo> BufInfoList;
67 BufInfo** rxBufInfos;
76 BufInfo** txBufInfos;
181 BufInfo* buf = NULL;
196 virtio_net_rx_enqueue_buf(virtio_net_driver_info* info, BufInfo* buf)
344 info->rxBufInfos = new(std::nothrow) BufInfo*[info->rxSizes[0]];
345 info->txBufInfos = new(std::nothrow) BufInfo*[info->txSizes[0]];
350 memset(info->rxBufInfos, 0, sizeof(BufInfo*) * inf
[all...]

Completed in 84 milliseconds