Searched refs:tx_node (Results 1 – 4 of 4) sorted by relevance
| /dpdk/lib/node/ |
| H A D | ethdev_ctrl.c | 26 struct rte_node_register *tx_node; in rte_node_eth_config() local 35 tx_node = ethdev_tx_node_get(); in rte_node_eth_config() 92 id = rte_node_clone(tx_node->id, name); in rte_node_eth_config() 95 node_dbg("ethdev", "Tx node %s-%s: is at %u", tx_node->name, in rte_node_eth_config()
|
| H A D | ip4_rewrite.c | 97 next0 = nh[priv01.u16[0]].tx_node; in ip4_rewrite_node_process() 108 next1 = nh[priv01.u16[4]].tx_node; in ip4_rewrite_node_process() 118 next2 = nh[priv23.u16[0]].tx_node; in ip4_rewrite_node_process() 129 next3 = nh[priv23.u16[4]].tx_node; in ip4_rewrite_node_process() 219 next0 = nh[node_mbuf_priv1(mbuf0, dyn)->nh].tx_node; in ip4_rewrite_node_process() 323 nh->tx_node = ip4_rewrite_nm->next_index[dst_port]; in rte_node_ip4_rewrite_add()
|
| H A D | ip4_rewrite_priv.h | 20 uint16_t tx_node; /**< Tx node next index identifier. */ member
|
| /dpdk/drivers/bus/dpaa/base/fman/ |
| H A D | fman.c | 223 const struct device_node *mac_node = NULL, *tx_node, *ext_args_node; in fman_if_init() local 275 tx_node = of_find_node_by_phandle(ports_phandle[1]); in fman_if_init() 276 if (!tx_node) { in fman_if_init() 473 tx_channel_id = of_get_property(tx_node, "fsl,qman-channel-id", in fman_if_init() 477 tx_node->full_name); in fman_if_init()
|