Searched refs:push_tail (Results 1 – 1 of 1) sorted by relevance
115 int (*push_tail)(struct k3_ring *ring, void *elm); member272 .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,1193 if (ring->ops && ring->ops->push_tail) in k3_ringacc_ring_push()1194 ret = ring->ops->push_tail(ring, elem); in k3_ringacc_ring_push()