Home
last modified time | relevance | path

Searched refs:netdev_phys_item_id_same (Results 1 – 3 of 3) sorted by relevance

/linux/net/bridge/
H A Dbr_switchdev.c212 if (netdev_phys_item_id_same(&joining->ppid, &p->ppid)) { in nbp_switchdev_hwdom_set()
253 if (!netdev_phys_item_id_same(&p->ppid, &ppid)) { in nbp_switchdev_add()
/linux/include/linux/
H A Dnetdevice.h862 static inline bool netdev_phys_item_id_same(struct netdev_phys_item_id *a, in netdev_phys_item_id_same() function
/linux/net/core/
H A Ddev.c10134 return netdev_phys_item_id_same(&a_id, &b_id); in netdev_port_same_parent_id()