Home
last modified time | relevance | path

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

/linux-4.1.27/net/dsa/
Dtag_brcm.c106 struct dsa_switch_tree *dst = dev->dsa_ptr; in brcm_tag_rcv()
Dtag_trailer.c69 struct dsa_switch_tree *dst = dev->dsa_ptr; in trailer_rcv()
Dtag_dsa.c79 struct dsa_switch_tree *dst = dev->dsa_ptr; in dsa_rcv()
Dtag_edsa.c92 struct dsa_switch_tree *dst = dev->dsa_ptr; in edsa_rcv()
Ddsa.c736 dev->dsa_ptr = (void *)dst; in dsa_setup_dst()
780 if (dev->dsa_ptr != NULL) { in dsa_probe()
839 struct dsa_switch_tree *dst = dev->dsa_ptr; in dsa_switch_rcv()
/linux-4.1.27/include/linux/
Dnetdevice.h1618 struct dsa_switch_tree *dsa_ptr; member
1857 if (dev->dsa_ptr != NULL) in netdev_uses_dsa()
1858 return dsa_uses_tagged_protocol(dev->dsa_ptr); in netdev_uses_dsa()