Searched refs:vlan (Results 76 - 100 of 104) sorted by relevance

12345

/freebsd-9.3-release/sys/dev/cxgbe/common/
H A Dt4_msg.h632 __be16 vlan; member in struct:cpl_pass_accept_req
1656 __be16 vlan; member in struct:cpl_rx_pkt
1941 __be16 vlan; member in struct:cpl_l2t_write_req
1994 __be16 vlan; member in struct:cpl_l2t_read_rpl
/freebsd-9.3-release/sys/dev/ixgb/
H A Dixgb_hw.h581 uint16_t vlan; member in struct:ixgb_tx_desc
819 /* Filters (multicast, vlan, receive) */
H A Dif_ixgb.c977 /* Find out if we are in vlan mode */
1005 /* Set the vlan id */
1006 current_tx_desc->vlan = ifv->ifv_tag;
1009 /* Set the vlan id */
1010 current_tx_desc->vlan = VLAN_TAG_VALUE(mtag);
1013 current_tx_desc->vlan = m_head->m_pkthdr.ether_vtag;
/freebsd-9.3-release/contrib/libpcap/
H A Dscanner.l284 vlan return VLAN;
/freebsd-9.3-release/contrib/wpa/src/ap/
H A Dieee802_1x.c259 ifname = hostapd_get_vlan_id_ifname(hapd->conf->vlan, vlan_id);
1268 hostapd_get_vlan_id_ifname(hapd->conf->vlan,
H A Dieee802_11.c417 if (hostapd_get_vlan_id_ifname(hapd->conf->vlan,
/freebsd-9.3-release/sys/dev/cxgb/common/
H A Dcxgb_common.h422 u32 vlan:12; member in struct:trace_params
H A Dcxgb_t3_cpl.h1303 __be16 vlan; member in struct:cpl_rx_pkt
H A Dcxgb_t3_hw.c3607 key[3] = tp->proto | (tp->vlan << 8) | (tp->intf << 20);
3661 tp->vlan = key[3] >> 8;
/freebsd-9.3-release/sys/dev/firewire/
H A Dif_fwe.c60 #include <net/vlan/if_vlan_var.h>
/freebsd-9.3-release/sys/dev/ae/
H A Dif_ae.c1480 hdr->vlan = htole16(AE_TXD_VLAN(m0->m_pkthdr.ether_vtag));
1915 m->m_pkthdr.ether_vtag = AE_RXD_VLAN(le16toh(rxd->vlan));
/freebsd-9.3-release/sys/dev/oce/
H A Doce_hw.h2401 uint32_t vlan:1; member in struct:oce_nic_hdr_wqe::__anon8713::__anon8714
2435 uint32_t vlan:1;
H A Doce_if.c952 nichdr->u0.s.vlan = 1; /*Vlan present*/
1382 /* This deternies if vlan tag is Valid */
1393 with pvid. So if pvid == vlan, neglect vlan.
1781 * more, place the card in vlan promiscuous mode.
2301 /* Embed vlan tag in the packet if it is not part of it */
2307 /* if UMC, ignore vlan tag insertion and instead insert pvid */
/freebsd-9.3-release/sys/dev/sf/
H A Dif_sf.c333 sf_setvlan(struct sf_softc *sc, int idx, uint32_t vlan) argument
340 (idx * SF_RXFILT_HASH_SKIP) + SF_RXFILT_HASH_VLANOFF, vlan);
/freebsd-9.3-release/sys/net/
H A Dif_vlan.c75 #define VLANNAME "vlan"
139 static SYSCTL_NODE(_net_link, IFT_L2VLAN, vlan, CTLFLAG_RW, 0,
315 panic("%s: vlan not found\n", __func__);
464 * modifying the multicast state of the vlan interface at the same time.
535 * OK, it's a trunk. Loop over and change all vlan's lladdrs on it.
579 * OK, it's a trunk. Loop over and detach all vlan's on it.
581 * free it and set to NULL after the last vlan was detached.
626 * Return the 16bit vlan tag for this interface.
672 * Return the vlan device present at the specific tag.
731 printf("vlan
[all...]
/freebsd-9.3-release/sys/dev/bxe/
H A Decore_hsi.h3906 uint8_t silent_vlan_removal_flg /* if set, and the vlan is equal to requested vlan according to mask, the vlan will be remove without notifying the driver */;
3920 #define CLIENT_INIT_RX_DATA_UCAST_ACCEPT_ALL (0x1<<1) /* BitField staterx filters state accept all unicast packets (subject to vlan) */
3922 #define CLIENT_INIT_RX_DATA_UCAST_ACCEPT_UNMATCHED (0x1<<2) /* BitField staterx filters state accept all unmatched unicast packets (subject to vlan) */
3926 #define CLIENT_INIT_RX_DATA_MCAST_ACCEPT_ALL (0x1<<4) /* BitField staterx filters state accept all multicast packets (subject to vlan) */
3928 #define CLIENT_INIT_RX_DATA_BCAST_ACCEPT_ALL (0x1<<5) /* BitField staterx filters state accept all broadcast packets (subject to vlan) */
3930 #define CLIENT_INIT_RX_DATA_ACCEPT_ANY_VLAN (0x1<<6) /* BitField staterx filters state accept packets matched only by MAC (without checking vlan) */
3941 uint16_t silent_vlan_value /* The vlan to compare, in case, silent vlan i
4110 uint16_t vlan; member in struct:eth_classify_pair_cmd
4123 uint16_t vlan; member in struct:eth_classify_vlan_cmd
4132 struct eth_classify_vlan_cmd vlan; member in union:eth_classify_rule_cmd
[all...]
/freebsd-9.3-release/sys/dev/ixgbe/
H A Dixgbe_type.h284 /* array of 4096 1-bit vlan filters */
286 /*array of 4096 4-bit vlan vmdq indices */
2034 /* This allows for 16K packets + 4k for vlan */
2482 __le16 vlan; member in struct:ixgbe_legacy_tx_desc::__anon8203::__anon8204
2508 __le16 vlan; member in struct:ixgbe_legacy_rx_desc
2537 __le16 vlan; /* VLAN tag */ member in struct:ixgbe_adv_rx_desc::__anon8208::__anon8214
2584 #define IXGBE_ADVTXD_VLAN_SHIFT 16 /* Adv ctxt vlan tag shift */
/freebsd-9.3-release/sys/dev/cxgbe/
H A Dt4_main.c4100 struct ifnet *vlan; local
4105 vlan = VLAN_DEVAT(ifp, vid);
4106 VLAN_SETCOOKIE(vlan, ifp);
7086 if (t4_l2t_set_switching(sc, f->l2t, f->fs.vlan, f->fs.eport,
7152 fwr->ivlan = htobe16(f->fs.val.vlan);
7153 fwr->ivlanm = htobe16(f->fs.mask.vlan);
/freebsd-9.3-release/sys/dev/cxgbe/tom/
H A Dt4_listen.c1264 * Figure out if there is a pseudo interface (vlan, lagg, etc.)
1268 * XXX: lagg support, lagg + vlan support.
1270 vid = EVL_VLANOFTAG(be16toh(cpl->vlan));
/freebsd-9.3-release/sys/dev/tsec/
H A Dif_tsec.c1868 m->m_pkthdr.ether_vtag = rx_fcb.vlan;
/freebsd-9.3-release/sys/dev/vxge/
H A Dvxge.c1123 if (ext_info.vlan) {
1124 mbuf_up->m_pkthdr.ether_vtag = ext_info.vlan;
/freebsd-9.3-release/sys/dev/nxge/
H A Dif_nxge.c2796 vlan_tag = ext_info.vlan;
/freebsd-9.3-release/sys/dev/e1000/
H A Dif_igb.c3169 ** then vlan events are not passed thru, breaking
3798 ** In advanced descriptors the vlan tag must
3810 * Jump over vlan headers if already present,
4450 /* are we on a vlan? */
4795 vtag = be16toh(cur->wb.upper.vlan);
4797 vtag = le16toh(cur->wb.upper.vlan);
5004 * This routine is run via an vlan
5031 * This routine is run via an vlan
/freebsd-9.3-release/usr.sbin/bsnmpd/modules/snmp_wlan/
H A Dwlan_snmp.c900 ctx->scratch->int1 = wip->vlan;
925 val->v.integer = wip->vlan;
/freebsd-9.3-release/sys/dev/cxgb/
H A Dcxgb_sge.c2621 * ethernet data. Hardware assistance with various checksums and any vlan tag
2632 m->m_pkthdr.ether_vtag = ntohs(cpl->vlan);

Completed in 367 milliseconds

12345