Home
last modified time | relevance | path

Searched refs:l2_dest_mac (Results 1 – 4 of 4) sorted by relevance

/linux-6.1.9/drivers/net/ethernet/freescale/dpaa2/
Ddpaa2-switch-flower.c50 ether_addr_copy(acl_h->l2_dest_mac, &match.key->dst[0]); in dpaa2_switch_flower_parse_key()
52 ether_addr_copy(acl_m->l2_dest_mac, &match.mask->dst[0]); in dpaa2_switch_flower_parse_key()
Ddpsw.h688 u8 l2_dest_mac[6]; member
Ddpsw.c1487 ext_params->match_l2_dest_mac[i] = key->match.l2_dest_mac[5 - i]; in dpsw_acl_prepare_entry_cfg()
1489 ext_params->mask_l2_dest_mac[i] = key->mask.l2_dest_mac[5 - i]; in dpsw_acl_prepare_entry_cfg()
Ddpaa2-switch.c3088 ether_addr_copy(acl_entry.key.match.l2_dest_mac, mac); in dpaa2_switch_port_trap_mac_addr()
3089 eth_broadcast_addr(acl_entry.key.mask.l2_dest_mac); in dpaa2_switch_port_trap_mac_addr()