Home
last modified time | relevance | path

Searched refs:dsa_ptr (Results 1 – 7 of 7) sorted by relevance

/linux-4.4.14/net/dsa/
Dtag_trailer.c63 struct dsa_switch_tree *dst = dev->dsa_ptr; in trailer_rcv()
Dtag_brcm.c97 struct dsa_switch_tree *dst = dev->dsa_ptr; in brcm_tag_rcv()
Dtag_dsa.c73 struct dsa_switch_tree *dst = dev->dsa_ptr; in dsa_rcv()
Dtag_edsa.c86 struct dsa_switch_tree *dst = dev->dsa_ptr; in edsa_rcv()
Ddsa.c880 dev->dsa_ptr = (void *)dst; in dsa_setup_dst()
926 if (dev->dsa_ptr != NULL) { in dsa_probe()
987 struct dsa_switch_tree *dst = dev->dsa_ptr; in dsa_switch_rcv()
/linux-4.4.14/Documentation/networking/dsa/
Ddsa.txt117 if (dev->dsa_ptr != NULL)
222 "dsa_ptr", this structure references a dsa_platform_data structure as well as
277 Once a master network device is configured to use DSA (dev->dsa_ptr becomes
/linux-4.4.14/include/linux/
Dnetdevice.h1654 struct dsa_switch_tree *dsa_ptr; member
1905 if (dev->dsa_ptr != NULL) in netdev_uses_dsa()
1906 return dsa_uses_tagged_protocol(dev->dsa_ptr); in netdev_uses_dsa()