Home
last modified time | relevance | path

Searched refs:if2_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
806 *if2_seq = (block->block_idx << HSR_SEQ_BLOCK_SHIFT) | seq_bit; in fill_last_seq_nrs()
818 u16 *if2_seq) in hsr_get_node_data() argument
852 *if2_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.h66 u16 *if2_seq);