Home
last modified time | relevance | path

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

/freebsd/sys/dev/bnxt/bnxt_en/
H A Dbnxt.h516 struct bnxt_vlan_tag { struct
517 SLIST_ENTRY(bnxt_vlan_tag) next;
546 SLIST_HEAD(vlan_head, bnxt_vlan_tag) vlan_tags;
H A Dif_bnxt.c2497 struct bnxt_vlan_tag *tag; in bnxt_detach()
2498 struct bnxt_vlan_tag *tmp; in bnxt_detach()
3491 struct bnxt_vlan_tag *new_tag; in bnxt_vlan_register()
3493 new_tag = malloc(sizeof(struct bnxt_vlan_tag), M_DEVBUF, M_NOWAIT); in bnxt_vlan_register()
3505 struct bnxt_vlan_tag *vlan_tag; in bnxt_vlan_unregister()
3510 bnxt_vlan_tag, next); in bnxt_vlan_unregister()
H A Dbnxt_hwrm.c2027 struct bnxt_vlan_tag *tag; in bnxt_hwrm_free_filter()
2100 struct bnxt_vlan_tag *tag; in bnxt_hwrm_set_filter()