Home
last modified time | relevance | path

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

/openbmc/linux/drivers/net/ethernet/microchip/sparx5/
H A Dsparx5_switchdev.c112 ether_addr_is_ip_mcast(e->addr)) in sparx5_port_attr_mrouter_set()
549 if (is_new && ether_addr_is_ip_mcast(v->addr)) in sparx5_handle_port_mdb_add()
602 if (!port->is_mrouter || !ether_addr_is_ip_mcast(v->addr)) in sparx5_handle_port_mdb_del()
/openbmc/linux/include/linux/
H A Detherdevice.h447 static inline bool ether_addr_is_ip_mcast(const u8 *addr) in ether_addr_is_ip_mcast() function