Searched refs:VLAN_ID_MAX (Results 1 – 9 of 9) sorted by relevance
/titanic_41/usr/src/uts/common/sys/ |
H A D | vlan.h | 55 #define VLAN_ID_MAX 4094 macro
|
/titanic_41/usr/src/uts/common/io/hxge/ |
H A D | hxge_common.h | 145 hxge_mv_cfg_t vlan_tbl[VLAN_ID_MAX + 1];
|
H A D | hxge_pfc.h | 38 #define VLAN_ID_MAX 4094 macro
|
H A D | hxge_virtual.c | 112 for (i = 0; i <= VLAN_ID_MAX; i++) { in hxge_set_hw_vlan_class_config() 124 if ((vmap->param_id) && (vmap->param_id <= VLAN_ID_MAX)) { in hxge_set_hw_vlan_class_config()
|
H A D | hxge_ndd.c | 146 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, 765 if ((vmap->param_id == 0) || (vmap->param_id > VLAN_ID_MAX)) { in hxge_param_set_vlan_ids()
|
H A D | hxge_pfc.c | 905 if (implicit_vlan_id >= VLAN_ID_MIN && implicit_vlan_id <= VLAN_ID_MAX) in hxge_pfc_update_hw()
|
/titanic_41/usr/src/uts/common/net/ |
H A D | bridge_impl.h | 150 (P2ROUNDUP(VLAN_ID_MAX, NBBY) / NBBY)
|
/titanic_41/usr/src/uts/common/io/ |
H A D | bridge.c | 2146 if (VLAN_CFI(tci) != ETHER_CFI || vlanid > VLAN_ID_MAX) in bridge_get_vlan() 3174 if (bsv->bsv_vlan > VLAN_ID_MAX) in bridge_ioctl() 3199 if (bve->bve_vlan > VLAN_ID_MAX) in bridge_ioctl()
|
/titanic_41/usr/src/lib/libdladm/common/ |
H A D | linkprop.c | 4568 return (vdp->vd_val > VLAN_ID_MAX ? DLADM_STATUS_BADVAL : in check_bridge_pvid()
|