Searched refs:ab_priv (Results 1 – 1 of 1) sorted by relevance
16 struct ab_priv { struct21 static struct ab_priv *ab_priv(struct team *team) in ab_priv() argument23 return (struct ab_priv *) &team->mode_priv; in ab_priv()30 active_port = rcu_dereference(ab_priv(team)->active_port); in ab_receive()40 active_port = rcu_dereference_bh(ab_priv(team)->active_port); in ab_transmit()54 if (ab_priv(team)->active_port == port) { in ab_port_leave()55 RCU_INIT_POINTER(ab_priv(team)->active_port, NULL); in ab_port_leave()56 team_option_inst_set_change(ab_priv(team)->ap_opt_inst_info); in ab_port_leave()63 ab_priv(team)->ap_opt_inst_info = info; in ab_active_port_init()70 active_port = rcu_dereference_protected(ab_priv(team)->active_port, in ab_active_port_get()[all …]