Home
last modified time | relevance | path

Searched refs:vlan_entry (Results 1 – 3 of 3) sorted by relevance

/dpdk/drivers/net/octeontx/
H A Docteontx_ethdev.h85 struct vlan_entry { struct
86 TAILQ_ENTRY(vlan_entry) next;
90 TAILQ_HEAD(octeontx_vlan_filter_tbl, vlan_entry); argument
H A Docteontx_ethdev_ops.c74 struct vlan_entry *entry = NULL; in octeontx_dev_vlan_filter_set()
99 sizeof(struct vlan_entry), 0); in octeontx_dev_vlan_filter_set()
154 struct vlan_entry *entry; in octeontx_dev_vlan_offload_fini()
/dpdk/drivers/net/hns3/
H A Dhns3_ethdev.c371 if (vlan_entry->hd_tbl_status) in hns3_rm_dev_vlan_table()
373 LIST_REMOVE(vlan_entry, next); in hns3_rm_dev_vlan_table()
374 rte_free(vlan_entry); in hns3_rm_dev_vlan_table()
393 vlan_entry = rte_zmalloc("hns3_vlan_tbl", sizeof(*vlan_entry), 0); in hns3_add_dev_vlan_table()
394 if (vlan_entry == NULL) { in hns3_add_dev_vlan_table()
400 vlan_entry->vlan_id = vlan_id; in hns3_add_dev_vlan_table()
419 if (vlan_entry->hd_tbl_status) { in hns3_restore_vlan_table()
420 vlan_id = vlan_entry->vlan_id; in hns3_restore_vlan_table()
840 while (vlan_entry) { in hns3_rm_all_vlan_table()
841 LIST_REMOVE(vlan_entry, next); in hns3_rm_all_vlan_table()
[all …]