Home
last modified time | relevance | path

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

/drivers/net/dsa/mv88e6xxx/
Dchip.c4253 .atu_get_hash = mv88e6165_g1_atu_get_hash,
4344 .atu_get_hash = mv88e6165_g1_atu_get_hash,
4402 .atu_get_hash = mv88e6165_g1_atu_get_hash,
4440 .atu_get_hash = mv88e6165_g1_atu_get_hash,
4486 .atu_get_hash = mv88e6165_g1_atu_get_hash,
4534 .atu_get_hash = mv88e6165_g1_atu_get_hash,
4587 .atu_get_hash = mv88e6165_g1_atu_get_hash,
4635 .atu_get_hash = mv88e6165_g1_atu_get_hash,
4736 .atu_get_hash = mv88e6165_g1_atu_get_hash,
4799 .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.h617 int (*atu_get_hash)(struct mv88e6xxx_chip *chip, u8 *hash); member