Searched refs:ce_state (Results 1 – 5 of 5) sorted by relevance
| /drivers/net/wireless/ath/ath10k/ |
| A D | ce.c | 569 return ce_state->ops->ce_send_nolock(ce_state, per_transfer_context, in ath10k_ce_send_nolock() 859 return ce_state->ops->ce_completed_recv_next_nolock(ce_state, in ath10k_ce_completed_recv_next_nolock() 874 ret = ce_state->ops->ce_completed_recv_next_nolock(ce_state, in ath10k_ce_completed_recv_next() 901 ar = ce_state->ar; in _ath10k_ce_revoke_recv_next() 954 ar = ce_state->ar; in _ath10k_ce_revoke_recv_next_64() 995 return ce_state->ops->ce_revoke_recv_next(ce_state, in ath10k_ce_revoke_recv_next() 1114 return ce_state->ops->ce_completed_send_next_nolock(ce_state, in ath10k_ce_completed_send_next_nolock() 1252 ce_state->recv_cb(ce_state); in ath10k_ce_per_engine_service() 1255 ce_state->send_cb(ce_state); in ath10k_ce_per_engine_service() 1298 (ce_state->send_cb || ce_state->recv_cb)) in ath10k_ce_per_engine_handler_adjust() [all …]
|
| A D | ce.h | 174 int ath10k_ce_send(struct ath10k_ce_pipe *ce_state, 182 int ath10k_ce_send_nolock(struct ath10k_ce_pipe *ce_state, 208 int ath10k_ce_completed_recv_next(struct ath10k_ce_pipe *ce_state, 215 int ath10k_ce_completed_send_next(struct ath10k_ce_pipe *ce_state, 218 int ath10k_ce_completed_send_next_nolock(struct ath10k_ce_pipe *ce_state, 236 int ath10k_ce_revoke_recv_next(struct ath10k_ce_pipe *ce_state, 240 int ath10k_ce_completed_recv_next_nolock(struct ath10k_ce_pipe *ce_state, 249 int ath10k_ce_cancel_send_next(struct ath10k_ce_pipe *ce_state, 314 int (*ce_completed_recv_next_nolock)(struct ath10k_ce_pipe *ce_state, 317 int (*ce_revoke_recv_next)(struct ath10k_ce_pipe *ce_state, [all …]
|
| A D | snoc.c | 57 static void ath10k_snoc_htc_tx_cb(struct ath10k_ce_pipe *ce_state); 58 static void ath10k_snoc_htt_tx_cb(struct ath10k_ce_pipe *ce_state); 59 static void ath10k_snoc_htc_rx_cb(struct ath10k_ce_pipe *ce_state); 60 static void ath10k_snoc_htt_rx_cb(struct ath10k_ce_pipe *ce_state); 62 static void ath10k_snoc_pktlog_rx_cb(struct ath10k_ce_pipe *ce_state); 573 struct ath10k *ar = ce_state->ar; in ath10k_snoc_process_rx_cb() 602 ce_state->id, skb->len); in ath10k_snoc_process_rx_cb() 620 ath10k_ce_per_engine_service(ce_state->ar, CE_POLL_PIPE); in ath10k_snoc_htt_htc_rx_cb() 641 ath10k_ce_per_engine_service(ce_state->ar, CE_POLL_PIPE); in ath10k_snoc_htt_rx_cb() 656 struct ath10k *ar = ce_state->ar; in ath10k_snoc_htc_tx_cb() [all …]
|
| A D | pci.c | 1176 struct ath10k *ar = ce_state->ar; in ath10k_pci_htc_tx_cb() 1197 struct ath10k *ar = ce_state->ar; in ath10k_pci_process_rx_cb() 1226 ce_state->id, skb->len); in ath10k_pci_process_rx_cb() 1240 struct ath10k *ar = ce_state->ar; in ath10k_pci_process_htt_rx_cb() 1275 ce_state->id, skb->len); in ath10k_pci_process_htt_rx_cb() 1304 ath10k_ce_per_engine_service(ce_state->ar, 4); in ath10k_pci_htt_htc_rx_cb() 1314 ath10k_pci_process_rx_cb(ce_state, in ath10k_pci_pktlog_rx_cb() 1321 struct ath10k *ar = ce_state->ar; in ath10k_pci_htt_tx_cb() 1347 ath10k_ce_per_engine_service(ce_state->ar, 4); in ath10k_pci_htt_rx_cb() 2213 struct ath10k *ar = ce_state->ar; in ath10k_pci_bmi_recv_data() [all …]
|
| /drivers/net/fddi/skfp/h/ |
| A D | smc.h | 145 int ce_state ; /* CEM state */ member
|
Completed in 25 milliseconds