Searched refs:ce_data (Results 1 - 1 of 1) sorted by relevance
/linux-4.1.27/drivers/net/wireless/ath/ath10k/ |
H A D | pci.c | 498 u32 ce_data; ath10k_pci_diag_read_mem() local 526 ce_data = ce_data_base; ath10k_pci_diag_read_mem() 531 ret = __ath10k_ce_rx_post_buf(ce_diag, NULL, ce_data); ath10k_pci_diag_read_mem() 590 if (buf != ce_data) { ath10k_pci_diag_read_mem() 597 ce_data += nbytes; ath10k_pci_diag_read_mem() 666 u32 ce_data; /* Host buffer address in CE space */ ath10k_pci_diag_write_mem() local 706 ce_data = ce_data_base; ath10k_pci_diag_write_mem() 720 ret = ath10k_ce_send_nolock(ce_diag, NULL, (u32)ce_data, ath10k_pci_diag_write_mem() 742 if (buf != ce_data) { ath10k_pci_diag_write_mem() 771 ce_data += nbytes; ath10k_pci_diag_write_mem() 843 u32 ce_data; ath10k_pci_ce_send_done() local 848 while (ath10k_ce_completed_send_next(ce_state, (void **)&skb, &ce_data, ath10k_pci_ce_send_done() 871 u32 ce_data; ath10k_pci_ce_recv_data() local 878 &ce_data, &nbytes, &transfer_id, ath10k_pci_ce_recv_data() 1449 u32 ce_data; ath10k_pci_bmi_send_done() local 1453 if (ath10k_ce_completed_send_next(ce_state, (void **)&xfer, &ce_data, ath10k_pci_bmi_send_done() 1464 u32 ce_data; ath10k_pci_bmi_recv_data() local 1469 if (ath10k_ce_completed_recv_next(ce_state, (void **)&xfer, &ce_data, ath10k_pci_bmi_recv_data()
|
Completed in 58 milliseconds