Home
last modified time | relevance | path

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

/freebsd-12.1/sys/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() argument
729 command.s.start_node = start_node; // includes snrepl (PASS3/CN58XX) in cvmx_dfa_submit()
/freebsd-12.1/contrib/ofed/opensm/opensm/
H A Dosm_ucast_dfsssp.c724 cdg_node_t * start_node) in search_cycle_in_channel_dep_graph() argument
727 cdg_node_t *current = start_node, *next_node = NULL, *tmp = NULL; in search_cycle_in_channel_dep_graph()