Home
last modified time | relevance | path

Searched refs:l3_unicast (Results 1 – 2 of 2) sorted by relevance

/openbmc/qemu/hw/net/rocker/
H A Drocker_of_dpa.c195 } l3_unicast; member
2084 group->l3_unicast.group_id = in of_dpa_cmd_add_l3_unicast()
2088 memcpy(group->l3_unicast.src_mac.a, in of_dpa_cmd_add_l3_unicast()
2090 sizeof(group->l3_unicast.src_mac.a)); in of_dpa_cmd_add_l3_unicast()
2094 memcpy(group->l3_unicast.dst_mac.a, in of_dpa_cmd_add_l3_unicast()
2096 sizeof(group->l3_unicast.dst_mac.a)); in of_dpa_cmd_add_l3_unicast()
2100 group->l3_unicast.vlan_id = in of_dpa_cmd_add_l3_unicast()
2105 group->l3_unicast.ttl_check = in of_dpa_cmd_add_l3_unicast()
2522 ngroup->group_id = group->l3_unicast.group_id; in of_dpa_group_fill()
2523 if (group->l3_unicast.vlan_id) { in of_dpa_group_fill()
[all …]
/openbmc/linux/drivers/net/ethernet/rocker/
H A Drocker_ofdpa.c124 } l3_unicast; member
649 if (!is_zero_ether_addr(entry->l3_unicast.eth_src) && in ofdpa_cmd_group_tbl_add_l3_unicast()
651 ETH_ALEN, entry->l3_unicast.eth_src)) in ofdpa_cmd_group_tbl_add_l3_unicast()
653 if (!is_zero_ether_addr(entry->l3_unicast.eth_dst) && in ofdpa_cmd_group_tbl_add_l3_unicast()
655 ETH_ALEN, entry->l3_unicast.eth_dst)) in ofdpa_cmd_group_tbl_add_l3_unicast()
657 if (entry->l3_unicast.vlan_id && in ofdpa_cmd_group_tbl_add_l3_unicast()
659 entry->l3_unicast.vlan_id)) in ofdpa_cmd_group_tbl_add_l3_unicast()
662 entry->l3_unicast.ttl_check)) in ofdpa_cmd_group_tbl_add_l3_unicast()
665 entry->l3_unicast.group_id)) in ofdpa_cmd_group_tbl_add_l3_unicast()
1211 entry->l3_unicast.vlan_id = vlan_id; in ofdpa_group_l3_unicast()
[all …]