Home
last modified time | relevance | path

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

/drivers/net/dsa/mv88e6xxx/
Dchip.c3383 .atu_get_hash = mv88e6165_g1_atu_get_hash,
3467 .atu_get_hash = mv88e6165_g1_atu_get_hash,
3521 .atu_get_hash = mv88e6165_g1_atu_get_hash,
3556 .atu_get_hash = mv88e6165_g1_atu_get_hash,
3598 .atu_get_hash = mv88e6165_g1_atu_get_hash,
3642 .atu_get_hash = mv88e6165_g1_atu_get_hash,
3692 .atu_get_hash = mv88e6165_g1_atu_get_hash,
3736 .atu_get_hash = mv88e6165_g1_atu_get_hash,
3827 .atu_get_hash = mv88e6165_g1_atu_get_hash,
3886 .atu_get_hash = mv88e6165_g1_atu_get_hash,
[all …]
Ddevlink.c12 if (chip->info->ops->atu_get_hash) in mv88e6xxx_atu_get_hash()
13 return chip->info->ops->atu_get_hash(chip, hash); in mv88e6xxx_atu_get_hash()
Dchip.h548 int (*atu_get_hash)(struct mv88e6xxx_chip *chip, u8 *hash); member