Home
last modified time | relevance | path

Searched defs:start_node (Results 1 – 2 of 2) sorted by relevance

/f-stack/freebsd/contrib/octeon-sdk/
H A Dcvmx-dfa.h373 …uint64_t start_node : 22; /**< Node to start the walk from, includes ID and snrepl, … member
471 …uint32_t start_node; /**< Start node index for the root of the graph, incl.… member
714 static inline void cvmx_dfa_submit(const cvmx_dfa_graph_t *graph, int start_node, in cvmx_dfa_submit()
/f-stack/dpdk/drivers/net/ice/base/
H A Dice_sched.c56 ice_sched_find_node_by_teid(struct ice_sched_node *start_node, u32 teid) in ice_sched_find_node_by_teid()