D | global1_atu.c | 72 dev_dbg(chip->dev, "AgeTime set to 0x%02x (%d ms)\n", age_time, in mv88e6xxx_g1_atu_set_age_time() 338 bool all) in mv88e6xxx_g1_atu_flushmove() argument 352 if (all && fid) in mv88e6xxx_g1_atu_flushmove() 356 else if (all) in mv88e6xxx_g1_atu_flushmove() 364 int mv88e6xxx_g1_atu_flush(struct mv88e6xxx_chip *chip, u16 fid, bool all) in mv88e6xxx_g1_atu_flush() argument 370 return mv88e6xxx_g1_atu_flushmove(chip, fid, &entry, all); in mv88e6xxx_g1_atu_flush() 374 int from_port, int to_port, bool all) in mv88e6xxx_g1_atu_move() argument 390 return mv88e6xxx_g1_atu_flushmove(chip, fid, &entry, all); in mv88e6xxx_g1_atu_move() 394 bool all) in mv88e6xxx_g1_atu_remove() argument 399 return mv88e6xxx_g1_atu_move(chip, fid, from_port, to_port, all); in mv88e6xxx_g1_atu_remove() [all …]
|