Searched refs:dsa_ptr (Results 1 – 8 of 8) sorted by relevance
19 struct dsa_port *cpu_dp = dev->dsa_ptr; in dsa_master_get_ethtool_stats()38 struct dsa_port *cpu_dp = dev->dsa_ptr; in dsa_master_get_ethtool_phy_stats()62 struct dsa_port *cpu_dp = dev->dsa_ptr; in dsa_master_get_sset_count()85 struct dsa_port *cpu_dp = dev->dsa_ptr; in dsa_master_get_strings()131 struct dsa_port *cpu_dp = dev->dsa_ptr; in dsa_master_ethtool_setup()155 struct dsa_port *cpu_dp = dev->dsa_ptr; in dsa_master_ethtool_teardown()169 dev->dsa_ptr = cpu_dp; in dsa_master_setup()178 dev->dsa_ptr = NULL; in dsa_master_teardown()
117 struct dsa_port *cpu_dp = dev->dsa_ptr; in dsa_master_find_slave()
159 struct dsa_port *cpu_dp = dev->dsa_ptr; in dsa_switch_rcv()
628 if (dev->dsa_ptr != NULL) { in dsa_probe()
549 return dev->dsa_ptr && dev->dsa_ptr->rcv; in netdev_uses_dsa()
118 if (dev->dsa_ptr != NULL)223 "dsa_ptr", this structure references a dsa_platform_data structure as well as278 Once a master network device is configured to use DSA (dev->dsa_ptr becomes
637 ops = skb->dev->dsa_ptr->tag_ops; in __skb_flow_dissect()
1868 struct dsa_port *dsa_ptr; member