Searched refs:dpdmux_id (Results 1 – 5 of 5) sorted by relevance
31 uint32_t dpdmux_id; /*HW ID for DPDMUX object */ member43 static struct dpaa2_dpdmux_dev *get_dpdmux_from_id(uint32_t dpdmux_id) in get_dpdmux_from_id() argument49 if (dpdmux_dev->dpdmux_id == dpdmux_id) in get_dpdmux_from_id()57 rte_pmd_dpaa2_mux_flow_create(uint32_t dpdmux_id, in rte_pmd_dpaa2_mux_flow_create() argument71 dpdmux_dev = get_dpdmux_from_id(dpdmux_id); in rte_pmd_dpaa2_mux_flow_create()73 DPAA2_PMD_ERR("Invalid dpdmux_id: %d", dpdmux_id); in rte_pmd_dpaa2_mux_flow_create()211 int dpdmux_id) in dpaa2_create_dpdmux_device() argument228 ret = dpdmux_open(&dpdmux_dev->dpdmux, CMD_PRI_LOW, dpdmux_id, in dpaa2_create_dpdmux_device()250 dpdmux_dev->dpdmux_id = dpdmux_id; in dpaa2_create_dpdmux_device()
39 rte_pmd_dpaa2_mux_flow_create(uint32_t dpdmux_id,
68 uint32_t dpdmux_id; member86 uint32_t dpdmux_id; member
35 int dpdmux_id, in dpdmux_open() argument47 cmd_params->dpdmux_id = cpu_to_le32(dpdmux_id); in dpdmux_open()171 cmd_params->dpdmux_id = cpu_to_le32(object_id); in dpdmux_destroy()
21 int dpdmux_id,