Searched refs:ab_priv (Results 1 – 1 of 1) sorted by relevance
20 struct ab_priv { struct24 static struct ab_priv *ab_priv(struct team *team) in ab_priv() argument26 return (struct ab_priv *) &team->mode_priv; in ab_priv()33 active_port = rcu_dereference(ab_priv(team)->active_port); in ab_receive()43 active_port = rcu_dereference(ab_priv(team)->active_port); in ab_transmit()58 if (ab_priv(team)->active_port == port) in ab_port_leave()59 RCU_INIT_POINTER(ab_priv(team)->active_port, NULL); in ab_port_leave()67 if (ab_priv(team)->active_port) in ab_active_port_get()68 *ifindex = ab_priv(team)->active_port->dev->ifindex; in ab_active_port_get()79 rcu_assign_pointer(ab_priv(team)->active_port, port); in ab_active_port_set()[all …]