Lines Matching defs:node_num
278 static struct o2net_node * o2net_nn_from_num(u8 node_num)
280 BUG_ON(node_num >= ARRAY_SIZE(o2net_nodes));
281 return &o2net_nodes[node_num];
1710 static void o2net_hb_node_down_cb(struct o2nm_node *node, int node_num,
1713 o2quo_hb_down(node_num);
1718 if (node_num != o2nm_this_node())
1724 static void o2net_hb_node_up_cb(struct o2nm_node *node, int node_num,
1727 struct o2net_node *nn = o2net_nn_from_num(node_num);
1729 o2quo_hb_up(node_num);
1737 if (node_num != o2nm_this_node()) {