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

/freebsd-current/sys/dev/enetc/
H A Denetc.h94 uint8_t vlan_bitmap[64]; member in struct:enetc_softc
H A Dif_enetc.c872 if (++sc->vlan_bitmap[hash] != 1)
892 MPASS(sc->vlan_bitmap[hash] > 0);
893 if (--sc->vlan_bitmap[hash] != 0)
/freebsd-current/sys/dev/ocs_fc/
H A Dsli4.h4054 uint8_t vlan_bitmap[512]; member in struct:sli4_fcf_entry_s
H A Docs_hw.c9199 /* copy address, wwn and vlan_bitmap */
9204 ocs_memcpy(drec.map.vlan, read_fcf->fcf_entry.vlan_bitmap,

Completed in 118 milliseconds