Home
last modified time | relevance | path

Searched refs:vlan_bitmap (Results 1 – 4 of 4) sorted by relevance

/freebsd/sys/dev/enetc/
H A Denetc.h94 uint8_t vlan_bitmap[64]; member
H A Dif_enetc.c872 if (++sc->vlan_bitmap[hash] != 1) in enetc_vlan_register()
892 MPASS(sc->vlan_bitmap[hash] > 0); in enetc_vlan_unregister()
893 if (--sc->vlan_bitmap[hash] != 0) in enetc_vlan_unregister()
/freebsd/sys/dev/ocs_fc/
H A Dsli4.h4054 uint8_t vlan_bitmap[512]; member
H A Docs_hw.c9204 ocs_memcpy(drec.map.vlan, read_fcf->fcf_entry.vlan_bitmap, in ocs_hw_cb_read_fcf()