Searched refs:vlanid (Results 1 - 14 of 14) sorted by relevance

/freebsd-current/sys/dev/enic/
H A Denic_res.h63 int enic_add_vlan(struct enic *enic, u16 vlanid);
64 int enic_del_vlan(struct enic *enic, u16 vlanid);
H A Denic_res.c141 int enic_add_vlan(struct enic *enic, u16 vlanid) argument
143 u64 a0 = vlanid, a1 = 0;
154 int enic_del_vlan(struct enic *enic, u16 vlanid) argument
156 u64 a0 = vlanid, a1 = 0;
/freebsd-current/sys/dev/etherswitch/ip17x/
H A Dip17x_vlans.c79 v->vlanid = i++ | ETHERSWITCH_VID_VALID;
95 v->vlanid = 1 | ETHERSWITCH_VID_VALID;
119 vg->es_vid = sc->vlan[vg->es_vlangroup].vlanid;
162 sc->vlan[i].vlanid & ETHERSWITCH_VID_VALID &&
163 (sc->vlan[i].vlanid & ETHERSWITCH_VID_MASK) ==
167 sc->vlan[vg->es_vlangroup].vlanid = vg->es_vid &
169 /* Setting the vlanid to zero disables the vlangroup. */
170 if (sc->vlan[vg->es_vlangroup].vlanid == 0) {
174 sc->vlan[vg->es_vlangroup].vlanid |= ETHERSWITCH_VID_VALID;
H A Dip17x_var.h44 int vlanid; member in struct:ip17x_vlan
H A Dip175d.c97 if ((v->vlanid & ETHERSWITCH_VID_VALID) == 0 ||
110 v->vlanid & ETHERSWITCH_VID_MASK);
H A Dip175c.c150 if ((v->vlanid & ETHERSWITCH_VID_VALID) == 0)
152 vlans[v->vlanid & ETHERSWITCH_VID_MASK] = v->ports;
/freebsd-current/contrib/tcpdump/
H A Dprint-vtp.c51 nd_uint16_t vlanid; member in struct:vtp_vlan_
256 GET_BE_U_2(vtp_vlan->vlanid),
/freebsd-current/contrib/wpa/src/radius/
H A Dradius.c1426 int vlanid; member in struct:radius_tunnel_attrs
1507 tun->vlanid = vlan_id;
1530 tun->vlanid > 0) {
1531 *untagged = tun->vlanid;
/freebsd-current/sys/dev/cxgbe/common/
H A Dt4vf_hw.c455 vlan = be16_to_cpu(cmd.vlanid[0]);
H A Dt4_hw.c11377 * @vlan: The vlanid to be set
11403 vlan_cmd.vlanid[0] = cpu_to_be16(vlan);
/freebsd-current/contrib/wpa/hostapd/
H A Dctrl_iface.c3436 int ret = 0, vlanid = 0; local
3444 vlanid = atoi(pos + 8);
3447 ret = hostapd_add_acl_maclist(acl, num, vlanid, addr);
/freebsd-current/sys/dev/cxgbe/firmware/
H A Dt4fw_interface.h2237 __be16 vlanid; member in struct:fw_chnet_ifconf_wr::fw_chnet_ifconf_params
3132 __be16 vlanid; member in struct:fw_isns_wr
7076 __be16 vlanid[16]; member in struct:fw_acl_vlan_cmd
8976 __be16 vlanid; member in struct:fw_chnet_iface_cmd
10090 __be16 vlanid; member in struct:fw_ifconf_dhcp_info
/freebsd-current/contrib/ofed/libcxgb4/
H A Dt4fw_api.h2233 __be16 vlanid[16]; member in struct:fw_acl_vlan_cmd
/freebsd-current/sys/dev/ocs_fc/
H A Docs_hw.c1040 * @param vlanid valid in mode 0
1046 ocs_hw_config_mrq(ocs_hw_t *hw, uint8_t mode, uint16_t vlanid, uint16_t fcf_index) argument
1099 vlanid, /* vlan_id */

Completed in 626 milliseconds