Home
last modified time | relevance | path

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

/linux-5.19.10/drivers/net/dsa/mv88e6xxx/
Dchip.c4189 .atu_get_hash = mv88e6165_g1_atu_get_hash,
4280 .atu_get_hash = mv88e6165_g1_atu_get_hash,
4338 .atu_get_hash = mv88e6165_g1_atu_get_hash,
4376 .atu_get_hash = mv88e6165_g1_atu_get_hash,
4422 .atu_get_hash = mv88e6165_g1_atu_get_hash,
4470 .atu_get_hash = mv88e6165_g1_atu_get_hash,
4523 .atu_get_hash = mv88e6165_g1_atu_get_hash,
4571 .atu_get_hash = mv88e6165_g1_atu_get_hash,
4672 .atu_get_hash = mv88e6165_g1_atu_get_hash,
4735 .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.h618 int (*atu_get_hash)(struct mv88e6xxx_chip *chip, u8 *hash); member