Home
last modified time | relevance | path

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

/openbmc/linux/drivers/net/ethernet/google/gve/
H A Dgve_rx_dqo.c244 rx->dqo.complq.bus); in gve_rx_free_ring_dqo()
299 rx->dqo.complq.desc_ring = in gve_rx_alloc_ring_dqo()
374 struct gve_rx_compl_queue_dqo *complq = &rx->dqo.complq; in gve_rx_post_buffers_dqo() local
409 complq->num_free_slots--; in gve_rx_post_buffers_dqo()
764 struct gve_rx_compl_queue_dqo *complq = &rx->dqo.complq; in gve_rx_poll_dqo() local
772 &complq->desc_ring[complq->head]; in gve_rx_poll_dqo()
780 prefetch(&complq->desc_ring[(complq->head + 1) & complq->mask]); in gve_rx_poll_dqo()
781 prefetch(&complq->desc_ring[(complq->head + 2) & complq->mask]); in gve_rx_poll_dqo()
797 complq->head = (complq->head + 1) & complq->mask; in gve_rx_poll_dqo()
798 complq->num_free_slots++; in gve_rx_poll_dqo()
[all …]
H A Dgve.h212 struct gve_rx_compl_queue_dqo complq; member
H A Dgve_adminq.c604 cpu_to_be64(rx->dqo.complq.bus); in gve_adminq_create_rx_queue()