Home
last modified time | relevance | path

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

/linux-6.15/drivers/net/ethernet/freescale/dpaa2/
H A Ddpaa2-switch.h91 struct ethsw_core;
94 struct ethsw_core *ethsw;
125 struct ethsw_core *ethsw;
149 struct ethsw_core *ethsw_data;
169 struct ethsw_core { struct
195 static inline int dpaa2_switch_get_index(struct ethsw_core *ethsw, in dpaa2_switch_get_index() argument
207 static inline bool dpaa2_switch_supports_cpu_traffic(struct ethsw_core *ethsw) in dpaa2_switch_supports_cpu_traffic()
H A Ddpaa2-switch.c193 struct ethsw_core *ethsw = port_priv->ethsw_data; in dpaa2_switch_add_vlan()
230 struct ethsw_core *ethsw = port_priv->ethsw_data; in dpaa2_switch_port_set_pvid()
286 struct ethsw_core *ethsw = port_priv->ethsw_data; in dpaa2_switch_port_add_vlan()
686 struct ethsw_core *ethsw = port_priv->ethsw_data; in dpaa2_switch_port_open()
722 struct ethsw_core *ethsw = port_priv->ethsw_data; in dpaa2_switch_port_stop()
1511 struct ethsw_core *ethsw = dev_get_drvdata(dev); in dpaa2_switch_irq0_handler_thread()
1556 struct ethsw_core *ethsw = dev_get_drvdata(dev); in dpaa2_switch_setup_irqs()
2438 struct ethsw_core *ethsw = fq->ethsw; in dpaa2_switch_rx()
2799 struct ethsw_core *ethsw = fq->ethsw; in dpaa2_switch_store_consume()
3257 struct ethsw_core *ethsw; in dpaa2_switch_remove()
[all …]
H A Ddpaa2-switch-flower.c121 struct ethsw_core *ethsw = filter_block->ethsw; in dpaa2_switch_acl_entry_add()
165 struct ethsw_core *ethsw = block->ethsw; in dpaa2_switch_acl_entry_remove()
365 static int dpaa2_switch_tc_parse_action_acl(struct ethsw_core *ethsw, in dpaa2_switch_tc_parse_action_acl()
406 struct ethsw_core *ethsw = block->ethsw; in dpaa2_switch_block_add_mirror()
471 struct ethsw_core *ethsw = block->ethsw; in dpaa2_switch_block_remove_mirror()
499 struct ethsw_core *ethsw = block->ethsw; in dpaa2_switch_cls_flower_replace_acl()
588 struct ethsw_core *ethsw = block->ethsw; in dpaa2_switch_cls_flower_replace_mirror()
701 struct ethsw_core *ethsw = block->ethsw; in dpaa2_switch_cls_matchall_replace_acl()
742 struct ethsw_core *ethsw = block->ethsw; in dpaa2_switch_cls_matchall_replace_mirror()
822 struct ethsw_core *ethsw = port_priv->ethsw_data; in dpaa2_switch_block_offload_mirror()
[all …]
H A Ddpaa2-switch-ethtool.c104 struct ethsw_core *ethsw = port_priv->ethsw_data; in dpaa2_switch_set_link_ksettings()