Searched refs:dma_zalloc_coherent (Results 1 – 6 of 6) sorted by relevance
| /f-stack/dpdk/drivers/net/hinic/base/ |
| H A D | hinic_pmd_api_cmd.c | 659 cmd_vaddr_alloc = dma_zalloc_coherent(dev, (API_CMD_BUF_SIZE + in alloc_cmd_buf() 713 node_vaddr_alloc = dma_zalloc_coherent(dev, (chain->cell_size + in api_cmd_create_cell() 891 dma_zalloc_coherent(dev, sizeof(*chain->wb_status), in api_chain_init()
|
| H A D | hinic_compat.h | 120 void *dma_zalloc_coherent(void *dev, size_t size, dma_addr_t *dma_handle,
|
| H A D | hinic_pmd_nicio.c | 774 nic_io->ci_vaddr_base = dma_zalloc_coherent(hwdev, in hinic_alloc_nicio()
|
| H A D | hinic_pmd_mbox.c | 445 send_mbox->wb_vaddr = dma_zalloc_coherent(hwdev, MBOX_WB_STATUS_LEN, in alloc_mbox_wb_status()
|
| H A D | hinic_pmd_hwdev.c | 212 void *dma_zalloc_coherent(void *hwdev, size_t size, dma_addr_t *dma_handle, in dma_zalloc_coherent() function
|
| /f-stack/dpdk/drivers/net/hinic/ |
| H A D | hinic_pmd_rx.c | 234 rq->pi_virt_addr = (volatile u16 *)dma_zalloc_coherent(hwdev, in hinic_create_rq() 312 rxq->cqe_start_vaddr = dma_zalloc_coherent(rxq->nic_dev->hwdev, in hinic_rx_alloc_cqe()
|