Home
last modified time | relevance | path

Searched refs:is58xx (Results 1 – 2 of 2) sorted by relevance

/linux/drivers/net/dsa/b53/
H A Db53_common.c814 if (!is58xx(dev)) in b53_brcm_hdr_setup()
1110 else if (is58xx(dev)) in b53_get_mib()
1122 else if (is58xx(dev)) in b53_get_mib_size()
1393 if (is5301x(dev) || is58xx(dev)) in b53_force_port_config()
2285 if (is58xx(dev)) { in b53_br_join()
2366 if (is58xx(dev)) { in b53_br_leave()
H A Db53_priv.h261 static inline int is58xx(struct b53_device *dev) in is58xx() function