Home
last modified time | relevance | path

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

/linux/drivers/net/dsa/b53/
H A Db53_common.c2775 const struct b53_arl_ops *arl_ops; member
2795 .arl_ops = &b53_arl_ops_25,
2806 .arl_ops = &b53_arl_ops_25,
2820 .arl_ops = &b53_arl_ops_89,
2834 .arl_ops = &b53_arl_ops_95,
2848 .arl_ops = &b53_arl_ops_89,
2862 .arl_ops = &b53_arl_ops_89,
2876 .arl_ops = &b53_arl_ops_95,
2890 .arl_ops = &b53_arl_ops_95,
2904 .arl_ops = &b53_arl_ops_95,
[all …]
H A Db53_priv.h142 const struct b53_arl_ops *arl_ops; member
453 dev->arl_ops->arl_read_entry(dev, ent, idx); in b53_arl_read_entry()
459 dev->arl_ops->arl_write_entry(dev, ent, idx); in b53_arl_write_entry()
465 dev->arl_ops->arl_search_read(dev, idx, ent); in b53_arl_search_read()