Home
last modified time | relevance | path

Searched refs:dpdmux_id (Results 1 – 5 of 5) sorted by relevance

/f-stack/dpdk/drivers/net/dpaa2/
H A Ddpaa2_mux.c31 uint32_t dpdmux_id; /*HW ID for DPDMUX object */ member
43 static struct dpaa2_dpdmux_dev *get_dpdmux_from_id(uint32_t dpdmux_id) in get_dpdmux_from_id() argument
49 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() argument
71 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() argument
228 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()
H A Drte_pmd_dpaa2.h39 rte_pmd_dpaa2_mux_flow_create(uint32_t dpdmux_id,
/f-stack/dpdk/drivers/net/dpaa2/mc/
H A Dfsl_dpdmux_cmd.h68 uint32_t dpdmux_id; member
86 uint32_t dpdmux_id; member
H A Ddpdmux.c35 int dpdmux_id, in dpdmux_open() argument
47 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()
H A Dfsl_dpdmux.h21 int dpdmux_id,