Home
last modified time | relevance | path

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

/linux-4.4.14/drivers/net/dsa/
Dmv88e6xxx.c977 bool static_too) in _mv88e6xxx_atu_flush_move() argument
996 op = static_too ? GLOBAL_ATU_OP_FLUSH_MOVE_ALL_DB : in _mv88e6xxx_atu_flush_move()
999 op = static_too ? GLOBAL_ATU_OP_FLUSH_MOVE_ALL : in _mv88e6xxx_atu_flush_move()
1006 static int _mv88e6xxx_atu_flush(struct dsa_switch *ds, u16 fid, bool static_too) in _mv88e6xxx_atu_flush() argument
1013 return _mv88e6xxx_atu_flush_move(ds, &entry, static_too); in _mv88e6xxx_atu_flush()
1017 int to_port, bool static_too) in _mv88e6xxx_atu_move() argument
1031 return _mv88e6xxx_atu_flush_move(ds, &entry, static_too); in _mv88e6xxx_atu_move()
1035 bool static_too) in _mv88e6xxx_atu_remove() argument
1038 return _mv88e6xxx_atu_move(ds, fid, port, 0x0f, static_too); in _mv88e6xxx_atu_remove()