Searched refs:dpaa2_dpdmux_dev (Results 1 – 1 of 1) sorted by relevance
26 struct dpaa2_dpdmux_dev { struct27 TAILQ_ENTRY(dpaa2_dpdmux_dev) next;39 TAILQ_HEAD(dpdmux_dev_list, dpaa2_dpdmux_dev); argument43 static struct dpaa2_dpdmux_dev *get_dpdmux_from_id(uint32_t dpdmux_id) in get_dpdmux_from_id()45 struct dpaa2_dpdmux_dev *dpdmux_dev = NULL; in get_dpdmux_from_id()61 struct dpaa2_dpdmux_dev *dpdmux_dev; in rte_pmd_dpaa2_mux_flow_create()213 struct dpaa2_dpdmux_dev *dpdmux_dev; in dpaa2_create_dpdmux_device()220 dpdmux_dev = rte_malloc(NULL, sizeof(struct dpaa2_dpdmux_dev), 0); in dpaa2_create_dpdmux_device()