Searched refs:mc_mac (Results 1 – 2 of 2) 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 | 1406 static const u8 mc_mac[] = {0x01, 0x00, 0x00, 0x00, 0x00, 0x00}; in cpsw_qos_clsflower_add_policer() local 1446 } else if (ether_addr_equal_unaligned(match.key->dst, mc_mac) && in cpsw_qos_clsflower_add_policer() 1447 ether_addr_equal_unaligned(match.mask->dst, mc_mac)) { in cpsw_qos_clsflower_add_policer()
|