Home
last modified time | relevance | path

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

/freebsd/sys/contrib/dev/athk/ath10k/
H A Dce.h306 struct ath10k_ce_ring *(*ce_alloc_src_ring)(struct ath10k *ar, member
H A Dce.c1831 .ce_alloc_src_ring = ath10k_ce_alloc_src_ring,
1845 .ce_alloc_src_ring = ath10k_ce_alloc_src_ring_64,
1906 ce_state->ops->ce_alloc_src_ring(ar, ce_id, attr); in ath10k_ce_alloc_pipe()