Home
last modified time | relevance | path

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

/linux/net/hsr/
H A Dhsr_framereg.c782 static void fill_last_seq_nrs(struct hsr_node *node, u16 *if1_seq, u16 *if2_seq) in fill_last_seq_nrs() argument
800 *if1_seq = (block->block_idx << HSR_SEQ_BLOCK_SHIFT) | seq_bit; in fill_last_seq_nrs()
816 u16 *if1_seq, in hsr_get_node_data() argument
851 *if1_seq = 0; in hsr_get_node_data()
854 fill_last_seq_nrs(node, if1_seq, if2_seq); in hsr_get_node_data()
H A Dhsr_framereg.h64 u16 *if1_seq,