Home
last modified time | relevance | path

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

/freebsd/sys/dev/bnxt/bnxt_en/
H A Dbnxt_sysctl.c1382 val = (bool)(softc->vnic_info.flags & BNXT_VNIC_FLAG_VLAN_STRIP); in bnxt_vlan_strip_sysctl()
1388 softc->vnic_info.flags |= BNXT_VNIC_FLAG_VLAN_STRIP; in bnxt_vlan_strip_sysctl()
1390 softc->vnic_info.flags &= ~BNXT_VNIC_FLAG_VLAN_STRIP; in bnxt_vlan_strip_sysctl()
H A Dbnxt.h537 #define BNXT_VNIC_FLAG_VLAN_STRIP 0x04 macro
H A Dbnxt_hwrm.c1445 if (vnic->flags & BNXT_VNIC_FLAG_VLAN_STRIP) in bnxt_hwrm_vnic_cfg()