Searched refs:dsa_ptr (Results 1 – 8 of 8) sorted by relevance
13 struct dsa_port *cpu_dp = dev->dsa_ptr; in dsa_master_get_regs_len()43 struct dsa_port *cpu_dp = dev->dsa_ptr; in dsa_master_get_regs()79 struct dsa_port *cpu_dp = dev->dsa_ptr; in dsa_master_get_ethtool_stats()98 struct dsa_port *cpu_dp = dev->dsa_ptr; in dsa_master_get_ethtool_phy_stats()122 struct dsa_port *cpu_dp = dev->dsa_ptr; in dsa_master_get_sset_count()145 struct dsa_port *cpu_dp = dev->dsa_ptr; in dsa_master_get_strings()192 struct dsa_port *cpu_dp = dev->dsa_ptr; in dsa_master_ioctl()225 struct dsa_port *cpu_dp = dev->dsa_ptr; in dsa_master_ethtool_setup()251 struct dsa_port *cpu_dp = dev->dsa_ptr; in dsa_master_ethtool_teardown()260 dev->dsa_ptr->netdev_ops = ops; in dsa_netdev_ops_set()[all …]
180 struct dsa_port *cpu_dp = netdev->dsa_ptr; in ocelot_rcv()
119 struct dsa_port *cpu_dp = dev->dsa_ptr; in dsa_master_find_slave()
202 struct dsa_port *cpu_dp = dev->dsa_ptr; in dsa_switch_rcv()
730 return dev->dsa_ptr && dev->dsa_ptr->rcv; in netdev_uses_dsa()739 return !dev->dsa_ptr->filter || dev->dsa_ptr->filter(skb, dev); in dsa_can_decode()762 const struct dsa_device_ops *ops = skb->dev->dsa_ptr->tag_ops; in dsa_tag_generic_flow_dissect()775 if (!dev->dsa_ptr) in __dsa_netdevice_ops_check()778 if (!dev->dsa_ptr->netdev_ops) in __dsa_netdevice_ops_check()794 ops = dev->dsa_ptr->netdev_ops; in dsa_ndo_do_ioctl()
117 if (dev->dsa_ptr != NULL)226 ``dsa_ptr``, this structure references a dsa_platform_data structure as well as268 Once a master network device is configured to use DSA (dev->dsa_ptr becomes
936 ops = skb->dev->dsa_ptr->tag_ops; in __skb_flow_dissect()
2027 struct dsa_port *dsa_ptr; member