Lines Matching defs:all
137 /* FID bits are dispatched all around gradually as more are supported */
338 bool all)
351 /* Flush/Move all or non-static entries from all or a given database */
352 if (all && fid)
356 else if (all)
364 int mv88e6xxx_g1_atu_flush(struct mv88e6xxx_chip *chip, u16 fid, bool all)
370 return mv88e6xxx_g1_atu_flushmove(chip, fid, &entry, all);
374 int from_port, int to_port, bool all)
390 return mv88e6xxx_g1_atu_flushmove(chip, fid, &entry, all);
394 bool all)
399 return mv88e6xxx_g1_atu_move(chip, fid, from_port, to_port, all);