Home
last modified time | relevance | path

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

/Linux-v5.4/drivers/net/ethernet/ti/
Dcpsw_ale.c715 if (port < 0 || port >= ale->params.ale_ports) in cpsw_ale_control_set()
745 if (port < 0 || port >= ale->params.ale_ports) in cpsw_ale_control_get()
832 ale->port_mask_bits = ale->params.ale_ports; in cpsw_ale_create()
833 ale->port_num_bits = order_base_2(ale->params.ale_ports); in cpsw_ale_create()
834 ale->vlan_field_bits = ale->params.ale_ports; in cpsw_ale_create()
845 ale->params.ale_ports; in cpsw_ale_create()
849 ale->params.ale_ports; in cpsw_ale_create()
854 ale->params.ale_ports; in cpsw_ale_create()
859 ale->params.ale_ports; in cpsw_ale_create()
Dcpsw_ale.h16 unsigned long ale_ports; member
Dnetcp_ethss.c715 u32 ale_ports; member
2389 GBE_PORT_MASK(priv->ale_ports)); in gbe_init_host_port()
2393 GBE_PORT_MASK(priv->ale_ports - 1)); in gbe_init_host_port()
2397 GBE_PORT_MASK(priv->ale_ports)); in gbe_init_host_port()
2401 GBE_PORT_MASK(priv->ale_ports)); in gbe_init_host_port()
2410 GBE_PORT_MASK(gbe_dev->ale_ports), 0, 0, in gbe_add_mcast_addr()
2414 GBE_PORT_MASK(gbe_dev->ale_ports), in gbe_add_mcast_addr()
2516 GBE_PORT_MASK(gbe_dev->ale_ports), in gbe_add_vid()
2518 GBE_PORT_MASK(gbe_dev->ale_ports), in gbe_add_vid()
2519 GBE_PORT_MASK(gbe_dev->ale_ports - 1)); in gbe_add_vid()
[all …]
Dcpsw_priv.c94 ale_params.ale_ports = CPSW_ALE_PORTS_NUM; in cpsw_init_common()