Searched defs:host_port (Results 1 - 1 of 1) sorted by relevance

/drivers/net/ethernet/ti/
H A Dcpsw.c395 int host_port; member in struct:cpsw_priv
541 1 << slave_port | 1 << priv->host_port, \
545 ALE_ALL_PORTS << priv->host_port, \
552 if (priv->host_port == 0)
613 priv->host_port);
652 cpsw_ale_flush_multicast(priv->ale, ALE_ALL_PORTS << priv->host_port);
1077 u32 port_mask = 1 << slave_port | 1 << priv->host_port;
1088 priv->host_port, ALE_VLAN, slave->port_vlan);
1153 const int port = priv->host_port;
1186 cpsw_ale_control_set(priv->ale, priv->host_port, ALE_VLAN_AWAR
[all...]

Completed in 36 milliseconds