Home
last modified time | relevance | path

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

/Linux-v4.19/drivers/net/ethernet/ti/
Dcpsw_ale.c726 if (port < 0 || port >= ale->params.ale_ports) in cpsw_ale_control_set()
757 if (port < 0 || port >= ale->params.ale_ports) in cpsw_ale_control_get()
847 ale->port_mask_bits = ale->params.ale_ports; in cpsw_ale_create()
848 ale->port_num_bits = order_base_2(ale->params.ale_ports); in cpsw_ale_create()
849 ale->vlan_field_bits = ale->params.ale_ports; in cpsw_ale_create()
860 ale->params.ale_ports; in cpsw_ale_create()
864 ale->params.ale_ports; in cpsw_ale_create()
869 ale->params.ale_ports; in cpsw_ale_create()
874 ale->params.ale_ports; in cpsw_ale_create()
Dcpsw_ale.h23 unsigned long ale_ports; member
Dnetcp_ethss.c723 u32 ale_ports; member
2395 GBE_PORT_MASK(priv->ale_ports)); in gbe_init_host_port()
2399 GBE_PORT_MASK(priv->ale_ports - 1)); in gbe_init_host_port()
2403 GBE_PORT_MASK(priv->ale_ports)); in gbe_init_host_port()
2407 GBE_PORT_MASK(priv->ale_ports)); in gbe_init_host_port()
2416 GBE_PORT_MASK(gbe_dev->ale_ports), 0, 0, in gbe_add_mcast_addr()
2420 GBE_PORT_MASK(gbe_dev->ale_ports), in gbe_add_mcast_addr()
2522 GBE_PORT_MASK(gbe_dev->ale_ports), in gbe_add_vid()
2524 GBE_PORT_MASK(gbe_dev->ale_ports), in gbe_add_vid()
2525 GBE_PORT_MASK(gbe_dev->ale_ports - 1)); in gbe_add_vid()
[all …]
Dcpsw.c3520 ale_params.ale_ports = CPSW_ALE_PORTS_NUM; in cpsw_probe()