Home
last modified time | relevance | path

Searched refs:MAX_VLANFILTER_SIZE (Results 1 – 2 of 2) sorted by relevance

/freebsd/sys/dev/oce/
H A Doce_if.c2193 struct normal_vlan vtags[MAX_VLANFILTER_SIZE]; in oce_vid_config()
2197 if ((sc->vlans_added <= MAX_VLANFILTER_SIZE) && in oce_vid_config()
2841 sc->max_vlans = MAX_VLANFILTER_SIZE; in oce_get_config()
H A Doce_if.h200 #define MAX_VLANFILTER_SIZE 64 macro