Searched refs:dpci (Results 1 – 7 of 7) sorted by relevance
| /f-stack/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 | 193 struct fsl_mc_io dpci; /** handle to DPCI portal object */ member 464 void rte_dpaa2_free_dpci_dev(struct dpaa2_dpci_dev *dpci);
|
| /f-stack/dpdk/doc/guides/eventdevs/ |
| H A D | dpaa2.rst | 57 devices and dpci devices. On EAL initialization, dpcon and dpci devices will be
|
| /f-stack/dpdk/doc/guides/rawdevs/ |
| H A D | dpaa2_cmdif.rst | 64 The DPAA2 CMDIF is exposed as a vdev device which consists of dpci devices. 65 On EAL initialization, dpci devices will be probed and then vdev device
|
| /f-stack/dpdk/drivers/bus/fslmc/ |
| H A D | meson.build | 13 'mc/dpci.c',
|
| /f-stack/dpdk/drivers/event/dpaa2/ |
| H A D | dpaa2_eventdev.h | 60 struct dpaa2_dpci_dev *dpci; member
|
| 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() 1070 ret = dpci_set_rx_queue(&dpci_dev->dpci, in dpaa2_eventdev_setup_dpci() 1129 priv->evq_info[priv->max_event_queues].dpci = dpci_dev; in dpaa2_eventdev_create() 1169 if (priv->evq_info[i].dpci) in dpaa2_eventdev_destroy() 1170 rte_dpaa2_free_dpci_dev(priv->evq_info[i].dpci); in dpaa2_eventdev_destroy()
|