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.c103 sbuf.sb = dma_zalloc_coherent(&rcfw->pdev->dev, sbuf.size, in bnxt_qplib_get_dev_attr()
949 sbuf.sb = dma_zalloc_coherent(&rcfw->pdev->dev, sbuf.size, in bnxt_qplib_query_cc_param()
1015 sbuf.sb = dma_zalloc_coherent(&rcfw->pdev->dev, sbuf.size, in bnxt_qplib_get_roce_error_stats()
1170 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.c753 sbuf.sb = dma_zalloc_coherent(&rcfw->pdev->dev, sbuf.size, in bnxt_qplib_query_srq()
1521 sbuf.sb = dma_zalloc_coherent(&rcfw->pdev->dev, sbuf.size, in bnxt_qplib_query_qp()
H A Dmain.c2773 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.h162 dma_zalloc_coherent(struct device *dev, size_t size, dma_addr_t *dma_handle, in dma_zalloc_coherent() function