Searched refs:mc_mac (Results 1 – 3 of 3) sorted by relevance
/linux-6.1.9/drivers/net/ethernet/ti/ |
D | am65-cpsw-qos.c | 595 static const u8 mc_mac[] = {0x01, 0x00, 0x00, 0x00, 0x00, 0x00}; in am65_cpsw_qos_clsflower_add_policer() local 630 } else if (ether_addr_equal_unaligned(match.key->dst, mc_mac) && in am65_cpsw_qos_clsflower_add_policer() 631 ether_addr_equal_unaligned(match.mask->dst, mc_mac)) { in am65_cpsw_qos_clsflower_add_policer()
|
D | cpsw_priv.c | 1392 static const u8 mc_mac[] = {0x01, 0x00, 0x00, 0x00, 0x00, 0x00}; in cpsw_qos_clsflower_add_policer() local 1429 } else if (ether_addr_equal_unaligned(match.key->dst, mc_mac) && in cpsw_qos_clsflower_add_policer() 1430 ether_addr_equal_unaligned(match.mask->dst, mc_mac)) { in cpsw_qos_clsflower_add_policer()
|
/linux-6.1.9/drivers/net/ethernet/broadcom/bnx2x/ |
D | bnx2x_main.c | 12540 struct bnx2x_mcast_list_elem *mc_mac; in bnx2x_init_mcast_macs_list() local 12560 mc_mac = ¤t_mcast_group->mcast_elems[offset]; in bnx2x_init_mcast_macs_list() 12561 mc_mac->mac = bnx2x_mc_addr(ha); in bnx2x_init_mcast_macs_list() 12562 list_add_tail(&mc_mac->link, &p->mcast_list); in bnx2x_init_mcast_macs_list()
|