Searched refs:ab_priv (Results 1 – 1 of 1) sorted by relevance
20 struct ab_priv { struct25 static struct ab_priv *ab_priv(struct team *team) in ab_priv() argument27 return (struct ab_priv *) &team->mode_priv; in ab_priv()34 active_port = rcu_dereference(ab_priv(team)->active_port); in ab_receive()44 active_port = rcu_dereference_bh(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()60 team_option_inst_set_change(ab_priv(team)->ap_opt_inst_info); in ab_port_leave()67 ab_priv(team)->ap_opt_inst_info = info; in ab_active_port_init()75 active_port = rcu_dereference_protected(ab_priv(team)->active_port, in ab_active_port_get()[all …]