Searched refs:ale_ports (Results 1 - 10 of 10) sorted by relevance
/kernel/linux/linux-5.10/drivers/net/ethernet/ti/ |
H A D | cpsw_ale.c | 1084 if (port < 0 || port >= ale->params.ale_ports) in cpsw_ale_control_set() 1114 if (port < 0 || port >= ale->params.ale_ports) in cpsw_ale_control_get() 1322 ale->port_mask_bits = ale->params.ale_ports; in cpsw_ale_create() 1323 ale->port_num_bits = order_base_2(ale->params.ale_ports); in cpsw_ale_create() 1324 ale->vlan_field_bits = ale->params.ale_ports; in cpsw_ale_create() 1335 ale->params.ale_ports; in cpsw_ale_create() 1339 ale->params.ale_ports; in cpsw_ale_create() 1344 ale->params.ale_ports; in cpsw_ale_create() 1349 ale->params.ale_ports; in cpsw_ale_create()
|
H A D | netcp_ethss.c | 712 u32 ale_ports; member 2387 GBE_PORT_MASK(priv->ale_ports)); in gbe_init_host_port() 2391 GBE_PORT_MASK(priv->ale_ports - 1)); in gbe_init_host_port() 2395 GBE_PORT_MASK(priv->ale_ports)); in gbe_init_host_port() 2399 GBE_PORT_MASK(priv->ale_ports)); in gbe_init_host_port() 2408 GBE_PORT_MASK(gbe_dev->ale_ports), 0, 0, in gbe_add_mcast_addr() 2412 GBE_PORT_MASK(gbe_dev->ale_ports), in gbe_add_mcast_addr() 2514 GBE_PORT_MASK(gbe_dev->ale_ports), in gbe_add_vid() 2516 GBE_PORT_MASK(gbe_dev->ale_ports), in gbe_add_vid() 2517 GBE_PORT_MASK(gbe_dev->ale_ports in gbe_add_vid() [all...] |
H A D | cpsw_ale.h | 16 unsigned long ale_ports; member
|
H A D | cpsw_priv.c | 503 ale_params.ale_ports = CPSW_ALE_PORTS_NUM; in cpsw_init_common()
|
H A D | am65-cpsw-nuss.c | 2124 ale_params.ale_ports = common->port_num + 1; in am65_cpsw_nuss_probe()
|
/kernel/linux/linux-6.6/drivers/net/ethernet/ti/ |
H A D | cpsw_ale.c | 1115 if (port < 0 || port >= ale->params.ale_ports) in cpsw_ale_control_set() 1145 if (port < 0 || port >= ale->params.ale_ports) in cpsw_ale_control_get() 1422 ale->port_mask_bits = ale->params.ale_ports; in cpsw_ale_create() 1423 ale->port_num_bits = order_base_2(ale->params.ale_ports); in cpsw_ale_create() 1424 ale->vlan_field_bits = ale->params.ale_ports; in cpsw_ale_create() 1435 ale->params.ale_ports; in cpsw_ale_create() 1439 ale->params.ale_ports; in cpsw_ale_create() 1444 ale->params.ale_ports; in cpsw_ale_create() 1449 ale->params.ale_ports; in cpsw_ale_create()
|
H A D | netcp_ethss.c | 712 u32 ale_ports; member 2387 GBE_PORT_MASK(priv->ale_ports)); in gbe_init_host_port() 2391 GBE_PORT_MASK(priv->ale_ports - 1)); in gbe_init_host_port() 2395 GBE_PORT_MASK(priv->ale_ports)); in gbe_init_host_port() 2399 GBE_PORT_MASK(priv->ale_ports)); in gbe_init_host_port() 2408 GBE_PORT_MASK(gbe_dev->ale_ports), 0, 0, in gbe_add_mcast_addr() 2412 GBE_PORT_MASK(gbe_dev->ale_ports), in gbe_add_mcast_addr() 2514 GBE_PORT_MASK(gbe_dev->ale_ports), in gbe_add_vid() 2516 GBE_PORT_MASK(gbe_dev->ale_ports), in gbe_add_vid() 2517 GBE_PORT_MASK(gbe_dev->ale_ports in gbe_add_vid() [all...] |
H A D | cpsw_ale.h | 16 unsigned long ale_ports; member
|
H A D | cpsw_priv.c | 504 ale_params.ale_ports = CPSW_ALE_PORTS_NUM; in cpsw_init_common()
|
H A D | am65-cpsw-nuss.c | 2952 ale_params.ale_ports = common->port_num + 1; in am65_cpsw_nuss_probe()
|
Completed in 35 milliseconds