Searched defs:mdb (Results 1 - 25 of 34) sorted by relevance

12

/linux-master/fs/hfs/
H A Dmdb.c76 struct hfs_mdb *mdb, *mdb2; local
266 struct hfs_mdb *mdb = HFS_SB(sb)->mdb; local
[all...]
H A Dbtree.c43 struct hfs_mdb *mdb = HFS_SB(sb)->mdb; local
[all...]
H A Dhfs_fs.h105 struct hfs_mdb *mdb; member in struct:hfs_sb_info
/linux-master/drivers/s390/char/
H A Dsclp_rw.c87 struct mdb *mdb; local
[all...]
H A Dsclp_rw.h46 struct mdb { struct
54 struct mdb mdb; member in struct:msg_buf
H A Dsclp_early_core.c92 struct mdb *mdb; local
[all...]
/linux-master/drivers/net/ethernet/ti/
H A Dam65-cpsw-switchdev.c255 am65_cpsw_port_mdb_add(struct am65_cpsw_port *port, struct switchdev_obj_port_mdb *mdb) argument
278 am65_cpsw_port_mdb_del(struct am65_cpsw_port *port, struct switchdev_obj_port_mdb *mdb) argument
306 struct switchdev_obj_port_mdb *mdb = SWITCHDEV_OBJ_PORT_MDB(obj); local
332 struct switchdev_obj_port_mdb *mdb = SWITCHDEV_OBJ_PORT_MDB(obj); local
[all...]
H A Dcpsw_switchdev.c263 cpsw_port_mdb_add(struct cpsw_priv *priv, struct switchdev_obj_port_mdb *mdb) argument
286 cpsw_port_mdb_del(struct cpsw_priv *priv, struct switchdev_obj_port_mdb *mdb) argument
314 struct switchdev_obj_port_mdb *mdb = SWITCHDEV_OBJ_PORT_MDB(obj); local
341 struct switchdev_obj_port_mdb *mdb = SWITCHDEV_OBJ_PORT_MDB(obj); local
[all...]
/linux-master/drivers/net/ethernet/microchip/lan966x/
H A Dlan966x_mdb.c72 lan966x_mdb_entry_add(struct lan966x *lan966x, const struct switchdev_obj_port_mdb *mdb) argument
105 lan966x_mdb_ip_add(struct lan966x_port *port, const struct switchdev_obj_port_mdb *mdb, enum macaccess_entry_type type) argument
140 lan966x_mdb_ip_del(struct lan966x_port *port, const struct switchdev_obj_port_mdb *mdb, enum macaccess_entry_type type) argument
248 lan966x_mdb_l2_add(struct lan966x_port *port, const struct switchdev_obj_port_mdb *mdb, enum macaccess_entry_type type) argument
297 lan966x_mdb_l2_del(struct lan966x_port *port, const struct switchdev_obj_port_mdb *mdb, enum macaccess_entry_type type) argument
367 const struct switchdev_obj_port_mdb *mdb = SWITCHDEV_OBJ_PORT_MDB(obj); local
384 const struct switchdev_obj_port_mdb *mdb = SWITCHDEV_OBJ_PORT_MDB(obj); local
[all...]
/linux-master/drivers/net/ethernet/mellanox/mlx5/core/en/rep/
H A Dbridge.c226 const struct switchdev_obj_port_mdb *mdb; local
260 const struct switchdev_obj_port_mdb *mdb; local
/linux-master/net/dsa/
H A Dswitch.h72 const struct switchdev_obj_port_mdb *mdb; member in struct:dsa_notifier_mdb_info
H A Dswitch.c158 dsa_port_do_mdb_add(struct dsa_port *dp, const struct switchdev_obj_port_mdb *mdb, struct dsa_db db) argument
210 dsa_port_do_mdb_del(struct dsa_port *dp, const struct switchdev_obj_port_mdb *mdb, struct dsa_db db) argument
[all...]
H A Ddsa.c1702 dsa_mdb_present_in_other_db(struct dsa_switch *ds, int port, const struct switchdev_obj_port_mdb *mdb, struct dsa_db db) argument
H A Dport.c1169 dsa_port_mdb_add(const struct dsa_port *dp, const struct switchdev_obj_port_mdb *mdb) argument
1187 dsa_port_mdb_del(const struct dsa_port *dp, const struct switchdev_obj_port_mdb *mdb) argument
1205 dsa_port_host_mdb_add(const struct dsa_port *dp, const struct switchdev_obj_port_mdb *mdb, struct dsa_db db) argument
1218 dsa_port_standalone_host_mdb_add(const struct dsa_port *dp, const struct switchdev_obj_port_mdb *mdb) argument
1229 dsa_port_bridge_host_mdb_add(const struct dsa_port *dp, const struct switchdev_obj_port_mdb *mdb) argument
1249 dsa_port_host_mdb_del(const struct dsa_port *dp, const struct switchdev_obj_port_mdb *mdb, struct dsa_db db) argument
1262 dsa_port_standalone_host_mdb_del(const struct dsa_port *dp, const struct switchdev_obj_port_mdb *mdb) argument
1273 dsa_port_bridge_host_mdb_del(const struct dsa_port *dp, const struct switchdev_obj_port_mdb *mdb) argument
[all...]
/linux-master/net/bridge/
H A Dbr_switchdev.c527 static void br_switchdev_mdb_populate(struct switchdev_obj_port_mdb *mdb, argument
547 struct switchdev_obj_port_mdb mdb = { local
578 br_switchdev_mdb_replay_one(struct notifier_block *nb, struct net_device *dev, const struct switchdev_obj_port_mdb *mdb, unsigned long action, const void *ctx, struct netlink_ext_ack *extack) argument
604 struct switchdev_obj_port_mdb mdb = { local
641 struct switchdev_obj_port_mdb mdb = { local
[all...]
/linux-master/drivers/net/dsa/microchip/
H A Dksz9477.c848 ksz9477_mdb_add(struct ksz_device *dev, int port, const struct switchdev_obj_port_mdb *mdb, struct dsa_db db) argument
927 ksz9477_mdb_del(struct ksz_device *dev, int port, const struct switchdev_obj_port_mdb *mdb, struct dsa_db db) argument
[all...]
H A Dksz8795.c1298 ksz8_mdb_add(struct ksz_device *dev, int port, const struct switchdev_obj_port_mdb *mdb, struct dsa_db db) argument
1304 ksz8_mdb_del(struct ksz_device *dev, int port, const struct switchdev_obj_port_mdb *mdb, struct dsa_db db) argument
/linux-master/drivers/net/dsa/qca/
H A Dqca8k-common.c858 qca8k_port_mdb_add(struct dsa_switch *ds, int port, const struct switchdev_obj_port_mdb *mdb, struct dsa_db db) argument
873 qca8k_port_mdb_del(struct dsa_switch *ds, int port, const struct switchdev_obj_port_mdb *mdb, struct dsa_db db) argument
/linux-master/drivers/net/ethernet/marvell/prestera/
H A Dprestera_switchdev.c83 struct prestera_mdb_entry *mdb; member in struct:prestera_br_mdb_entry
324 prestera_mdb_port_del(struct prestera_mdb_entry *mdb, argument
956 prestera_mdb_port_add(struct prestera_mdb_entry *mdb, argument
980 struct prestera_mdb_entry *mdb; local
1574 prestera_mdb_port_addr_obj_add(const struct switchdev_obj_port_mdb *mdb) argument
1630 const struct switchdev_obj_port_mdb *mdb; local
1674 prestera_mdb_port_addr_obj_del(struct prestera_port *port, const struct switchdev_obj_port_mdb *mdb) argument
1722 const struct switchdev_obj_port_mdb *mdb; local
[all...]
/linux-master/drivers/net/ethernet/mscc/
H A Docelot_net.c1100 ocelot_port_obj_add_mdb(struct net_device *dev, const struct switchdev_obj_port_mdb *mdb) argument
1111 ocelot_port_obj_del_mdb(struct net_device *dev, const struct switchdev_obj_port_mdb *mdb) argument
/linux-master/drivers/net/dsa/sja1105/
H A Dsja1105_main.c1962 sja1105_mdb_add(struct dsa_switch *ds, int port, const struct switchdev_obj_port_mdb *mdb, struct dsa_db db) argument
1969 sja1105_mdb_del(struct dsa_switch *ds, int port, const struct switchdev_obj_port_mdb *mdb, struct dsa_db db) argument
/linux-master/drivers/net/dsa/b53/
H A Db53_common.c1865 b53_mdb_add(struct dsa_switch *ds, int port, const struct switchdev_obj_port_mdb *mdb, struct dsa_db db) argument
1886 b53_mdb_del(struct dsa_switch *ds, int port, const struct switchdev_obj_port_mdb *mdb, struct dsa_db db) argument
/linux-master/drivers/net/dsa/
H A Dmt7530.c1605 mt7530_port_mdb_add(struct dsa_switch *ds, int port, const struct switchdev_obj_port_mdb *mdb, struct dsa_db db) argument
1632 mt7530_port_mdb_del(struct dsa_switch *ds, int port, const struct switchdev_obj_port_mdb *mdb, struct dsa_db db) argument
H A Dlan9303-core.c1222 lan9303_port_mdb_prepare(struct dsa_switch *ds, int port, const struct switchdev_obj_port_mdb *mdb) argument
1239 lan9303_port_mdb_add(struct dsa_switch *ds, int port, const struct switchdev_obj_port_mdb *mdb, struct dsa_db db) argument
1255 lan9303_port_mdb_del(struct dsa_switch *ds, int port, const struct switchdev_obj_port_mdb *mdb, struct dsa_db db) argument
[all...]
/linux-master/drivers/net/dsa/ocelot/
H A Dfelix.c851 felix_mdb_add(struct dsa_switch *ds, int port, const struct switchdev_obj_port_mdb *mdb, struct dsa_db db) argument
871 felix_mdb_del(struct dsa_switch *ds, int port, const struct switchdev_obj_port_mdb *mdb, struct dsa_db db) argument

Completed in 485 milliseconds

12