Home
last modified time | relevance | path

Searched refs:virtnet_sq_free_unused_buf (Results 1 – 1 of 1) sorted by relevance

/openbmc/linux/drivers/net/
H A Dvirtio_net.c337 static void virtnet_sq_free_unused_buf(struct virtqueue *vq, void *buf);
2477 err = virtqueue_resize(sq->vq, ring_num, virtnet_sq_free_unused_buf); in virtnet_tx_resize()
4084 static void virtnet_sq_free_unused_buf(struct virtqueue *vq, void *buf) in virtnet_sq_free_unused_buf() function
4100 virtnet_sq_free_unused_buf(vq, buf); in free_unused_bufs()