Home
last modified time | relevance | path

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

/f-stack/dpdk/drivers/net/hinic/base/
H A Dhinic_pmd_wq.h135 void hinic_set_sge(struct hinic_sge *sge, dma_addr_t addr, u32 len);
H A Dhinic_pmd_wq.c175 void hinic_set_sge(struct hinic_sge *sge, dma_addr_t addr, u32 len) in hinic_set_sge() function
H A Dhinic_pmd_cmdq.c233 hinic_set_sge(&sge_resp->sge, buf_out->dma_addr, in cmdq_set_completion()
240 hinic_set_sge(&wqe->buf_desc.sge, buf_in->dma_addr, buf_in->size); in cmdq_set_lcmd_bufdesc()
/f-stack/dpdk/drivers/net/hinic/
H A Dhinic_pmd_tx.c345 hinic_set_sge((struct hinic_sge *)sge_idx, dma_addr, in hinic_mbuf_dma_map_sge()
365 hinic_set_sge((struct hinic_sge *)sge_idx, dma_addr, in hinic_mbuf_dma_map_sge()
386 hinic_set_sge((struct hinic_sge *)sge_idx, dma_addr, in hinic_mbuf_dma_map_sge()
410 hinic_set_sge((struct hinic_sge *)sge_idx, dma_addr, in hinic_mbuf_dma_map_sge()
H A Dhinic_pmd_rx.c282 hinic_set_sge(&cqe_sect->sge, cqe_dma, rq_ceq_len); in hinic_prepare_rq_wqe()