Home
last modified time | relevance | path

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

/openbmc/linux/drivers/net/ethernet/ti/
H A Dam65-cpsw-qos.c621 static const u8 mc_mac[] = {0x01, 0x00, 0x00, 0x00, 0x00, 0x00}; in am65_cpsw_qos_clsflower_add_policer() local
656 } else if (ether_addr_equal_unaligned(match.key->dst, mc_mac) && in am65_cpsw_qos_clsflower_add_policer()
657 ether_addr_equal_unaligned(match.mask->dst, mc_mac)) { in am65_cpsw_qos_clsflower_add_policer()
H A Dcpsw_priv.c1393 static const u8 mc_mac[] = {0x01, 0x00, 0x00, 0x00, 0x00, 0x00}; in cpsw_qos_clsflower_add_policer() local
1430 } else if (ether_addr_equal_unaligned(match.key->dst, mc_mac) && in cpsw_qos_clsflower_add_policer()
1431 ether_addr_equal_unaligned(match.mask->dst, mc_mac)) { in cpsw_qos_clsflower_add_policer()
/openbmc/linux/drivers/net/ethernet/broadcom/bnx2x/
H A Dbnx2x_main.c12542 struct bnx2x_mcast_list_elem *mc_mac; in bnx2x_init_mcast_macs_list() local
12562 mc_mac = &current_mcast_group->mcast_elems[offset]; in bnx2x_init_mcast_macs_list()
12563 mc_mac->mac = bnx2x_mc_addr(ha); in bnx2x_init_mcast_macs_list()
12564 list_add_tail(&mc_mac->link, &p->mcast_list); in bnx2x_init_mcast_macs_list()