Home | History | Annotate | Download | only in drivers

Lines Matching defs:vlan

35 #define ROBO_VLAN_PAGE		0x34	/* VLAN page */
44 /* VLAN page registers */
45 #define ROBO_VLAN_ACCESS 0x08 /* VLAN table access register */
46 #define ROBO_VLAN_ACCESS_5350 0x06 /* VLAN table access register (5350) */
47 #define ROBO_VLAN_READ 0x0c /* VLAN read register */
353 u16 vlan = 0, _read[2];
363 /* find the '.' separating <interface> and <vlan> */
366 wpa_printf(MSG_INFO, "%s: No <interface>.<vlan> pair in "
374 wpa_printf(MSG_INFO, "%s: Invalid vlan specification "
379 vlan *= 10;
380 vlan += *sep - '0';
381 if (vlan > ROBO_VLAN_MAX) {
382 wpa_printf(MSG_INFO, "%s: VLAN out of range in "
422 vlan |= 1 << 13;
426 &vlan, 1);
431 "VLAN %d", __func__, vlan & ~(1 << 13));