Home
last modified time | relevance | path

Searched refs:tx_node (Results 1 – 4 of 4) sorted by relevance

/f-stack/dpdk/lib/librte_node/
H A Dethdev_ctrl.c28 struct rte_node_register *tx_node; in rte_node_eth_config() local
37 tx_node = ethdev_tx_node_get(); in rte_node_eth_config()
94 id = rte_node_clone(tx_node->id, name); in rte_node_eth_config()
97 node_dbg("ethdev", "Tx node %s-%s: is at %u", tx_node->name, in rte_node_eth_config()
H A Dip4_rewrite.c101 next0 = nh[priv01.u16[0]].tx_node; in ip4_rewrite_node_process()
112 next1 = nh[priv01.u16[4]].tx_node; in ip4_rewrite_node_process()
122 next2 = nh[priv23.u16[0]].tx_node; in ip4_rewrite_node_process()
133 next3 = nh[priv23.u16[4]].tx_node; in ip4_rewrite_node_process()
223 next0 = nh[node_mbuf_priv1(mbuf0, dyn)->nh].tx_node; in ip4_rewrite_node_process()
327 nh->tx_node = ip4_rewrite_nm->next_index[dst_port]; in rte_node_ip4_rewrite_add()
H A Dip4_rewrite_priv.h24 uint16_t tx_node; /**< Tx node next index identifier. */ member
/f-stack/dpdk/drivers/bus/dpaa/base/fman/
H A Dfman.c219 const struct device_node *mac_node = NULL, *tx_node; in fman_if_init() local
401 tx_node = of_find_node_by_phandle(ports_phandle[1]); in fman_if_init()
402 if (!tx_node) { in fman_if_init()
407 tx_channel_id = of_get_property(tx_node, "fsl,qman-channel-id", in fman_if_init()
411 tx_node->full_name); in fman_if_init()