Searched refs:mc_mac (Results 1 – 3 of 3) sorted by relevance
| /linux/drivers/net/ethernet/ti/ |
| H A D | am65-cpsw-qos.c | 1030 static const u8 mc_mac[] = {0x01, 0x00, 0x00, 0x00, 0x00, 0x00}; in am65_cpsw_qos_clsflower_add_policer() local 1068 } else if (ether_addr_equal_unaligned(match.key->dst, mc_mac) && in am65_cpsw_qos_clsflower_add_policer() 1069 ether_addr_equal_unaligned(match.mask->dst, mc_mac)) { in am65_cpsw_qos_clsflower_add_policer()
|
| H A D | cpsw_priv.c | 1373 static const u8 mc_mac[] = {0x01, 0x00, 0x00, 0x00, 0x00, 0x00}; in cpsw_qos_clsflower_add_policer() local 1413 } else if (ether_addr_equal_unaligned(match.key->dst, mc_mac) && in cpsw_qos_clsflower_add_policer() 1414 ether_addr_equal_unaligned(match.mask->dst, mc_mac)) { in cpsw_qos_clsflower_add_policer()
|
| /linux/drivers/net/ethernet/broadcom/bnx2x/ |
| H A D | bnx2x_main.c | 12543 struct bnx2x_mcast_list_elem *mc_mac; in bnx2x_init_mcast_macs_list() local 12563 mc_mac = ¤t_mcast_group->mcast_elems[offset]; in bnx2x_init_mcast_macs_list() 12564 mc_mac->mac = bnx2x_mc_addr(ha); in bnx2x_init_mcast_macs_list() 12565 list_add_tail(&mc_mac->link, &p->mcast_list); in bnx2x_init_mcast_macs_list()
|