Home
last modified time | relevance | path

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

/freebsd/sys/dev/bnxt/bnxt_re/
H A Dqplib_sp.c101 sbuf.sb = dma_zalloc_coherent(&rcfw->pdev->dev, sbuf.size, in bnxt_qplib_get_dev_attr()
947 sbuf.sb = dma_zalloc_coherent(&rcfw->pdev->dev, sbuf.size, in bnxt_qplib_query_cc_param()
1013 sbuf.sb = dma_zalloc_coherent(&rcfw->pdev->dev, sbuf.size, in bnxt_qplib_get_roce_error_stats()
1168 sbuf.sb = dma_zalloc_coherent(&rcfw->pdev->dev, sbuf.size, in bnxt_qplib_qext_stat()
H A Dqplib_res.c175 pbl->pg_arr[i] = dma_zalloc_coherent(&pdev->dev, in __alloc_pbl()
H A Dqplib_fp.c749 sbuf.sb = dma_zalloc_coherent(&rcfw->pdev->dev, sbuf.size, in bnxt_qplib_query_srq()
1511 sbuf.sb = dma_zalloc_coherent(&rcfw->pdev->dev, sbuf.size, in bnxt_qplib_query_qp()
H A Dmain.c2753 kmem = dma_zalloc_coherent(&en_dev->pdev->dev, data_len, &dma_handle, in bnxt_re_query_hwrm_dscp2pri()
/freebsd/sys/compat/linuxkpi/common/include/linux/
H A Ddma-mapping.h156 dma_zalloc_coherent(struct device *dev, size_t size, dma_addr_t *dma_handle, in dma_zalloc_coherent() function