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

/freebsd-10.2-release/sys/contrib/octeon-sdk/
H A Dcvmx-dfa.h211 uint64_t next_node :20;/**< Next node ID, Note, combine with next_node_repl to use as start_node
232 uint64_t next_node :20;/**< Next node ID, Note, combine with next_node_repl to use as start_node
373 uint64_t start_node : 22; /**< Node to start the walk from, includes ID and snrepl, see notes above. */ member in struct:__anon7303::__anon7304
447 uint64_t curr_id_and_repl:22; /**< Use ths as start_node for continuation. */
471 uint32_t start_node; /**< Start node index for the root of the graph, incl. snrepl (PASS3/CN58XX) member in union:__anon7310::__anon7311
694 * @param start_node
714 static inline void cvmx_dfa_submit(const cvmx_dfa_graph_t *graph, int start_node, argument
729 command.s.start_node = start_node; // includes snrepl (PASS3/CN58XX)

Completed in 30 milliseconds