Searched defs:hsr_priv (Results 1 – 1 of 1) sorted by relevance
200 struct hsr_priv { struct201 struct rcu_head rcu_head;202 struct list_head ports;203 struct list_head node_db; /* Known HSR nodes */204 struct list_head self_node_db; /* MACs of slaves */205 struct timer_list announce_timer; /* Supervision frame dispatch */229 struct hsr_port *hsr_port_get_hsr(struct hsr_priv *hsr, enum hsr_port_type pt); argument