// SPDX-License-Identifier: GPL-2.0-or-later /* * switchdev.c * * Authors: * Hans J. Schultz <[email protected]> * */ #include <net/switchdev.h> #include "chip.h" #include "global1.h" #include "switchdev.h" struct mv88e6xxx_fid_search_ctx { … }; static int __mv88e6xxx_find_vid(struct mv88e6xxx_chip *chip, const struct mv88e6xxx_vtu_entry *entry, void *priv) { … } static int mv88e6xxx_find_vid(struct mv88e6xxx_chip *chip, u16 fid, u16 *vid) { … } int mv88e6xxx_handle_miss_violation(struct mv88e6xxx_chip *chip, int port, struct mv88e6xxx_atu_entry *entry, u16 fid) { … }