Home
last modified time | relevance | path

Searched refs:wq_buf_size (Results 1 – 3 of 3) sorted by relevance

/f-stack/dpdk/drivers/net/hinic/base/
H A Dhinic_pmd_wq.c11 dma_free_coherent(hwdev, wq->wq_buf_size, (void *)wq->queue_buf_vaddr, in free_wq_pages()
24 dma_zalloc_coherent_aligned256k(hwdev, wq->wq_buf_size, in alloc_wq_pages()
33 dma_free_coherent(hwdev, wq->wq_buf_size, in alloc_wq_pages()
55 wq->wq_buf_size = ((u32)q_depth) << wqebb_shift; in hinic_wq_allocate()
58 if (wq->wq_buf_size > (HINIC_PAGE_SIZE << HINIC_PAGE_SIZE_DPDK)) { in hinic_wq_allocate()
106 int cmdq_blocks, u32 wq_buf_size, u32 wqebb_shift, in hinic_cmdq_alloc() argument
115 wq[i].wq_buf_size = wq_buf_size; in hinic_cmdq_alloc()
154 memset((void *)wq->queue_buf_vaddr, 0, wq->wq_buf_size); in hinic_wq_wqe_pg_clear()
H A Dhinic_pmd_wq.h110 u32 wq_buf_size; member
118 int cmdq_blocks, u32 wq_buf_size, u32 wqebb_shift,
/f-stack/dpdk/drivers/net/hinic/
H A Dhinic_pmd_tx.h14 ((txq)->wq->queue_buf_vaddr + (txq)->wq->wq_buf_size)