Lines Matching defs:hsr_priv
188 struct hsr_priv { struct
189 struct rcu_head rcu_head;
190 struct list_head ports;
191 struct hlist_head node_db[HSR_HSIZE]; /* Known HSR nodes */
192 struct hlist_head self_node_db; /* MACs of slaves */
193 struct timer_list announce_timer; /* Supervision frame dispatch */
194 struct timer_list prune_timer;
195 int announce_count;
196 u16 sequence_nr;
197 u16 sup_sequence_nr; /* For HSRv1 separate seq_nr for supervision */
198 enum hsr_version prot_version; /* Indicate if HSRv0, HSRv1 or PRPv1 */
222 struct hsr_port *hsr_port_get_hsr(struct hsr_priv *hsr, enum hsr_port_type pt); argument