Searched refs:dpci (Results 1 – 7 of 7) sorted by relevance
| /dpdk/drivers/bus/fslmc/portal/ |
| H A D | dpaa2_hw_dpci.c | 53 dpci_node->dpci.regs = dpaa2_get_mcp_ptr(MC_PORTAL_INDEX); in rte_dpaa2_create_dpci_device() 54 ret = dpci_open(&dpci_node->dpci, in rte_dpaa2_create_dpci_device() 62 ret = dpci_get_attributes(&dpci_node->dpci, in rte_dpaa2_create_dpci_device() 73 ret = dpci_set_rx_queue(&dpci_node->dpci, in rte_dpaa2_create_dpci_device() 103 ret = dpci_enable(&dpci_node->dpci, in rte_dpaa2_create_dpci_device() 112 ret = dpci_get_rx_queue(&dpci_node->dpci, in rte_dpaa2_create_dpci_device() 123 ret = dpci_get_tx_queue(&dpci_node->dpci, in rte_dpaa2_create_dpci_device() 169 void rte_dpaa2_free_dpci_dev(struct dpaa2_dpci_dev *dpci) in rte_dpaa2_free_dpci_dev() argument 175 if (dpci_dev == dpci) { in rte_dpaa2_free_dpci_dev() 187 RTE_PMD_REGISTER_DPAA2_OBJECT(dpci, rte_dpaa2_dpci_obj);
|
| H A D | dpaa2_hw_pvt.h | 207 struct fsl_mc_io dpci; /** handle to DPCI portal object */ member 484 void rte_dpaa2_free_dpci_dev(struct dpaa2_dpci_dev *dpci);
|
| /dpdk/doc/guides/rawdevs/ |
| H A D | dpaa2_cmdif.rst | 58 The DPAA2 CMDIF is exposed as a vdev device which consists of dpci devices. 59 On EAL initialization, dpci devices will be probed and then vdev device
|
| /dpdk/doc/guides/eventdevs/ |
| H A D | dpaa2.rst | 51 devices and dpci devices. On EAL initialization, dpcon and dpci devices will be
|
| /dpdk/drivers/event/dpaa2/ |
| H A D | dpaa2_eventdev.c | 121 fqid = evq_info->dpci->rx_queue[ in dpaa2_eventdev_enqueue_burst() 124 fqid = evq_info->dpci->rx_queue[ in dpaa2_eventdev_enqueue_burst() 1075 ret = dpci_set_rx_queue(&dpci_dev->dpci, in dpaa2_eventdev_setup_dpci() 1134 priv->evq_info[priv->max_event_queues].dpci = dpci_dev; in dpaa2_eventdev_create() 1176 if (priv->evq_info[i].dpci) in dpaa2_eventdev_destroy() 1177 rte_dpaa2_free_dpci_dev(priv->evq_info[i].dpci); in dpaa2_eventdev_destroy()
|
| H A D | dpaa2_eventdev.h | 60 struct dpaa2_dpci_dev *dpci; member
|
| /dpdk/drivers/bus/fslmc/ |
| H A D | meson.build | 14 'mc/dpci.c',
|