Searched refs:dpivf (Results 1 – 3 of 3) sorted by relevance
| /f-stack/dpdk/drivers/raw/octeontx2_dma/ |
| H A D | otx2_dpi_rawdev.c | 66 rte_mempool_put(dpivf->chunk_pool, dpivf->base_ptr); in dma_queue_finish() 67 dpivf->vf_bar0 = (uintptr_t)NULL; in dma_queue_finish() 303 struct dpi_vf_s *dpivf = NULL; in otx2_dpi_rawdev_configure() local 318 dpivf->base_ptr = buf; in otx2_dpi_rawdev_configure() 331 dma_engine_enb_dis(dpivf, true); in otx2_dpi_rawdev_configure() 352 struct dpi_vf_s *dpivf = NULL; in otx2_dpi_rawdev_probe() local 383 dpivf = rawdev->dev_private; in otx2_dpi_rawdev_probe() 392 dpivf->state = DPI_QUEUE_START; in otx2_dpi_rawdev_probe() 393 dpivf->vf_id = vf_id; in otx2_dpi_rawdev_probe() 405 struct dpi_vf_s *dpivf; in otx2_dpi_rawdev_remove() local [all …]
|
| H A D | otx2_dpi_msg.c | 66 otx2_dpi_queue_open(struct dpi_vf_s *dpivf, uint32_t size, uint32_t gaura) in otx2_dpi_queue_open() argument 72 mbox_msg.s.vfid = dpivf->vf_id; in otx2_dpi_queue_open() 79 ret = send_msg_to_pf(&dpivf->dev->addr, (const char *)&mbox_msg, in otx2_dpi_queue_open() 88 otx2_dpi_queue_close(struct dpi_vf_s *dpivf) in otx2_dpi_queue_close() argument 94 mbox_msg.s.vfid = dpivf->vf_id; in otx2_dpi_queue_close() 97 ret = send_msg_to_pf(&dpivf->dev->addr, (const char *)&mbox_msg, in otx2_dpi_queue_close()
|
| H A D | otx2_dpi_rawdev.h | 193 int otx2_dpi_queue_open(struct dpi_vf_s *dpivf, uint32_t size, uint32_t gaura); 194 int otx2_dpi_queue_close(struct dpi_vf_s *dpivf);
|