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.c794 if (!is58xx(dev)) in b53_brcm_hdr_setup()
979 /* This is specific to 58xx devices here, do not use is58xx() which in b53_switch_reset()
1093 else if (is58xx(dev)) in b53_get_mib()
1105 else if (is58xx(dev)) in b53_get_mib_size()
2171 if (is58xx(dev)) { in b53_br_join()
2252 if (is58xx(dev)) { in b53_br_leave()
H A Db53_priv.h249 static inline int is58xx(struct b53_device *dev) in is58xx() function