Home
last modified time | relevance | path

Searched refs:ale_ports (Results 1 – 4 of 4) sorted by relevance

/drivers/net/ethernet/ti/
Dnetcp_ethss.c642 u32 ale_ports; member
2215 GBE_PORT_MASK(priv->ale_ports)); in gbe_init_host_port()
2219 GBE_PORT_MASK(priv->ale_ports - 1)); in gbe_init_host_port()
2223 GBE_PORT_MASK(priv->ale_ports)); in gbe_init_host_port()
2227 GBE_PORT_MASK(priv->ale_ports)); in gbe_init_host_port()
2236 GBE_PORT_MASK(gbe_dev->ale_ports), 0, 0, in gbe_add_mcast_addr()
2240 GBE_PORT_MASK(gbe_dev->ale_ports), in gbe_add_mcast_addr()
2342 GBE_PORT_MASK(gbe_dev->ale_ports), in gbe_add_vid()
2344 GBE_PORT_MASK(gbe_dev->ale_ports), in gbe_add_vid()
2345 GBE_PORT_MASK(gbe_dev->ale_ports - 1)); in gbe_add_vid()
[all …]
Dcpsw_ale.h23 unsigned long ale_ports; member
Dcpsw_ale.c668 if (port < 0 || port > ale->params.ale_ports) in cpsw_ale_control_set()
699 if (port < 0 || port > ale->params.ale_ports) in cpsw_ale_control_get()
Dcpsw.c2450 ale_params.ale_ports = data->slaves; in cpsw_probe()