• Home
  • Raw
  • Download

Lines Matching refs:o2net_node

93 static struct o2net_node o2net_nodes[O2NM_MAX_NODES];
276 static struct o2net_node * o2net_nn_from_num(u8 node_num) in o2net_nn_from_num()
282 static u8 o2net_num_from_nn(struct o2net_node *nn) in o2net_num_from_nn()
290 static int o2net_prep_nsw(struct o2net_node *nn, struct o2net_status_wait *nsw) in o2net_prep_nsw()
310 static void o2net_complete_nsw_locked(struct o2net_node *nn, in o2net_complete_nsw_locked()
326 static void o2net_complete_nsw(struct o2net_node *nn, in o2net_complete_nsw()
348 static void o2net_complete_nodes_nsw(struct o2net_node *nn) in o2net_complete_nodes_nsw()
364 static int o2net_nsw_completed(struct o2net_node *nn, in o2net_nsw_completed()
486 static void o2net_set_nn_state(struct o2net_node *nn, in o2net_set_nn_state()
693 static void o2net_ensure_shutdown(struct o2net_node *nn, in o2net_ensure_shutdown()
716 struct o2net_node *nn = o2net_nn_from_num(sc->sc_node->nd_num); in o2net_shutdown_sc()
933 struct o2net_node *nn = o2net_nn_from_num(sc->sc_node->nd_num); in o2net_sendpage()
969 static int o2net_tx_can_proceed(struct o2net_node *nn, in o2net_tx_can_proceed()
1020 struct o2net_node *nn = o2net_nn_from_num(target_node); in o2net_send_message_vec()
1169 struct o2net_node *nn = o2net_nn_from_num(sc->sc_node->nd_num); in o2net_process_message()
1256 struct o2net_node *nn = o2net_nn_from_num(sc->sc_node->nd_num); in o2net_check_handshake()
1432 struct o2net_node *nn = o2net_nn_from_num(sc->sc_node->nd_num); in o2net_rx_until_empty()
1488 struct o2net_node *nn = o2net_nn_from_num(sc->sc_node->nd_num); in o2net_idle_timer()
1525 struct o2net_node *nn = o2net_nn_from_num(sc->sc_node->nd_num); in o2net_sc_postpone_idle()
1546 struct o2net_node *nn = in o2net_start_connect()
1547 container_of(work, struct o2net_node, nn_connect_work.work); in o2net_start_connect()
1662 struct o2net_node *nn = in o2net_connect_expired()
1663 container_of(work, struct o2net_node, nn_connect_expired.work); in o2net_connect_expired()
1681 struct o2net_node *nn = in o2net_still_up()
1682 container_of(work, struct o2net_node, nn_still_up.work); in o2net_still_up()
1691 struct o2net_node *nn = o2net_nn_from_num(node->nd_num); in o2net_disconnect_node()
1724 struct o2net_node *nn = o2net_nn_from_num(node_num); in o2net_hb_node_up_cb()
1782 struct o2net_node *nn; in o2net_accept_one()
2111 struct o2net_node *nn = o2net_nn_from_num(i); in o2net_init()