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_get_phys_port_name()202 struct dsa_port *cpu_dp = dev->dsa_ptr; in dsa_master_ethtool_setup()228 struct dsa_port *cpu_dp = dev->dsa_ptr; in dsa_master_ethtool_teardown()236 struct dsa_port *cpu_dp = dev->dsa_ptr; in dsa_master_ndo_setup()[all …]
105 struct dsa_port *cpu_dp = dev->dsa_ptr; in dsa_master_find_slave()
77 if (!dsa_port_is_vlan_filtering(dev->dsa_ptr)) in sja1105_filter()
206 struct dsa_port *cpu_dp = dev->dsa_ptr; in dsa_switch_rcv()
559 return dev->dsa_ptr && dev->dsa_ptr->rcv; in netdev_uses_dsa()568 return !dev->dsa_ptr->filter || dev->dsa_ptr->filter(skb, dev); in dsa_can_decode()
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
877 ops = skb->dev->dsa_ptr->tag_ops; in __skb_flow_dissect()
1909 struct dsa_port *dsa_ptr; member