Home
last modified time | relevance | path

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

/Linux-v6.1/drivers/net/dsa/mv88e6xxx/
Dchip.c4224 .atu_get_hash = mv88e6165_g1_atu_get_hash,
4315 .atu_get_hash = mv88e6165_g1_atu_get_hash,
4373 .atu_get_hash = mv88e6165_g1_atu_get_hash,
4411 .atu_get_hash = mv88e6165_g1_atu_get_hash,
4457 .atu_get_hash = mv88e6165_g1_atu_get_hash,
4505 .atu_get_hash = mv88e6165_g1_atu_get_hash,
4558 .atu_get_hash = mv88e6165_g1_atu_get_hash,
4606 .atu_get_hash = mv88e6165_g1_atu_get_hash,
4707 .atu_get_hash = mv88e6165_g1_atu_get_hash,
4770 .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