Searched refs:alloc_nbytes (Results 1 – 1 of 1) sorted by relevance
| /linux/drivers/net/wireless/ath/ath10k/ |
| H A D | pci.c | 910 unsigned int completed_nbytes, alloc_nbytes, remaining_bytes; in ath10k_pci_diag_read_mem() local 927 alloc_nbytes = min_t(unsigned int, nbytes, DIAG_TRANSFER_LIMIT); in ath10k_pci_diag_read_mem() 929 data_buf = dma_alloc_coherent(ar->dev, alloc_nbytes, &ce_data_base, in ath10k_pci_diag_read_mem() 1003 dma_free_coherent(ar->dev, alloc_nbytes, data_buf, in ath10k_pci_diag_read_mem() 1056 unsigned int completed_nbytes, alloc_nbytes, remaining_bytes; in ath10k_pci_diag_write_mem() local 1071 alloc_nbytes = min_t(unsigned int, nbytes, DIAG_TRANSFER_LIMIT); in ath10k_pci_diag_write_mem() 1073 data_buf = dma_alloc_coherent(ar->dev, alloc_nbytes, &ce_data_base, in ath10k_pci_diag_write_mem() 1153 dma_free_coherent(ar->dev, alloc_nbytes, data_buf, in ath10k_pci_diag_write_mem()
|