Home
last modified time | relevance | path

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

/linux-6.12.1/drivers/net/ethernet/ti/
Dcpsw_ale.c1136 if (port < 0 || port >= ale->params.ale_ports) in cpsw_ale_control_set()
1166 if (port < 0 || port >= ale->params.ale_ports) in cpsw_ale_control_get()
1579 ale->port_mask_bits = ale->params.ale_ports; in cpsw_ale_create()
1580 ale->port_num_bits = order_base_2(ale->params.ale_ports); in cpsw_ale_create()
1581 ale->vlan_field_bits = ale->params.ale_ports; in cpsw_ale_create()
1592 ale->params.ale_ports; in cpsw_ale_create()
1596 ale->params.ale_ports; in cpsw_ale_create()
1601 ale->params.ale_ports; in cpsw_ale_create()
1606 ale->params.ale_ports; in cpsw_ale_create()
Dnetcp_ethss.c712 u32 ale_ports; member
2382 GBE_PORT_MASK(priv->ale_ports)); in gbe_init_host_port()
2386 GBE_PORT_MASK(priv->ale_ports - 1)); in gbe_init_host_port()
2390 GBE_PORT_MASK(priv->ale_ports)); in gbe_init_host_port()
2394 GBE_PORT_MASK(priv->ale_ports)); in gbe_init_host_port()
2403 GBE_PORT_MASK(gbe_dev->ale_ports), 0, 0, in gbe_add_mcast_addr()
2407 GBE_PORT_MASK(gbe_dev->ale_ports), in gbe_add_mcast_addr()
2509 GBE_PORT_MASK(gbe_dev->ale_ports), in gbe_add_vid()
2511 GBE_PORT_MASK(gbe_dev->ale_ports), in gbe_add_vid()
2512 GBE_PORT_MASK(gbe_dev->ale_ports - 1)); in gbe_add_vid()
[all …]
Dcpsw_ale.h19 unsigned long ale_ports; member
Dcpsw_priv.c504 ale_params.ale_ports = CPSW_ALE_PORTS_NUM; in cpsw_init_common()
Dam65-cpsw-nuss.c3578 ale_params.ale_ports = common->port_num + 1; in am65_cpsw_nuss_probe()