Searched refs:alloc_nbytes (Results 1 – 1 of 1) sorted by relevance
| /freebsd-14.2/sys/contrib/dev/athk/ath10k/ |
| H A D | pci.c | 956 unsigned int completed_nbytes, alloc_nbytes, remaining_bytes; in ath10k_pci_diag_read_mem() local 973 alloc_nbytes = min_t(unsigned int, nbytes, DIAG_TRANSFER_LIMIT); in ath10k_pci_diag_read_mem() 975 data_buf = dma_alloc_coherent(ar->dev, alloc_nbytes, &ce_data_base, in ath10k_pci_diag_read_mem() 1049 dma_free_coherent(ar->dev, alloc_nbytes, data_buf, in ath10k_pci_diag_read_mem() 1110 unsigned int completed_nbytes, alloc_nbytes, remaining_bytes; in ath10k_pci_diag_write_mem() local 1128 alloc_nbytes = min_t(unsigned int, nbytes, DIAG_TRANSFER_LIMIT); in ath10k_pci_diag_write_mem() 1130 data_buf = dma_alloc_coherent(ar->dev, alloc_nbytes, &ce_data_base, in ath10k_pci_diag_write_mem() 1210 dma_free_coherent(ar->dev, alloc_nbytes, data_buf, in ath10k_pci_diag_write_mem()
|