Searched refs:orig_nbytes (Results 1 – 1 of 1) sorted by relevance
/drivers/net/wireless/ath/ath10k/ |
D | pci.c | 855 unsigned int completed_nbytes, orig_nbytes, remaining_bytes; in ath10k_pci_diag_read_mem() local 875 orig_nbytes = nbytes; in ath10k_pci_diag_read_mem() 877 orig_nbytes, in ath10k_pci_diag_read_mem() 885 memset(data_buf, 0, orig_nbytes); in ath10k_pci_diag_read_mem() 887 remaining_bytes = orig_nbytes; in ath10k_pci_diag_read_mem() 952 memcpy(data, data_buf, orig_nbytes); in ath10k_pci_diag_read_mem() 958 dma_free_coherent(ar->dev, orig_nbytes, data_buf, in ath10k_pci_diag_read_mem() 1011 unsigned int completed_nbytes, orig_nbytes, remaining_bytes; in ath10k_pci_diag_write_mem() local 1030 orig_nbytes = nbytes; in ath10k_pci_diag_write_mem() 1032 orig_nbytes, in ath10k_pci_diag_write_mem() [all …]
|