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.c816 static void fill_last_seq_nrs(struct hsr_node *node, u16 *if1_seq, u16 *if2_seq) in fill_last_seq_nrs() argument
840 *if2_seq = (block->block_idx << HSR_SEQ_BLOCK_SHIFT) | seq_bit; in fill_last_seq_nrs()
852 u16 *if2_seq) in hsr_get_node_data() argument
886 *if2_seq = 0; in hsr_get_node_data()
888 fill_last_seq_nrs(node, if1_seq, if2_seq); in hsr_get_node_data()
H A Dhsr_framereg.h66 u16 *if2_seq);