Home
last modified time | relevance | path

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

/linux/net/hsr/
H A Dhsr_framereg.c381 struct hsr_node *node_curr = frame->node_src; in hsr_handle_sup_frame() local
441 if (node_real == node_curr) in hsr_handle_sup_frame()
477 hsr_lock_seq_out_pair(node_real, node_curr); in hsr_handle_sup_frame()
479 if (!node_curr->time_in_stale[i] && in hsr_handle_sup_frame()
480 time_after(node_curr->time_in[i], node_real->time_in[i])) { in hsr_handle_sup_frame()
481 node_real->time_in[i] = node_curr->time_in[i]; in hsr_handle_sup_frame()
483 node_curr->time_in_stale[i]; in hsr_handle_sup_frame()
487 seq_port_cnt = min(node_real->seq_port_cnt, node_curr->seq_port_cnt); in hsr_handle_sup_frame()
488 xa_for_each(&node_curr->seq_blocks, idx, src_blk) { in hsr_handle_sup_frame()
501 hsr_unlock_seq_out_pair(node_real, node_curr); in hsr_handle_sup_frame()
[all …]