Searched defs:ce_state (Results 1 – 3 of 3) sorted by relevance
268 int ath10k_ce_send_nolock(struct ath10k_ce_pipe *ce_state, in ath10k_ce_send_nolock()352 int ath10k_ce_send(struct ath10k_ce_pipe *ce_state, in ath10k_ce_send()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()580 int ath10k_ce_completed_send_next_nolock(struct ath10k_ce_pipe *ce_state, in ath10k_ce_completed_send_next_nolock()627 int ath10k_ce_cancel_send_next(struct ath10k_ce_pipe *ce_state, in ath10k_ce_cancel_send_next()685 int ath10k_ce_completed_send_next(struct ath10k_ce_pipe *ce_state, in ath10k_ce_completed_send_next()709 struct ath10k_ce_pipe *ce_state = &ar_pci->ce_states[ce_id]; in ath10k_ce_per_engine_service() local768 static void ath10k_ce_per_engine_handler_adjust(struct ath10k_ce_pipe *ce_state) in ath10k_ce_per_engine_handler_adjust()[all …]
1136 static void ath10k_pci_htc_tx_cb(struct ath10k_ce_pipe *ce_state) in ath10k_pci_htc_tx_cb()1155 static void ath10k_pci_process_rx_cb(struct ath10k_ce_pipe *ce_state, in ath10k_pci_process_rx_cb()1203 static void ath10k_pci_htc_rx_cb(struct ath10k_ce_pipe *ce_state) in ath10k_pci_htc_rx_cb()1208 static void ath10k_pci_htt_htc_rx_cb(struct ath10k_ce_pipe *ce_state) in ath10k_pci_htt_htc_rx_cb()1219 static void ath10k_pci_htt_tx_cb(struct ath10k_ce_pipe *ce_state) in ath10k_pci_htt_tx_cb()1242 static void ath10k_pci_htt_rx_cb(struct ath10k_ce_pipe *ce_state) in ath10k_pci_htt_rx_cb()1794 static void ath10k_pci_bmi_send_done(struct ath10k_ce_pipe *ce_state) in ath10k_pci_bmi_send_done()1804 static void ath10k_pci_bmi_recv_data(struct ath10k_ce_pipe *ce_state) in ath10k_pci_bmi_recv_data()
149 int ce_state ; /* CEM state */ member