Searched refs:ce_rx_post_buf (Results 1 – 4 of 4) sorted by relevance
| /Linux-v4.19/drivers/net/wireless/ath/ath10k/ |
| D | ce.h | 317 int (*ce_rx_post_buf)(struct ath10k_ce_pipe *pipe, void *ctx, member
|
| D | ce.c | 775 ret = pipe->ops->ce_rx_post_buf(pipe, ctx, paddr); in ath10k_ce_rx_post_buf() 1798 .ce_rx_post_buf = __ath10k_ce_rx_post_buf, 1809 .ce_rx_post_buf = __ath10k_ce_rx_post_buf_64,
|
| D | pci.c | 802 ret = ce_pipe->ops->ce_rx_post_buf(ce_pipe, skb, paddr); in __ath10k_pci_rx_post_buf() 940 ret = ce_diag->ops->ce_rx_post_buf(ce_diag, &ce_data, ce_data); in ath10k_pci_diag_read_mem() 1106 ret = ce_diag->ops->ce_rx_post_buf(ce_diag, &address, address); in ath10k_pci_diag_write_mem()
|
| D | snoc.c | 332 ret = ce_pipe->ops->ce_rx_post_buf(ce_pipe, skb, paddr); in __ath10k_snoc_rx_post_buf()
|