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

/linux-master/drivers/net/
H A Dvirtio_net.c705 static void *virtnet_rq_get_buf(struct receive_queue *rq, u32 *len, void **ctx) function
1150 buf = virtnet_rq_get_buf(rq, &buflen, NULL);
1370 buf = virtnet_rq_get_buf(rq, &len, NULL);
1478 buf = virtnet_rq_get_buf(rq, &len, &ctx);
1707 buf = virtnet_rq_get_buf(rq, &len, &ctx);
2125 (buf = virtnet_rq_get_buf(rq, &len, &ctx))) {
2131 (buf = virtnet_rq_get_buf(rq, &len, NULL)) != NULL) {

Completed in 143 milliseconds