Searched refs:orig_nbytes (Results 1 – 1 of 1) sorted by relevance
/linux-4.1.27/drivers/net/wireless/ath/ath10k/ |
D | pci.c | 493 unsigned int completed_nbytes, orig_nbytes, remaining_bytes; in ath10k_pci_diag_read_mem() local 513 orig_nbytes = nbytes; in ath10k_pci_diag_read_mem() 515 orig_nbytes, in ath10k_pci_diag_read_mem() 523 memset(data_buf, 0, orig_nbytes); in ath10k_pci_diag_read_mem() 525 remaining_bytes = orig_nbytes; in ath10k_pci_diag_read_mem() 602 memcpy(data, data_buf, orig_nbytes); in ath10k_pci_diag_read_mem() 608 dma_free_coherent(ar->dev, orig_nbytes, data_buf, in ath10k_pci_diag_read_mem() 661 unsigned int completed_nbytes, orig_nbytes, remaining_bytes; in ath10k_pci_diag_write_mem() local 680 orig_nbytes = nbytes; in ath10k_pci_diag_write_mem() 682 orig_nbytes, in ath10k_pci_diag_write_mem() [all …]
|