Home
last modified time | relevance | path

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

/Linux-v6.1/drivers/net/ethernet/marvell/prestera/
Dprestera.h24 struct prestera_flood_domain { struct
32 struct prestera_flood_domain *flood_domain; argument
38 struct prestera_flood_domain *flood_domain;
403 struct prestera_flood_domain *
405 void prestera_flood_domain_destroy(struct prestera_flood_domain *flood_domain);
408 prestera_flood_domain_port_create(struct prestera_flood_domain *flood_domain,
414 prestera_flood_domain_port_find(struct prestera_flood_domain *flood_domain,
Dprestera_hw.h147 struct prestera_flood_domain;
322 int prestera_hw_flood_domain_create(struct prestera_flood_domain *domain);
323 int prestera_hw_flood_domain_destroy(struct prestera_flood_domain *domain);
324 int prestera_hw_flood_domain_ports_set(struct prestera_flood_domain *domain);
325 int prestera_hw_flood_domain_ports_reset(struct prestera_flood_domain *domain);
Dprestera_main.c1224 struct prestera_flood_domain *flood_domain; in prestera_mdb_entry_create()
1260 struct prestera_flood_domain *
1263 struct prestera_flood_domain *domain; in prestera_flood_domain_create()
1281 void prestera_flood_domain_destroy(struct prestera_flood_domain *flood_domain) in prestera_flood_domain_destroy()
1289 prestera_flood_domain_port_create(struct prestera_flood_domain *flood_domain, in prestera_flood_domain_port_create()
1336 struct prestera_flood_domain *flood_domain = port->flood_domain; in prestera_flood_domain_port_destroy()
1349 prestera_flood_domain_port_find(struct prestera_flood_domain *flood_domain, in prestera_flood_domain_port_find()
Dprestera_hw.c2433 int prestera_hw_flood_domain_create(struct prestera_flood_domain *domain) in prestera_hw_flood_domain_create()
2450 int prestera_hw_flood_domain_destroy(struct prestera_flood_domain *domain) in prestera_hw_flood_domain_destroy()
2460 int prestera_hw_flood_domain_ports_set(struct prestera_flood_domain *domain) in prestera_hw_flood_domain_ports_set()
2526 int prestera_hw_flood_domain_ports_reset(struct prestera_flood_domain *domain) in prestera_hw_flood_domain_ports_reset()
Dprestera_switchdev.c327 struct prestera_flood_domain *fl_domain = mdb->flood_domain; in prestera_mdb_port_del()
960 struct prestera_flood_domain *flood_domain = mdb->flood_domain; in prestera_mdb_port_add()