Home
last modified time | relevance | path

Searched refs:dpio_dev (Results 1 – 4 of 4) sorted by relevance

/f-stack/dpdk/drivers/bus/fslmc/portal/
H A Ddpaa2_hw_dpio.c282 dpio_dev, dpio_dev->index, syscall(SYS_gettid)); in dpaa2_get_qbman_swp()
322 RTE_PER_LCORE(_dpaa2_io).dpio_dev = dpio_dev; in dpaa2_affine_qbman_swp()
326 dpio_dev, dpio_dev->index, tid); in dpaa2_affine_qbman_swp()
348 PRIu64, dpio_dev, dpio_dev->index, tid); in dpaa2_affine_qbman_ethrx_swp()
399 dpio_dev->dpio->regs = dpio_dev->mc_portal; in dpaa2_create_dpio_device()
601 while (dpio_dev->eqresp_ci != dpio_dev->eqresp_pi) { in dpaa2_free_eq_descriptors()
602 eqresp = &dpio_dev->eqresp[dpio_dev->eqresp_ci]; in dpaa2_free_eq_descriptors()
615 dpio_dev->eqresp_ci++ : (dpio_dev->eqresp_ci = 0); in dpaa2_free_eq_descriptors()
621 if (dpio_dev->eqresp_ci > dpio_dev->eqresp_pi) in dpaa2_free_eq_descriptors()
622 return dpio_dev->eqresp_ci - dpio_dev->eqresp_pi - 1; in dpaa2_free_eq_descriptors()
[all …]
H A Ddpaa2_hw_dpio.h15 struct dpaa2_dpio_dev *dpio_dev; member
22 #define DPAA2_PER_LCORE_DPIO RTE_PER_LCORE(_dpaa2_io).dpio_dev
29 RTE_PER_LCORE(_dpaa2_io).dpio_dev->dpaa2_held_bufs.dqrr_size
31 RTE_PER_LCORE(_dpaa2_io).dpio_dev->dpaa2_held_bufs.dqrr_held
33 RTE_PER_LCORE(_dpaa2_io).dpio_dev->dpaa2_held_bufs.mbuf[i]
/f-stack/dpdk/drivers/event/dpaa2/
H A Ddpaa2_eventdev.c59 struct dpaa2_dpio_dev *dpio_dev; in dpaa2_eventdev_enqueue_burst() local
82 dpio_dev = DPAA2_PER_LCORE_DPIO; in dpaa2_eventdev_enqueue_burst()
96 dpio_dev->token, in dpaa2_eventdev_enqueue_burst()
197 dpio_dev->token, in dpaa2_eventdev_enqueue_burst()
264 struct dpaa2_dpio_dev *dpio_dev = NULL; in dpaa2_eventdev_dequeue_burst() local
284 dpio_dev = DPAA2_PER_LCORE_DPIO; in dpaa2_eventdev_dequeue_burst()
298 dpio_dev->token, in dpaa2_eventdev_dequeue_burst()
359 dpio_dev->token, in dpaa2_eventdev_dequeue_burst()
615 struct dpaa2_dpio_dev *dpio_dev = NULL; in dpaa2_eventdev_port_unlink() local
629 dpio_dev = DPAA2_PER_LCORE_DPIO; in dpaa2_eventdev_port_unlink()
[all …]
/f-stack/dpdk/drivers/net/dpaa2/
H A Ddpaa2_rxtx.c1219 struct dpaa2_dpio_dev *dpio_dev = DPAA2_PER_LCORE_DPIO; in dpaa2_dev_free_eqresp_buf() local
1223 fd = qbman_result_eqresp_fd(&dpio_dev->eqresp[eqresp_ci]); in dpaa2_dev_free_eqresp_buf()
1237 struct dpaa2_dpio_dev *dpio_dev = DPAA2_PER_LCORE_DPIO; in dpaa2_set_enqueue_descriptor() local
1253 DPAA2_VADDR_TO_IOVA(&dpio_dev->eqresp[ in dpaa2_set_enqueue_descriptor()
1254 dpio_dev->eqresp_pi]), 1); in dpaa2_set_enqueue_descriptor()
1257 eqresp_meta = &dpio_dev->eqresp_meta[ in dpaa2_set_enqueue_descriptor()
1258 dpio_dev->eqresp_pi]; in dpaa2_set_enqueue_descriptor()
1262 dpio_dev->eqresp_pi + 1 < MAX_EQ_RESP_ENTRIES ? in dpaa2_set_enqueue_descriptor()
1263 dpio_dev->eqresp_pi++ : in dpaa2_set_enqueue_descriptor()
1264 (dpio_dev->eqresp_pi = 0); in dpaa2_set_enqueue_descriptor()