Home
last modified time | relevance | path

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

/openbmc/linux/drivers/net/wireless/ath/ath10k/
H A Dce.h306 struct ath10k_ce_ring *(*ce_alloc_src_ring)(struct ath10k *ar, member
H A Dce.c1827 .ce_alloc_src_ring = ath10k_ce_alloc_src_ring,
1841 .ce_alloc_src_ring = ath10k_ce_alloc_src_ring_64,
1902 ce_state->ops->ce_alloc_src_ring(ar, ce_id, attr); in ath10k_ce_alloc_pipe()