Home
last modified time | relevance | path

Searched refs:ath10k_ce_pipe (Results 1 – 4 of 4) sorted by relevance

/linux-4.1.27/drivers/net/wireless/ath/ath10k/
Dce.h37 struct ath10k_ce_pipe;
109 struct ath10k_ce_pipe { struct
117 void (*send_cb)(struct ath10k_ce_pipe *); argument
118 void (*recv_cb)(struct ath10k_ce_pipe *); argument
146 int ath10k_ce_send(struct ath10k_ce_pipe *ce_state,
154 int ath10k_ce_send_nolock(struct ath10k_ce_pipe *ce_state,
161 void __ath10k_ce_send_revert(struct ath10k_ce_pipe *pipe);
163 int ath10k_ce_num_free_src_entries(struct ath10k_ce_pipe *pipe);
167 int __ath10k_ce_rx_num_free_bufs(struct ath10k_ce_pipe *pipe);
168 int __ath10k_ce_rx_post_buf(struct ath10k_ce_pipe *pipe, void *ctx, u32 paddr);
[all …]
Dce.c268 int ath10k_ce_send_nolock(struct ath10k_ce_pipe *ce_state, in ath10k_ce_send_nolock()
326 void __ath10k_ce_send_revert(struct ath10k_ce_pipe *pipe) in __ath10k_ce_send_revert()
353 int ath10k_ce_send(struct ath10k_ce_pipe *ce_state, in ath10k_ce_send()
372 int ath10k_ce_num_free_src_entries(struct ath10k_ce_pipe *pipe) in ath10k_ce_num_free_src_entries()
387 int __ath10k_ce_rx_num_free_bufs(struct ath10k_ce_pipe *pipe) in __ath10k_ce_rx_num_free_bufs()
401 int __ath10k_ce_rx_post_buf(struct ath10k_ce_pipe *pipe, void *ctx, u32 paddr) in __ath10k_ce_rx_post_buf()
429 int ath10k_ce_rx_post_buf(struct ath10k_ce_pipe *pipe, void *ctx, u32 paddr) in ath10k_ce_rx_post_buf()
446 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 …]
Dpci.h138 struct ath10k_ce_pipe *ce_hdl;
180 struct ath10k_ce_pipe *ce_diag;
186 struct ath10k_ce_pipe ce_states[CE_COUNT_MAX];
Dpci.c90 static int ath10k_pci_bmi_wait(struct ath10k_ce_pipe *tx_pipe,
91 struct ath10k_ce_pipe *rx_pipe,
391 struct ath10k_ce_pipe *ce_pipe = pipe->ce_hdl; in __ath10k_pci_rx_post_buf()
431 struct ath10k_ce_pipe *ce_pipe = pipe->ce_hdl; in __ath10k_pci_rx_post_pipe()
496 struct ath10k_ce_pipe *ce_diag; in ath10k_pci_diag_read_mem()
664 struct ath10k_ce_pipe *ce_diag; in ath10k_pci_diag_write_mem()
836 static void ath10k_pci_ce_send_done(struct ath10k_ce_pipe *ce_state) in ath10k_pci_ce_send_done()
862 static void ath10k_pci_ce_recv_data(struct ath10k_ce_pipe *ce_state) in ath10k_pci_ce_recv_data()
913 struct ath10k_ce_pipe *ce_pipe = pci_pipe->ce_hdl; in ath10k_pci_hif_tx_sg()
1226 struct ath10k_ce_pipe *ce_pipe; in ath10k_pci_rx_pipe_cleanup()
[all …]