Lines Matching defs:all
122 /* FID bits are dispatched all around gradually as more are supported */
288 bool all)
301 /* Flush/Move all or non-static entries from all or a given database */
302 if (all && fid)
306 else if (all)
314 int mv88e6xxx_g1_atu_flush(struct mv88e6xxx_chip *chip, u16 fid, bool all)
320 return mv88e6xxx_g1_atu_flushmove(chip, fid, &entry, all);
324 int from_port, int to_port, bool all)
340 return mv88e6xxx_g1_atu_flushmove(chip, fid, &entry, all);
344 bool all)
349 return mv88e6xxx_g1_atu_move(chip, fid, from_port, to_port, all);