Home
last modified time | relevance | path

Searched refs:dma_zalloc_coherent (Results 1 – 6 of 6) sorted by relevance

/f-stack/dpdk/drivers/net/hinic/base/
H A Dhinic_pmd_api_cmd.c659 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 Dhinic_compat.h120 void *dma_zalloc_coherent(void *dev, size_t size, dma_addr_t *dma_handle,
H A Dhinic_pmd_nicio.c774 nic_io->ci_vaddr_base = dma_zalloc_coherent(hwdev, in hinic_alloc_nicio()
H A Dhinic_pmd_mbox.c445 send_mbox->wb_vaddr = dma_zalloc_coherent(hwdev, MBOX_WB_STATUS_LEN, in alloc_mbox_wb_status()
H A Dhinic_pmd_hwdev.c212 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 Dhinic_pmd_rx.c234 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()