Searched refs:ce_rx_post_buf (Results 1 – 4 of 4) sorted by relevance
| /src/sys/contrib/dev/athk/ath10k/ |
| H A D | ce.h | 312 int (*ce_rx_post_buf)(struct ath10k_ce_pipe *pipe, void *ctx, member
|
| H A D | ce.c | 745 ret = pipe->ops->ce_rx_post_buf(pipe, ctx, paddr); in ath10k_ce_rx_post_buf() 1836 .ce_rx_post_buf = __ath10k_ce_rx_post_buf, 1850 .ce_rx_post_buf = __ath10k_ce_rx_post_buf_64,
|
| H A D | snoc.c | 518 ret = ce_pipe->ops->ce_rx_post_buf(ce_pipe, skb, paddr); in __ath10k_snoc_rx_post_buf()
|
| H A D | pci.c | 838 ret = ce_pipe->ops->ce_rx_post_buf(ce_pipe, skb, paddr); in __ath10k_pci_rx_post_buf()
|