Home
last modified time | relevance | path

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

/illumos-gate/usr/src/uts/common/sys/
H A Dvlan.h54 #define VLAN_ID_MIN 1 macro
/illumos-gate/usr/src/uts/common/io/hxge/
H A Dhxge_pfc.h35 #define VLAN_ID_MIN 1 macro
H A Dhxge_ndd.c146 VLAN_ID_MIN, VLAN_ID_MAX, 0, 0, "vlan-ids", "vlan_ids"},
151 VLAN_ID_MIN, VLAN_ID_MAX, VLAN_ID_IMPLICIT, VLAN_ID_IMPLICIT,
H A Dhxge_pfc.c905 if (implicit_vlan_id >= VLAN_ID_MIN && implicit_vlan_id <= VLAN_ID_MAX) in hxge_pfc_update_hw()