Home
last modified time | relevance | path

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

/f-stack/dpdk/drivers/net/hns3/
H A Dhns3_cmd.h185 HNS3_OPC_MAC_VLAN_ADD = 0x1000, enumerator
H A Dhns3_ethdev.c1337 hns3_cmd_setup_basic_desc(&desc[0], HNS3_OPC_MAC_VLAN_ADD, true); in hns3_lookup_mac_vlan_tbl()
1342 hns3_cmd_setup_basic_desc(&desc[1], HNS3_OPC_MAC_VLAN_ADD, in hns3_lookup_mac_vlan_tbl()
1345 hns3_cmd_setup_basic_desc(&desc[2], HNS3_OPC_MAC_VLAN_ADD, in hns3_lookup_mac_vlan_tbl()
1378 hns3_cmd_setup_basic_desc(&desc, HNS3_OPC_MAC_VLAN_ADD, false); in hns3_add_mac_vlan_tbl()