Searched defs:hsr_priv (Results 1 – 2 of 2) sorted by relevance
201 struct hsr_priv { struct202 struct rcu_head rcu_head;203 struct list_head ports;204 struct list_head node_db; /* Known HSR nodes */205 struct list_head self_node_db; /* MACs of slaves */206 struct timer_list announce_timer; /* Supervision frame dispatch */230 struct hsr_port *hsr_port_get_hsr(struct hsr_priv *hsr, enum hsr_port_type pt); argument
191 struct hsr_priv { struct192 struct rcu_head rcu_head;193 struct list_head ports;194 struct list_head node_db; /* Known HSR nodes */195 struct hsr_self_node __rcu *self_node; /* MACs of slaves */196 struct timer_list announce_timer; /* Supervision frame dispatch */197 struct timer_list prune_timer;198 int announce_count;199 u16 sequence_nr;200 u16 sup_sequence_nr; /* For HSRv1 separate seq_nr for supervision */[all …]