Searched refs:push_tail (Results 1 – 1 of 1) sorted by relevance
106 int (*push_tail)(struct k3_ring *ring, void *elm); member236 .push_tail = k3_ringacc_ring_push_mem,246 .push_tail = k3_ringacc_ring_push_io,258 .push_tail = k3_ringacc_ring_push_tail_proxy,949 if (ring->ops && ring->ops->push_tail) in k3_ringacc_ring_push()950 ret = ring->ops->push_tail(ring, elem); in k3_ringacc_ring_push()