Home
last modified time | relevance | path

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

/freebsd/sys/dev/mlx5/mlx5_core/
H A Dmlx5_fs_core.c46 #define INIT_TREE_NODE_ARRAY_SIZE(...) (sizeof((struct init_tree_node[]){__VA_ARGS__}) /\
47 sizeof(struct init_tree_node))
55 .children = (struct init_tree_node[]) {__VA_ARGS__},\
65 .children = (struct init_tree_node[]) {__VA_ARGS__},\
154 static struct init_tree_node { struct
156 struct init_tree_node *children; argument
167 .children = (struct init_tree_node[]){ argument
205 static struct init_tree_node egress_root_fs = {
208 .children = (struct init_tree_node[]) {
242 static struct init_tree_node rdma_rx_root_fs = {
[all …]
H A Dmlx5_fs_tree.c