Home
last modified time | relevance | path

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

/openbmc/qemu/pc-bios/s390-ccw/
H A Dvirtio-net.c45 static uint16_t rx_last_idx; /* Last index in receive queue "used" ring */ variable
54 rx_last_idx = 0; in virtio_net_init()
106 if (rx_last_idx == rxvq->used->idx) { in recv()
110 len = rxvq->used->ring[rx_last_idx % rxvq->num].len - sizeof(VirtioNetHdr); in recv()
115 id = rxvq->used->ring[rx_last_idx % rxvq->num].id % rxvq->num; in recv()
139 rx_last_idx = rx_last_idx + 1; in recv()