Lines Matching refs:ce_state
836 static void ath10k_pci_ce_send_done(struct ath10k_ce_pipe *ce_state) in ath10k_pci_ce_send_done() argument
838 struct ath10k *ar = ce_state->ar; in ath10k_pci_ce_send_done()
848 while (ath10k_ce_completed_send_next(ce_state, (void **)&skb, &ce_data, 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() argument
864 struct ath10k *ar = ce_state->ar; in ath10k_pci_ce_recv_data()
866 struct ath10k_pci_pipe *pipe_info = &ar_pci->pipe_info[ce_state->id]; in ath10k_pci_ce_recv_data()
877 while (ath10k_ce_completed_recv_next(ce_state, &transfer_context, in ath10k_pci_ce_recv_data()
898 ce_state->id, skb->len); in ath10k_pci_ce_recv_data()
1446 static void ath10k_pci_bmi_send_done(struct ath10k_ce_pipe *ce_state) in ath10k_pci_bmi_send_done() argument
1453 if (ath10k_ce_completed_send_next(ce_state, (void **)&xfer, &ce_data, in ath10k_pci_bmi_send_done()
1460 static void ath10k_pci_bmi_recv_data(struct ath10k_ce_pipe *ce_state) in ath10k_pci_bmi_recv_data() argument
1462 struct ath10k *ar = ce_state->ar; in ath10k_pci_bmi_recv_data()
1469 if (ath10k_ce_completed_recv_next(ce_state, (void **)&xfer, &ce_data, in ath10k_pci_bmi_recv_data()