Home
last modified time | relevance | path

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

/openbmc/linux/drivers/soc/ti/
H A Dk3-ringacc.c114 int (*push_tail)(struct k3_ring *ring, void *elm); member
272 .push_tail = k3_ringacc_ring_push_mem,
277 .push_tail = k3_ringacc_ring_push_mem,
292 .push_tail = k3_ringacc_ring_push_io,
304 .push_tail = k3_ringacc_ring_push_tail_proxy,
1208 if (ring->ops && ring->ops->push_tail) in k3_ringacc_ring_push()
1209 ret = ring->ops->push_tail(ring, elem); in k3_ringacc_ring_push()