Lines Matching +refs:dev +refs:all
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()
436 trace_mv88e6xxx_atu_member_violation(chip->dev, spid, in mv88e6xxx_g1_atu_prob_irq_thread_fn()
443 trace_mv88e6xxx_atu_miss_violation(chip->dev, spid, in mv88e6xxx_g1_atu_prob_irq_thread_fn()
457 trace_mv88e6xxx_atu_full_violation(chip->dev, spid, in mv88e6xxx_g1_atu_prob_irq_thread_fn()
470 dev_err(chip->dev, "ATU problem: error %d while handling interrupt\n", in mv88e6xxx_g1_atu_prob_irq_thread_fn()
485 "mv88e6xxx-%s-g1-atu-prob", dev_name(chip->dev)); in mv88e6xxx_g1_atu_prob_irq_setup()