Home
last modified time | relevance | path

Searched refs:active_port (Results 1 – 5 of 5) sorted by relevance

/OK3568_Linux_fs/kernel/drivers/net/team/
H A Dteam_mode_activebackup.c17 struct team_port __rcu *active_port; member
28 struct team_port *active_port; in ab_receive() local
30 active_port = rcu_dereference(ab_priv(team)->active_port); in ab_receive()
31 if (active_port != port) in ab_receive()
38 struct team_port *active_port; in ab_transmit() local
40 active_port = rcu_dereference_bh(ab_priv(team)->active_port); in ab_transmit()
41 if (unlikely(!active_port)) in ab_transmit()
43 if (team_dev_queue_xmit(team, active_port, skb)) 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()
[all …]
/OK3568_Linux_fs/kernel/drivers/gpu/drm/rockchip/
H A Dcdn-dp-core.c181 if (dp->active_port < 0 || dp->active_port >= dp->ports) { in cdn_dp_check_sink_connection()
403 dp->active_port = port->id; in cdn_dp_enable_phy()
433 dp->active_port = -1; in cdn_dp_disable_phy()
980 dp->active_port = -1; in cdn_dp_bind()
H A Dcdn-dp-core.h99 int active_port; member
H A Dcdn-dp-link-training.c16 struct cdn_dp_port *port = dp->port[dp->active_port]; in cdn_dp_set_signal_levels()
360 struct cdn_dp_port *port = dp->port[dp->active_port]; in cdn_dp_software_train_link()
/OK3568_Linux_fs/kernel/drivers/net/wireless/marvell/mwifiex/
H A Dusb.c753 u8 active_port = MWIFIEX_USB_EP_DATA; in mwifiex_usb_port_resync() local
779 active_port = priv->usb_port; in mwifiex_usb_port_resync()
786 priv->usb_port = active_port; in mwifiex_usb_port_resync()
789 if (active_port == card->port[i].tx_data_ep) in mwifiex_usb_port_resync()