Searched refs:active_port (Results 1 – 4 of 4) sorted by relevance
21 struct team_port __rcu *active_port; member32 struct team_port *active_port; in ab_receive() local34 active_port = rcu_dereference(ab_priv(team)->active_port); in ab_receive()35 if (active_port != port) in ab_receive()42 struct team_port *active_port; in ab_transmit() local44 active_port = rcu_dereference_bh(ab_priv(team)->active_port); in ab_transmit()45 if (unlikely(!active_port)) in ab_transmit()47 if (team_dev_queue_xmit(team, active_port, skb)) 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()[all …]
107 int active_port; member
207 if (dp->active_port < 0 || dp->active_port >= dp->ports) { in cdn_dp_check_sink_connection()212 port = dp->port[dp->active_port]; in cdn_dp_check_sink_connection()434 dp->active_port = port->id; in cdn_dp_enable_phy()464 dp->active_port = -1; in cdn_dp_disable_phy()1031 dp->active_port = -1; in cdn_dp_bind()
723 u8 active_port = MWIFIEX_USB_EP_DATA; in mwifiex_usb_port_resync() local749 active_port = priv->usb_port; in mwifiex_usb_port_resync()756 priv->usb_port = active_port; in mwifiex_usb_port_resync()759 if (active_port == card->port[i].tx_data_ep) in mwifiex_usb_port_resync()