Searched refs:arl_ops (Results 1 – 2 of 2) sorted by relevance
| /linux/drivers/net/dsa/b53/ |
| H A D | b53_common.c | 2774 const struct b53_arl_ops *arl_ops; member 2794 .arl_ops = &b53_arl_ops_25, 2805 .arl_ops = &b53_arl_ops_25, 2819 .arl_ops = &b53_arl_ops_89, 2833 .arl_ops = &b53_arl_ops_95, 2847 .arl_ops = &b53_arl_ops_89, 2861 .arl_ops = &b53_arl_ops_89, 2875 .arl_ops = &b53_arl_ops_95, 2889 .arl_ops = &b53_arl_ops_95, 2903 .arl_ops = &b53_arl_ops_95, [all …]
|
| H A D | b53_priv.h | 141 const struct b53_arl_ops *arl_ops; member 452 dev->arl_ops->arl_read_entry(dev, ent, idx); in b53_arl_read_entry() 458 dev->arl_ops->arl_write_entry(dev, ent, idx); in b53_arl_write_entry() 464 dev->arl_ops->arl_search_read(dev, idx, ent); in b53_arl_search_read()
|