Home
last modified time | relevance | path

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

/Linux-v6.6/drivers/net/dsa/mv88e6xxx/
Dchip.c4104 .atu_get_hash = mv88e6165_g1_atu_get_hash,
4197 .atu_get_hash = mv88e6165_g1_atu_get_hash,
4251 .atu_get_hash = mv88e6165_g1_atu_get_hash,
4289 .atu_get_hash = mv88e6165_g1_atu_get_hash,
4337 .atu_get_hash = mv88e6165_g1_atu_get_hash,
4387 .atu_get_hash = mv88e6165_g1_atu_get_hash,
4437 .atu_get_hash = mv88e6165_g1_atu_get_hash,
4487 .atu_get_hash = mv88e6165_g1_atu_get_hash,
4581 .atu_get_hash = mv88e6165_g1_atu_get_hash,
4639 .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