Searched refs:ath10k_ce_pipe (Results 1 – 4 of 4) sorted by relevance
/linux-4.4.14/drivers/net/wireless/ath/ath10k/ |
D | ce.h | 37 struct ath10k_ce_pipe; 108 struct ath10k_ce_pipe { struct 116 void (*send_cb)(struct ath10k_ce_pipe *); argument 117 void (*recv_cb)(struct ath10k_ce_pipe *); argument 145 int ath10k_ce_send(struct ath10k_ce_pipe *ce_state, 153 int ath10k_ce_send_nolock(struct ath10k_ce_pipe *ce_state, 160 void __ath10k_ce_send_revert(struct ath10k_ce_pipe *pipe); 162 int ath10k_ce_num_free_src_entries(struct ath10k_ce_pipe *pipe); 166 int __ath10k_ce_rx_num_free_bufs(struct ath10k_ce_pipe *pipe); 167 int __ath10k_ce_rx_post_buf(struct ath10k_ce_pipe *pipe, void *ctx, u32 paddr); [all …]
|
D | ce.c | 268 int ath10k_ce_send_nolock(struct ath10k_ce_pipe *ce_state, in ath10k_ce_send_nolock() 325 void __ath10k_ce_send_revert(struct ath10k_ce_pipe *pipe) in __ath10k_ce_send_revert() 352 int ath10k_ce_send(struct ath10k_ce_pipe *ce_state, in ath10k_ce_send() 371 int ath10k_ce_num_free_src_entries(struct ath10k_ce_pipe *pipe) in ath10k_ce_num_free_src_entries() 386 int __ath10k_ce_rx_num_free_bufs(struct ath10k_ce_pipe *pipe) in __ath10k_ce_rx_num_free_bufs() 400 int __ath10k_ce_rx_post_buf(struct ath10k_ce_pipe *pipe, void *ctx, u32 paddr) in __ath10k_ce_rx_post_buf() 428 int ath10k_ce_rx_post_buf(struct ath10k_ce_pipe *pipe, void *ctx, u32 paddr) in ath10k_ce_rx_post_buf() 445 int ath10k_ce_completed_recv_next_nolock(struct ath10k_ce_pipe *ce_state, in ath10k_ce_completed_recv_next_nolock() 502 int ath10k_ce_completed_recv_next(struct ath10k_ce_pipe *ce_state, in ath10k_ce_completed_recv_next() 523 int ath10k_ce_revoke_recv_next(struct ath10k_ce_pipe *ce_state, in ath10k_ce_revoke_recv_next() [all …]
|
D | pci.h | 138 struct ath10k_ce_pipe *ce_hdl; 179 struct ath10k_ce_pipe *ce_diag; 185 struct ath10k_ce_pipe ce_states[CE_COUNT_MAX];
|
D | pci.c | 102 static int ath10k_pci_bmi_wait(struct ath10k_ce_pipe *tx_pipe, 103 struct ath10k_ce_pipe *rx_pipe, 106 static void ath10k_pci_htc_tx_cb(struct ath10k_ce_pipe *ce_state); 107 static void ath10k_pci_htc_rx_cb(struct ath10k_ce_pipe *ce_state); 108 static void ath10k_pci_htt_tx_cb(struct ath10k_ce_pipe *ce_state); 109 static void ath10k_pci_htt_rx_cb(struct ath10k_ce_pipe *ce_state); 110 static void ath10k_pci_htt_htc_rx_cb(struct ath10k_ce_pipe *ce_state); 743 struct ath10k_ce_pipe *ce_pipe = pipe->ce_hdl; in __ath10k_pci_rx_post_buf() 782 struct ath10k_ce_pipe *ce_pipe = pipe->ce_hdl; in ath10k_pci_rx_post_pipe() 858 struct ath10k_ce_pipe *ce_diag; in ath10k_pci_diag_read_mem() [all …]
|